Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java154 private static final int ALWAYS_ON_TOP_UNDEFINED = 0; field in WindowConfiguration
162 ALWAYS_ON_TOP_UNDEFINED,
338 mAlwaysOnTop = ALWAYS_ON_TOP_UNDEFINED; in unsetAlwaysOnTop()
458 setAlwaysOnTop(ALWAYS_ON_TOP_UNDEFINED); in setToDefaults()
522 if (delta.mAlwaysOnTop != ALWAYS_ON_TOP_UNDEFINED in updateFrom()
617 if ((compareUndefined || other.mAlwaysOnTop != ALWAYS_ON_TOP_UNDEFINED) in diff()
936 case ALWAYS_ON_TOP_UNDEFINED: return "undefined"; in alwaysOnTopToString()