Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DControlBarPresenter.java189 private static int sControlIconWidth; field in ControlBarPresenter
281 if (sControlIconWidth == 0) { in getControlIconWidth()
282 sControlIconWidth = context.getResources().getDimensionPixelSize( in getControlIconWidth()
285 return sControlIconWidth; in getControlIconWidth()