Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java458 final boolean mHasPermanentDpad; field in WindowManagerService
1021 mHasPermanentDpad = context.getResources().getBoolean( in WindowManagerService()
6097 pw.print(" mHasPermanentDpad="); pw.println(mHasPermanentDpad); in dumpWindowsNoHeaderLocked()
DDisplayContent.java1780 if (config.navigation == Configuration.NAVIGATION_NONAV && mWmService.mHasPermanentDpad) { in computeScreenConfiguration()