Searched refs:widthDp (Results 1 – 2 of 2) sorted by relevance
205 int widthDp = activity.getIntent().getIntExtra(EXTRA_CARD_WIDTH_DP, in initRowsAdapterBuilder() local221 .configWidthDP(widthDp) in initRowsAdapterBuilder()
233 @NonNull WindowContainerToken container, int widthDp) { in setSmallestScreenWidthDp() argument235 cfg.mConfiguration.smallestScreenWidthDp = widthDp; in setSmallestScreenWidthDp()