Searched refs:getBooleanAttribute (Results 1 – 2 of 2) sorted by relevance
488 private static Boolean getBooleanAttribute(@NonNull TypedXmlPullParser parser, in getBooleanAttribute() method in DisplayWindowSettingsProvider520 settingsEntry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()522 settingsEntry.mShouldShowSystemDecors = getBooleanAttribute(parser, in readDisplay()524 final Boolean shouldShowIme = getBooleanAttribute(parser, "shouldShowIme", in readDisplay()535 settingsEntry.mIgnoreOrientationRequest = getBooleanAttribute(parser, in readDisplay()537 settingsEntry.mIgnoreDisplayCutout = getBooleanAttribute(parser, in readDisplay()539 settingsEntry.mDontMoveToTop = getBooleanAttribute(parser, in readDisplay()
21546 PLcom/android/server/wm/DisplayWindowSettingsProvider;->getBooleanAttribute(Lcom/android/modules/ut…