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.java394 final boolean mHasPermanentDpad; field in WindowManagerService
1008 mHasPermanentDpad = context.getResources().getBoolean( in WindowManagerService()
6510 pw.print(" mHasPermanentDpad="); pw.println(mHasPermanentDpad); in dumpWindowsNoHeaderLocked()
DDisplayContent.java1258 if (config.navigation == Configuration.NAVIGATION_NONAV && mService.mHasPermanentDpad) { in computeScreenConfiguration()