Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java75 private static final int APP_COLOR = 0xff01fe10; // green field in WindowInsetsAnimationSynchronicityTests
108 int imePositionApp = lowestPixelWithColor(APP_COLOR, 1, screenshot); in runTest()
109 int contentBottomMiddle = lowestPixelWithColor(APP_COLOR, center, screenshot); in runTest()
252 mContentPaint.setColor(APP_COLOR); in TestView()