Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupOverlayTest.java140 final View blueView = new View(mActivity); in testOverlayWithNonOverlappingViews() local
141 blueView.setBackgroundColor(Color.BLUE); in testOverlayWithNonOverlappingViews()
142 blueView.layout(40, 60, 80, 90); in testOverlayWithNonOverlappingViews()
146 mViewGroupOverlay.add(blueView); in testOverlayWithNonOverlappingViews()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DDisplayHashManagerTest.java412 View blueView = new View(mActivity); in testGenerateAndVerifyDisplayHash_MultiColor() local
413 blueView.setBackgroundColor(Color.BLUE); in testGenerateAndVerifyDisplayHash_MultiColor()
419 linearLayout.addView(blueView, blueParams); in testGenerateAndVerifyDisplayHash_MultiColor()