Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java111 () -> mFrameLayout.setForeground(foreground)); in testSetForegroundGravity()
129 mFrameLayout.setForeground(newForeground); in testSetForegroundGravity()
147 mFrameLayout.setForeground(foreground); in testGatherTransparentRegion()
267 myFrameLayout.setForeground(drawable); in testVerifyDrawable()
289 view.setForeground(foreground); in testForegroundTint()
302 view.setForeground(null); in testForegroundTint()
303 view.setForeground(foreground); in testForegroundTint()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySaverBgServiceTest.java160 .setForeground(foreground) in tryStartTestServiceAndReturnAction()
DBatterySaverAlarmTest.java158 .setForeground(foreground) in startService()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java360 public void setForeground(Drawable drawable) { in setForeground() method in BoxInsetLayout
361 super.setForeground(drawable); in setForeground()