OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:navigationBarHeight
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/preference/src/android/preference/cts/
TestUtils.java
71
int
navigationBarHeight
= getNavigationBarHeight();
79
xToCut +=
navigationBarHeight
;
81
yToCut +=
navigationBarHeight
;
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
NavigationBarColorTest.java
244
int
navigationBarHeight
, @NonNull DimmingTestMode dimmingTestMode)
276
return Bitmap.createBitmap(bitmap, 0, bitmap.getHeight() -
navigationBarHeight
,
277
bitmap.getWidth(),
navigationBarHeight
);
Completed in 61 milliseconds