Searched defs:sControlIconWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlBarPresenter.java186 private static int sControlIconWidth; field in class:ControlBarPresenter
273 if (sControlIconWidth == 0) {
274 sControlIconWidth = context.getResources().getDimensionPixelSize(
277 return sControlIconWidth;

Completed in 73 milliseconds