Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMockView.java166 protected int getHorizontalScrollbarHeight() { in getHorizontalScrollbarHeight() method in MockView
167 return super.getHorizontalScrollbarHeight(); in getHorizontalScrollbarHeight()
DViewTest.java3068 int horizontalScrollBarHeight = view.getHorizontalScrollbarHeight(); in testScrollbarStyle()