Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DControlBarPresenter.java188 private static int sControlIconWidth; field in ControlBarPresenter
279 if (sControlIconWidth == 0) { in getControlIconWidth()
280 sControlIconWidth = context.getResources().getDimensionPixelSize( in getControlIconWidth()
283 return sControlIconWidth; in getControlIconWidth()