Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionAdapter.java64 private static Integer sDescriptionMaxHeight = null; field in ActionAdapter
503 if (sDescriptionMaxHeight == null) { in getDescriptionMaxHeight()
513 sDescriptionMaxHeight = (int) (displayHeight - in getDescriptionMaxHeight()
516 return sDescriptionMaxHeight; in getDescriptionMaxHeight()