Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/util/
DResizeUtilsTest.kt42 val resized = resizeOngoingItems(list = list, numRows = 2) in noOngoingContent() constant
50 val resized = resizeOngoingItems(list = list, numRows = 1) in singleOngoingContent_singleRowGrid() constant
60 val resized = resizeOngoingItems(list = list, numRows = 2) in singleOngoingContent_twoRowGrid() constant
70 val resized = resizeOngoingItems(list = list, numRows = 3) in singleOngoingContent_threeRowGrid() constant
87 val resized = resizeOngoingItems(list = list, numRows = 1) in twoOngoingContent_singleRowGrid() constant
101 val resized = resizeOngoingItems(list = list, numRows = 2) in twoOngoingContent_twoRowGrid() constant
115 val resized = resizeOngoingItems(list = list, numRows = 3) in twoOngoingContent_threeRowGrid() constant
129 val resized = resizeOngoingItems(list = list, numRows = 1) in threeOngoingContent_singleRowGrid() constant
144 val resized = resizeOngoingItems(list = list, numRows = 2) in threeOngoingContent_twoRowGrid() constant
159 val resized = resizeOngoingItems(list = list, numRows = 3) in threeOngoingContent_threeRowGrid() constant
[all …]
/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/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/tiling/
DTilingDividerView.kt60 private var resized = false variable
/frameworks/base/core/java/android/view/
DIWindow.aidl62 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized() method
DViewRootImpl.java11730 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized() method in ViewRootImpl.TrackballAxis.W
/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/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java217 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.java348 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