Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt55 bottomSheetCloseDuration: 500
DtabletLandscape3Button.txt55 bottomSheetCloseDuration: 500
DtwoPanelPortrait_decoupleDepth.txt55 bottomSheetCloseDuration: 500
DtwoPanelPortrait3Button_decoupleDepth.txt55 bottomSheetCloseDuration: 500
DtwoPanelPortrait3Button.txt55 bottomSheetCloseDuration: 500
DtabletPortrait.txt55 bottomSheetCloseDuration: 500
DtwoPanelPortrait.txt55 bottomSheetCloseDuration: 500
DphoneVerticalBar.txt55 bottomSheetCloseDuration: 267
DtabletLandscape.txt55 bottomSheetCloseDuration: 500
DtwoPanelLandscape3Button.txt55 bottomSheetCloseDuration: 500
DphonePortrait.txt55 bottomSheetCloseDuration: 267
DphonePortrait3Button.txt55 bottomSheetCloseDuration: 267
DtwoPanelLandscape3Button_decoupleDepth.txt55 bottomSheetCloseDuration: 500
DtwoPanelLandscape_decoupleDepth.txt55 bottomSheetCloseDuration: 500
DtwoPanelLandscape.txt55 bottomSheetCloseDuration: 500
DphoneVerticalBar3Button.txt55 bottomSheetCloseDuration: 267
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java246 public int bottomSheetCloseDuration; field in DeviceProfile
439 bottomSheetCloseDuration = res.getInteger(R.integer.config_bottomSheetCloseDuration); in DeviceProfile()
2141 writer.println(prefix + "\tbottomSheetCloseDuration: " + bottomSheetCloseDuration);
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java639 handleClose(animate, mActivityContext.getDeviceProfile().bottomSheetCloseDuration); in handleClose()