Searched refs:SCROLL_BAR_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java37 private static final int SCROLL_BAR_SIZE = 10; field in class:ViewConfiguration
238 mScrollbarSize = SCROLL_BAR_SIZE;
277 mScrollbarSize = (int) (density * SCROLL_BAR_SIZE + 0.5f);
338 return SCROLL_BAR_SIZE;

Completed in 21 milliseconds