Searched refs:mHasPermanentDpad (Results 1 – 2 of 2) sorted by relevance
567 final boolean mHasPermanentDpad; field in WindowManagerService1247 mHasPermanentDpad = context.getResources().getBoolean( in WindowManagerService()7005 pw.print(" mHasPermanentDpad="); pw.println(mHasPermanentDpad); in dumpWindowsLocked()
2548 if (config.navigation == Configuration.NAVIGATION_NONAV && mWmService.mHasPermanentDpad) { in computeScreenConfiguration()