Home | History | Annotate | Download | only in app

Lines Matching refs:screenShot

703      * Takes a screenshot.
705 * @return The screenshot bitmap on success, null otherwise.
718 // Take the screenshot
719 Bitmap screenShot = null;
722 screenShot = mUiAutomationConnection.takeScreenshot(
724 if (screenShot == null) {
733 screenShot.setHasAlpha(false);
735 return screenShot;