Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java5030 Drawable horizontalThumbDrawable = view.getHorizontalScrollbarThumbDrawable(); in testSetHorizontalScrollbarThumb() local
5031 assertTrue(horizontalThumbDrawable instanceof ColorDrawable); in testSetHorizontalScrollbarThumb()
5032 assertEquals(Color.CYAN, ((ColorDrawable) horizontalThumbDrawable).getColor()); in testSetHorizontalScrollbarThumb()