Searched refs:setSmallestScreenWidthDp (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarDisplayAreaController.java | 687 wct.setSmallestScreenWidthDp(foregroundDisplayToken, foregroundDisplayWidthDp); in updateBounds() 699 wct.setSmallestScreenWidthDp(titleBarDisplayToken, titleBarDisplayWidthDp); in updateBounds() 711 wct.setSmallestScreenWidthDp(voicePlateDisplayToken, voicePlateDisplayWidthDp); in updateBounds() 723 wct.setSmallestScreenWidthDp(backgroundDisplayToken, backgroundDisplayWidthDp); in updateBounds() 729 wct.setSmallestScreenWidthDp(imeRootDisplayToken, backgroundDisplayWidthDp); in updateBounds() 741 wct.setSmallestScreenWidthDp(controlBarDisplayToken, controlBarDisplayWidthDp); in updateBounds() 783 wct.setSmallestScreenWidthDp(foregroundDisplayToken, in makeForegroundDAFullscreen()
|
H A D | CarDisplayAreaOrganizer.java | 251 wct.setSmallestScreenWidthDp(backgroundDisplayToken, in updateBackgroundDisplayBounds()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | LegacySplitDisplayLayout.java | 170 t.setSmallestScreenWidthDp(mTiles.mPrimary.token, in resizeSplits() 172 t.setSmallestScreenWidthDp(mTiles.mSecondary.token, in resizeSplits()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Util_test.cpp | 311 .setSmallestScreenWidthDp(0x0780) in TEST()
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Builders.h | 287 ConfigDescriptionBuilder& setSmallestScreenWidthDp(uint16_t smallestScreenWidthDp) { in setSmallestScreenWidthDp() function
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | WindowContainerTransaction.java | 245 public WindowContainerTransaction setSmallestScreenWidthDp( in setSmallestScreenWidthDp() method in WindowContainerTransaction
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 3303 …method @NonNull public android.window.WindowContainerTransaction setSmallestScreenWidthDp(@NonNull…
|