OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullBitmap
(Results
1 - 2
of
2
) sorted by null
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
NavigationBarInfo.java
190
final Bitmap
fullBitmap
= getInstrumentation().getUiAutomation().takeScreenshot();
191
final Bitmap bottomNavBarBitmap = Bitmap.createBitmap(
fullBitmap
, 0,
192
fullBitmap
.getHeight() - bottomNavigationBarHeight,
fullBitmap
.getWidth(),
/cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTestBase.java
61
Bitmap
fullBitmap
= getInstrumentation().getUiAutomation().takeScreenshot();
62
return Bitmap.createBitmap(
fullBitmap
, 0, 0, activity.getWidth(), activity.getTop());
66
Bitmap
fullBitmap
= getInstrumentation().getUiAutomation().takeScreenshot();
67
return Bitmap.createBitmap(
fullBitmap
, 0, activity.getBottom(), activity.getWidth(),
68
fullBitmap
.getHeight() - activity.getBottom());
Completed in 325 milliseconds