Searched refs:blueView (Results 1 – 2 of 2) sorted by relevance
140 final View blueView = new View(mActivity); in testOverlayWithNonOverlappingViews() local141 blueView.setBackgroundColor(Color.BLUE); in testOverlayWithNonOverlappingViews()142 blueView.layout(40, 60, 80, 90); in testOverlayWithNonOverlappingViews()146 mViewGroupOverlay.add(blueView); in testOverlayWithNonOverlappingViews()
412 View blueView = new View(mActivity); in testGenerateAndVerifyDisplayHash_MultiColor() local413 blueView.setBackgroundColor(Color.BLUE); in testGenerateAndVerifyDisplayHash_MultiColor()419 linearLayout.addView(blueView, blueParams); in testGenerateAndVerifyDisplayHash_MultiColor()