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.java127 final View blueView = new View(mActivity); in testOverlayWithNonOverlappingViews() local
128 blueView.setBackgroundColor(Color.BLUE); in testOverlayWithNonOverlappingViews()
129 blueView.layout(40, 60, 80, 90); in testOverlayWithNonOverlappingViews()
133 mViewGroupOverlay.add(blueView); in testOverlayWithNonOverlappingViews()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayHashManagerTest.java365 View blueView = new View(mActivity); in testGenerateAndVerifyDisplayHash_MultiColor() local
366 blueView.setBackgroundColor(Color.BLUE); in testGenerateAndVerifyDisplayHash_MultiColor()
372 linearLayout.addView(blueView, blueParams); in testGenerateAndVerifyDisplayHash_MultiColor()