Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java116 widthUsed, heightMeasureSpec, deviceProfile.bottomSheetTopPadding); in onMeasure()
DBaseWidgetSheet.java348 widthUsed, heightMeasureSpec, deviceProfile.bottomSheetTopPadding); in doMeasure()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt53 bottomSheetTopPadding: 530.0px (265.0dp)
DtabletLandscape3Button.txt53 bottomSheetTopPadding: 104.0px (52.0dp)
DtwoPanelPortrait_decoupleDepth.txt53 bottomSheetTopPadding: 133.0px (50.666668dp)
DtwoPanelPortrait3Button_decoupleDepth.txt53 bottomSheetTopPadding: 133.0px (50.666668dp)
DtwoPanelPortrait3Button.txt53 bottomSheetTopPadding: 133.0px (50.666668dp)
DtabletPortrait.txt53 bottomSheetTopPadding: 530.0px (265.0dp)
DtwoPanelPortrait.txt53 bottomSheetTopPadding: 133.0px (50.666668dp)
DphoneVerticalBar.txt53 bottomSheetTopPadding: 114.0px (43.42857dp)
DtabletLandscape.txt53 bottomSheetTopPadding: 104.0px (52.0dp)
DtwoPanelLandscape3Button.txt53 bottomSheetTopPadding: 110.0px (41.904762dp)
DphonePortrait.txt53 bottomSheetTopPadding: 146.0px (55.61905dp)
DphonePortrait3Button.txt53 bottomSheetTopPadding: 146.0px (55.61905dp)
DtwoPanelLandscape3Button_decoupleDepth.txt53 bottomSheetTopPadding: 110.0px (41.904762dp)
DtwoPanelLandscape_decoupleDepth.txt53 bottomSheetTopPadding: 110.0px (41.904762dp)
DtwoPanelLandscape.txt53 bottomSheetTopPadding: 110.0px (41.904762dp)
DphoneVerticalBar3Button.txt53 bottomSheetTopPadding: 114.0px (43.42857dp)
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsTwoPaneSheet.java311 return (mDeviceProfile.heightPx - mDeviceProfile.bottomSheetTopPadding) in getMaxAvailableHeightForRecommendations()
DWidgetsFullSheet.java607 return (mDeviceProfile.heightPx - mDeviceProfile.bottomSheetTopPadding) in getMaxAvailableHeightForRecommendations()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java244 public int bottomSheetTopPadding; field in DeviceProfile
433 bottomSheetTopPadding = mInsets.top // statusbar height in DeviceProfile()
2139 writer.println(prefix + pxToDpStr("bottomSheetTopPadding", bottomSheetTopPadding));