Searched refs:hasStatus (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | ScreenshotHelper.java | 50 ScreenshotRequest(int source, boolean hasStatus, boolean hasNav) { in ScreenshotRequest() argument 52 mHasStatusBar = hasStatus; in ScreenshotRequest() 205 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() argument 208 ScreenshotRequest screenshotRequest = new ScreenshotRequest(source, hasStatus, hasNav); in takeScreenshot() 230 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() argument 233 takeScreenshot(screenshotType, hasStatus, hasNav, SCREENSHOT_TIMEOUT_MS, handler, in takeScreenshot() 260 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() argument 263 ScreenshotRequest screenshotRequest = new ScreenshotRequest(SCREENSHOT_OTHER, hasStatus, in takeScreenshot()
|