Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
DSplitLayoutTests.java179 verify(mWct).setSmallestScreenWidthDp(eq(task1.token), anyInt()); in testApplyTaskChanges_updatesSmallestScreenWidthDp()
180 verify(mWct).setSmallestScreenWidthDp(eq(task2.token), anyInt()); in testApplyTaskChanges_updatesSmallestScreenWidthDp()
/frameworks/base/tools/aapt2/test/
DBuilders.h288 ConfigDescriptionBuilder& setSmallestScreenWidthDp(uint16_t smallestScreenWidthDp) { in setSmallestScreenWidthDp() function
/frameworks/base/tools/aapt2/cmd/
DUtil_test.cpp313 .setSmallestScreenWidthDp(0x0780) in TEST()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageTaskListener.java434 wct.setSmallestScreenWidthDp(mRootTaskInfo.token, SMALLEST_SCREEN_WIDTH_DP_UNDEFINED); in resetBounds()
DStageCoordinator.java1839 wct.setSmallestScreenWidthDp(mMainStage.mRootTaskInfo.token, in prepareSplitLayout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java839 wct.setSmallestScreenWidthDp(task.token, getSmallestWidthDp(bounds)); in setTaskBounds()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java283 public WindowContainerTransaction setSmallestScreenWidthDp( in setSmallestScreenWidthDp() method in WindowContainerTransaction
/frameworks/base/core/api/
Dtest-current.txt4363 …method @NonNull public android.window.WindowContainerTransaction setSmallestScreenWidthDp(@NonNull…