Searched refs:mHasPermanentDpad (Results 1 – 2 of 2) sorted by relevance
419 final boolean mHasPermanentDpad; field in WindowManagerService935 mHasPermanentDpad = context.getResources().getBoolean( in WindowManagerService()6421 pw.print(" mHasPermanentDpad="); pw.println(mHasPermanentDpad); in dumpWindowsNoHeaderLocked()
1363 if (config.navigation == Configuration.NAVIGATION_NONAV && mService.mHasPermanentDpad) { in computeScreenConfiguration()