Loading tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java +5 −0 Original line number Diff line number Diff line Loading @@ -306,6 +306,11 @@ public final class Canvas_Delegate { // nothing to be done here. } @LayoutlibDelegate /*package*/ static void freeTextLayoutCaches() { // nothing to be done here yet. } @LayoutlibDelegate /*package*/ static int initRaster(int nativeBitmapOrZero) { if (nativeBitmapOrZero > 0) { Loading Loading
tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java +5 −0 Original line number Diff line number Diff line Loading @@ -306,6 +306,11 @@ public final class Canvas_Delegate { // nothing to be done here. } @LayoutlibDelegate /*package*/ static void freeTextLayoutCaches() { // nothing to be done here yet. } @LayoutlibDelegate /*package*/ static int initRaster(int nativeBitmapOrZero) { if (nativeBitmapOrZero > 0) { Loading