Home
last modified time | relevance | path

Searched refs:setSmallestScreenWidthDp (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
H A DSplitLayoutTests.java174 verify(mWct).setSmallestScreenWidthDp(eq(task1.token), anyInt()); in testApplyTaskChanges_updatesSmallestScreenWidthDp()
175 verify(mWct).setSmallestScreenWidthDp(eq(task2.token), anyInt()); in testApplyTaskChanges_updatesSmallestScreenWidthDp()
/aosp14/frameworks/base/tools/aapt2/test/
H A DBuilders.h285 ConfigDescriptionBuilder& setSmallestScreenWidthDp(uint16_t smallestScreenWidthDp) { in setSmallestScreenWidthDp() function
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil_test.cpp312 .setSmallestScreenWidthDp(0x0780) in TEST()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskListener.java412 wct.setSmallestScreenWidthDp(mRootTaskInfo.token, SMALLEST_SCREEN_WIDTH_DP_UNDEFINED); in resetBounds()
H A DStageCoordinator.java1626 wct.setSmallestScreenWidthDp(mMainStage.mRootTaskInfo.token, in prepareSplitLayout()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java798 wct.setSmallestScreenWidthDp(task.token, getSmallestWidthDp(bounds)); in setTaskBounds()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java270 public WindowContainerTransaction setSmallestScreenWidthDp( in setSmallestScreenWidthDp() method in WindowContainerTransaction
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt4137 …method @NonNull public android.window.WindowContainerTransaction setSmallestScreenWidthDp(@NonNull…