Searched refs:yellow (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tests/scene8/ |
D | test_ae_awb_regions.py | 170 def _do_awb_check(blue, yellow): argument 185 yellow_r_b_ratio = _get_red_blue_ratio(yellow) 349 _, yellow, _, dark, _, light, _, blue = ( 353 _, blue, _, light, _, dark, _, yellow = ( 359 _do_awb_check(blue, yellow)
|
/cts/tests/app/src/android/app/cts/ |
D | ProgressDialogTest.java | 66 R.drawable.yellow); in setUp()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 875 sendNotification(id, R.drawable.yellow); in testNotify() 1365 sendNotification(3, R.drawable.yellow); in testCancelAll() 1569 sendNotification(803, R.drawable.yellow); in testAutogrouping() 1570 sendNotification(804, R.drawable.yellow); in testAutogrouping() 1587 sendNotification(703, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common() 1588 sendNotification(704, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common() 1639 sendNotification(903, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common() 1640 sendNotification(904, R.drawable.yellow); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common() 1702 sendNotification(930, R.drawable.yellow); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common() 1703 sendNotification(940, R.drawable.yellow); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
|
/cts/tests/tests/print/src/android/print/cts/ |
D | PrintServicesTest.java | 409 R.raw.yellow);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ProgressBarTest.java | 637 Drawable d3 = mActivity.getDrawable(R.drawable.yellow); in testVerifyDrawable()
|
D | TextViewTest.java | 4202 Drawable right = TestUtils.getDrawable(mActivity, R.drawable.yellow); in testCompound() 4262 final Drawable end = TestUtils.getDrawable(mActivity, R.drawable.yellow); in testGetCompoundDrawablesRelative() 4362 final Drawable yellow = TestUtils.getDrawable(mActivity, R.drawable.yellow); in testHandleDrawables_canBeSet_toDrawables() local 4366 mTextView.setTextSelectHandleLeft(yellow); in testHandleDrawables_canBeSet_toDrawables() 4370 assertSame(yellow, mTextView.getTextSelectHandleLeft()); in testHandleDrawables_canBeSet_toDrawables() 5177 assertEquals(mActivity.getResources().getColor(R.drawable.yellow), in testDeprecatedSetTextAppearance() 5202 assertEquals(mActivity.getResources().getColor(R.drawable.yellow), in testSetTextAppearance() 5210 assertEquals(mActivity.getResources().getColor(R.drawable.yellow), in testSetTextAppearance()
|