Home
last modified time | relevance | path

Searched refs:mHasPermanentDpad (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java547 final boolean mHasPermanentDpad; field in WindowManagerService
1215 mHasPermanentDpad = context.getResources().getBoolean( in WindowManagerService()
6477 pw.print(" mHasPermanentDpad="); pw.println(mHasPermanentDpad); in dumpWindowsNoHeaderLocked()
H A DDisplayContent.java2281 if (config.navigation == Configuration.NAVIGATION_NONAV && mWmService.mHasPermanentDpad) { in computeScreenConfiguration()