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