Home
last modified time | relevance | path

Searched defs:resized (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuare.kt52 val resized = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8) in <lambda>() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java48 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in TestIWindow
/frameworks/base/core/java/android/view/
DIWindow.aidl62 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() method
DViewRootImpl.java11378 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in ViewRootImpl.TrackballAxis.W
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java223 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in TaskSnapshotWindow.Window
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java53 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in BaseIWindow
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java349 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in SystemWindows.ContainerWindow
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java127 Vector<Backing> resized = new Vector<Backing>(); in resize() local