Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuare.kt52 val resized = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8) regex
/aosp14/frameworks/base/core/java/android/view/
H A DIWindow.aidl57 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() method
H A DViewRootImpl.java10547 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in ViewRootImpl.TrackballAxis.W
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java47 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in TestIWindow
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java54 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in BaseIWindow
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java215 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in TaskSnapshotWindow.Window
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java348 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in SystemWindows.ContainerWindow
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java137 Vector<Backing> resized = new Vector<Backing>(); in resize() local