Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java189 setShiftRange(dp.allAppsShiftRange); in onFinishInflate()
263 setShiftRange(dp.allAppsShiftRange); in onDeviceProfileChanged()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java203 setShiftRange(dp.allAppsShiftRange); in AllAppsTransitionController()
216 setShiftRange(dp.allAppsShiftRange); in onDeviceProfileChanged()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt58 allAppsShiftRange: 2560.0px (1280.0dp)
DtabletLandscape3Button.txt58 allAppsShiftRange: 1600.0px (800.0dp)
DtwoPanelPortrait_decoupleDepth.txt58 allAppsShiftRange: 2208.0px (841.1429dp)
DtwoPanelPortrait3Button_decoupleDepth.txt58 allAppsShiftRange: 2208.0px (841.1429dp)
DtwoPanelPortrait3Button.txt58 allAppsShiftRange: 2208.0px (841.1429dp)
DtabletPortrait.txt58 allAppsShiftRange: 2560.0px (1280.0dp)
DtwoPanelPortrait.txt58 allAppsShiftRange: 2208.0px (841.1429dp)
DphoneVerticalBar.txt58 allAppsShiftRange: 788.0px (300.1905dp)
DtabletLandscape.txt58 allAppsShiftRange: 1600.0px (800.0dp)
DtwoPanelLandscape3Button.txt58 allAppsShiftRange: 1840.0px (700.9524dp)
DphonePortrait.txt58 allAppsShiftRange: 788.0px (300.1905dp)
DphonePortrait3Button.txt58 allAppsShiftRange: 788.0px (300.1905dp)
DtwoPanelLandscape3Button_decoupleDepth.txt58 allAppsShiftRange: 1840.0px (700.9524dp)
DtwoPanelLandscape_decoupleDepth.txt58 allAppsShiftRange: 1840.0px (700.9524dp)
DtwoPanelLandscape.txt58 allAppsShiftRange: 1840.0px (700.9524dp)
DphoneVerticalBar3Button.txt58 allAppsShiftRange: 788.0px (300.1905dp)
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java252 public int allAppsShiftRange; field in DeviceProfile
769 allAppsShiftRange = heightPx; in DeviceProfile()
772 allAppsShiftRange = in DeviceProfile()
2145 writer.println(prefix + pxToDpStr("allAppsShiftRange", allAppsShiftRange));