Searched refs:bottomSheetCloseDuration (Results 1 – 18 of 18) sorted by relevance
55 bottomSheetCloseDuration: 500
55 bottomSheetCloseDuration: 267
246 public int bottomSheetCloseDuration; field in DeviceProfile439 bottomSheetCloseDuration = res.getInteger(R.integer.config_bottomSheetCloseDuration); in DeviceProfile()2141 writer.println(prefix + "\tbottomSheetCloseDuration: " + bottomSheetCloseDuration);
639 handleClose(animate, mActivityContext.getDeviceProfile().bottomSheetCloseDuration); in handleClose()