/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | Quare.kt | 52 val resized = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8) regex 53 val canvas = Canvas(resized) 57 loadAndQuantize(resized) 58 resized.recycle()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | Vr2dDisplay.java | 216 boolean resized = false; in setVirtualDisplayProperties() 227 resized = true; in setVirtualDisplayProperties() 240 if (mVirtualDisplay != null && resized && mIsVirtualDisplayAllowed) { in setVirtualDisplayProperties()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 57 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() method
|
H A D | WindowlessWindowManager.java | 633 s.mClient.resized(mTmpFrames, false /* reportDraw */, mTmpConfig, state, in setInsetsState()
|
H A D | ViewRootImpl.java | 10547 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 D | TestIWindow.java | 47 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in TestIWindow
|
H A D | WindowStateTests.java | 778 doThrow(new RemoteException("test")).when(win.mClient).resized(any() /* frames */, in testReportResizedWithRemoteException()
|
H A D | ActivityRecordTests.java | 3369 verify(app2.mClient, atLeastOnce()).resized(any(), anyBoolean(), any(), in testImeInsetsFrozenFlag_noDispatchVisibleInsetsWhenAppNotRequest()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | BackingStore.java | 137 Vector<Backing> resized = new Vector<Backing>(); in resize() local 140 resized.add(backing); in resize() 145 mBackings = resized; in resize()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 54 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 D | TaskSnapshotWindow.java | 215 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 D | SystemWindows.java | 348 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in SystemWindows.ContainerWindow
|
/aosp14/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 433 public void resized(ClientWindowFrames frames, boolean reportDraw,
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowState.java | 3759 mClient.resized(mClientWindowFrames, reportDraw, mLastReportedConfiguration, in reportResized()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60790 Landroid/view/IWindow$Stub$Proxy;->resized(Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/g… 60816 Landroid/view/IWindow;->resized(Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rec… 64581 Landroid/view/ViewRootImpl$W;->resized(Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graph… 85465 Lcom/android/internal/view/BaseIWindow;->resized(Landroid/graphics/Rect;Landroid/graphics/Rect;Land…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 18361 HSPLandroid/view/ViewRootImpl$W;->resized(Landroid/window/ClientWindowFrames;ZLandroid/util/MergedC…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18425 HSPLandroid/view/ViewRootImpl$W;->resized(Landroid/window/ClientWindowFrames;ZLandroid/util/MergedC…
|