Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java183 return dp.allAppsLeftRightMargin + dp.getAllAppsIconStartMargin(launcher);
189 return dp.allAppsLeftRightMargin + dp.getAllAppsIconStartMargin(launcher);
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java105 int margin = deviceProfile.allAppsLeftRightMargin; in onMeasure()
DBaseWidgetSheet.java355 return deviceProfile.allAppsLeftRightMargin; in getTabletHorizontalMargin()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt72 allAppsLeftRightMargin: 152.0px (76.0dp)
DtabletLandscape3Button.txt72 allAppsLeftRightMargin: 412.0px (206.0dp)
DtwoPanelPortrait_decoupleDepth.txt72 allAppsLeftRightMargin: 1.0px (0.3809524dp)
DtwoPanelPortrait3Button_decoupleDepth.txt72 allAppsLeftRightMargin: 1.0px (0.3809524dp)
DtwoPanelPortrait3Button.txt72 allAppsLeftRightMargin: 1.0px (0.3809524dp)
DtabletPortrait.txt72 allAppsLeftRightMargin: 152.0px (76.0dp)
DtwoPanelPortrait.txt72 allAppsLeftRightMargin: 1.0px (0.3809524dp)
DphoneVerticalBar.txt72 allAppsLeftRightMargin: 0.0px (0.0dp)
DtabletLandscape.txt72 allAppsLeftRightMargin: 412.0px (206.0dp)
DtwoPanelLandscape3Button.txt72 allAppsLeftRightMargin: 183.0px (69.71429dp)
DphonePortrait.txt72 allAppsLeftRightMargin: 0.0px (0.0dp)
DphonePortrait3Button.txt72 allAppsLeftRightMargin: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt72 allAppsLeftRightMargin: 183.0px (69.71429dp)
DtwoPanelLandscape_decoupleDepth.txt72 allAppsLeftRightMargin: 183.0px (69.71429dp)
DtwoPanelLandscape.txt72 allAppsLeftRightMargin: 183.0px (69.71429dp)
DphoneVerticalBar3Button.txt72 allAppsLeftRightMargin: 0.0px (0.0dp)
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java842 return dp.allAppsLeftRightMargin + dp.getAllAppsIconStartMargin(mActivityContext); in getFloatingSearchBarRestingMarginStart()
855 return dp.allAppsLeftRightMargin + dp.getAllAppsIconStartMargin(mActivityContext); in getFloatingSearchBarRestingMarginEnd()
1170 setPadding(grid.allAppsLeftRightMargin, topPadding, grid.allAppsLeftRightMargin, 0); in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java260 public int allAppsLeftRightMargin; field in DeviceProfile
1442 allAppsLeftRightMargin = Math.max(1, (availableWidthPx - usedWidth) / 2);
1874 allAppsPadding.left + allAppsPadding.right + allAppsLeftRightMargin * 2;
2160 writer.println(prefix + pxToDpStr("allAppsLeftRightMargin", allAppsLeftRightMargin));
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsTwoPaneSheet.java158 return deviceProfile.allAppsLeftRightMargin; in getTabletHorizontalMargin()