Searched refs:SCREENSHOT_GLOBAL_ACTIONS (Results 1 – 3 of 3) sorted by relevance
20 import static android.view.WindowManager.ScreenshotSource.SCREENSHOT_GLOBAL_ACTIONS;111 case SCREENSHOT_GLOBAL_ACTIONS: in getScreenshotSource()
23 import static android.view.WindowManager.ScreenshotSource.SCREENSHOT_GLOBAL_ACTIONS;997 mScreenshotHelper.takeScreenshot(SCREENSHOT_GLOBAL_ACTIONS, mHandler, null); in onPress()
856 @IntDef({ScreenshotSource.SCREENSHOT_GLOBAL_ACTIONS,864 int SCREENSHOT_GLOBAL_ACTIONS = 0; field