Home
last modified time | relevance | path

Searched refs:SCREENSHOT_CORNER_DEFAULT_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java190 static final int SCREENSHOT_CORNER_DEFAULT_TIMEOUT_MILLIS = 6000; field in ScreenshotController
293 mScreenshotHandler.setDefaultTimeoutMillis(SCREENSHOT_CORNER_DEFAULT_TIMEOUT_MILLIS); in ScreenshotController()
DScreenshotView.java29 …atic com.android.systemui.screenshot.ScreenshotController.SCREENSHOT_CORNER_DEFAULT_TIMEOUT_MILLIS;
747 .setTimeout(SCREENSHOT_CORNER_DEFAULT_TIMEOUT_MILLIS); in createScreenshotActionsShadeAnimation()