Searched refs:mHasPermanentDpad (Results 1 – 2 of 2) sorted by relevance
458 final boolean mHasPermanentDpad; field in WindowManagerService1021 mHasPermanentDpad = context.getResources().getBoolean( in WindowManagerService()6097 pw.print(" mHasPermanentDpad="); pw.println(mHasPermanentDpad); in dumpWindowsNoHeaderLocked()
1780 if (config.navigation == Configuration.NAVIGATION_NONAV && mWmService.mHasPermanentDpad) { in computeScreenConfiguration()