Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsTwoPaneSheet.java191 @Px int minLeftPaneWidthPx = Utilities.dpToPx(MINIMUM_WIDTH_LEFT_PANE_FOLDABLE_DP); in onLayout() local
193 if (leftPaneWidth < minLeftPaneWidthPx) { in onLayout()
194 layoutParams.width = minLeftPaneWidthPx; in onLayout()