Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/
DAllAppsState.java46 ? context.getDeviceProfile().allAppsOpenDuration in getTransitionDuration()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java55 ? context.getDeviceProfile().allAppsOpenDuration in getTransitionDuration()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt59 allAppsOpenDuration: 500
DtabletLandscape3Button.txt59 allAppsOpenDuration: 500
DtwoPanelPortrait_decoupleDepth.txt59 allAppsOpenDuration: 500
DtwoPanelPortrait3Button_decoupleDepth.txt59 allAppsOpenDuration: 500
DtwoPanelPortrait3Button.txt59 allAppsOpenDuration: 500
DtabletPortrait.txt59 allAppsOpenDuration: 500
DtwoPanelPortrait.txt59 allAppsOpenDuration: 500
DphoneVerticalBar.txt59 allAppsOpenDuration: 600
DtabletLandscape.txt59 allAppsOpenDuration: 500
DtwoPanelLandscape3Button.txt59 allAppsOpenDuration: 500
DphonePortrait.txt59 allAppsOpenDuration: 600
DphonePortrait3Button.txt59 allAppsOpenDuration: 600
DtwoPanelLandscape3Button_decoupleDepth.txt59 allAppsOpenDuration: 500
DtwoPanelLandscape_decoupleDepth.txt59 allAppsOpenDuration: 500
DtwoPanelLandscape.txt59 allAppsOpenDuration: 500
DphoneVerticalBar3Button.txt59 allAppsOpenDuration: 600
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java254 public int allAppsOpenDuration; field in DeviceProfile
775 allAppsOpenDuration = res.getInteger(R.integer.config_allAppsOpenDuration); in DeviceProfile()
2146 writer.println(prefix + "\tallAppsOpenDuration: " + allAppsOpenDuration);