Searched refs:getWindowingModeLocked (Results 1 – 2 of 2) sorted by relevance
124 private int getWindowingModeLocked(SettingsProvider.SettingsEntry settings, DisplayContent dc) { in getWindowingModeLocked() method in DisplayWindowSettings142 int getWindowingModeLocked(DisplayContent dc) { in getWindowingModeLocked() method in DisplayWindowSettings145 return getWindowingModeLocked(settings, dc); in getWindowingModeLocked()258 final int windowingMode = getWindowingModeLocked(settings, dc); in applySettingsToDisplayLocked()320 if (defaultTda != null && defaultTda.getWindowingMode() != getWindowingModeLocked(dc)) { in updateSettingsForDisplay()323 defaultTda.setWindowingMode(getWindowingModeLocked(dc)); in updateSettingsForDisplay()
7428 return mDisplayWindowSettings.getWindowingModeLocked(displayContent); in getWindowingMode()