Home
last modified time | relevance | path

Searched refs:widthDp (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DTestHelper.java205 int widthDp = activity.getIntent().getIntExtra(EXTRA_CARD_WIDTH_DP, in initRowsAdapterBuilder() local
221 .configWidthDP(widthDp) in initRowsAdapterBuilder()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityTaskManager.java273 int widthDp = (int) (dm.widthPixels / dm.density); in supportsSplitScreenMultiWindow() local
275 if (Math.max(widthDp, heightDp) < DEFAULT_MINIMAL_SPLIT_SCREEN_DISPLAY_SIZE_DP) { in supportsSplitScreenMultiWindow()
H A DNotification.java12070 public void setRightIconState(boolean visible, float widthDp, float heightDp, in setRightIconState() argument
12073 mRightIconWidthDp = widthDp; in setRightIconState()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java246 @NonNull WindowContainerToken container, int widthDp) { in setSmallestScreenWidthDp() argument
248 cfg.mConfiguration.smallestScreenWidthDp = widthDp; in setSmallestScreenWidthDp()