Home
last modified time | relevance | path

Searched refs:lowestPixelWithColor (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java108 int imePositionApp = lowestPixelWithColor(APP_COLOR, 1, screenshot); in runTest()
109 int contentBottomMiddle = lowestPixelWithColor(APP_COLOR, center, screenshot); in runTest()
111 lowestPixelWithColor(BEHIND_IME_COLOR, center, screenshot); in runTest()
138 private static int lowestPixelWithColor(int color, int x, Bitmap bitmap) { in lowestPixelWithColor() method in WindowInsetsAnimationSynchronicityTests