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

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

Completed in 1598 milliseconds