Searched refs:lowestPixelWithColor (Results 1 – 1 of 1) sorted by relevance
108 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