OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:screenShot
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/app/
UiAutomation.java
672
* Takes a
screenshot
.
674
* @return The
screenshot
bitmap on success, null otherwise.
714
// Take the
screenshot
715
Bitmap
screenShot
= null;
718
screenShot
= mUiAutomationConnection.takeScreenshot((int) screenshotWidth,
720
if (
screenShot
== null) {
728
// Rotate the
screenshot
to the current orientation
737
canvas.drawBitmap(
screenShot
, 0, 0, null);
739
screenShot
.recycle();
740
screenShot
= unrotatedScreenShot
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 1321 milliseconds