Searched refs:widthDp (Results 1 – 4 of 4) sorted by relevance
205 int widthDp = activity.getIntent().getIntExtra(EXTRA_CARD_WIDTH_DP, in initRowsAdapterBuilder() local221 .configWidthDP(widthDp) in initRowsAdapterBuilder()
273 int widthDp = (int) (dm.widthPixels / dm.density); in supportsSplitScreenMultiWindow() local275 if (Math.max(widthDp, heightDp) < DEFAULT_MINIMAL_SPLIT_SCREEN_DISPLAY_SIZE_DP) { in supportsSplitScreenMultiWindow()
12070 public void setRightIconState(boolean visible, float widthDp, float heightDp, in setRightIconState() argument12073 mRightIconWidthDp = widthDp; in setRightIconState()
246 @NonNull WindowContainerToken container, int widthDp) { in setSmallestScreenWidthDp() argument248 cfg.mConfiguration.smallestScreenWidthDp = widthDp; in setSmallestScreenWidthDp()