Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java589 public @WindowConfig long diff(WindowConfiguration other, boolean compareUndefined) { in diff() argument
597 if ((compareUndefined || other.mAppBounds != null) in diff()
607 if ((compareUndefined || other.mWindowingMode != WINDOWING_MODE_UNDEFINED) in diff()
612 if ((compareUndefined || other.mActivityType != ACTIVITY_TYPE_UNDEFINED) in diff()
617 if ((compareUndefined || other.mAlwaysOnTop != ALWAYS_ON_TOP_UNDEFINED) in diff()
622 if ((compareUndefined || other.mRotation != ROTATION_UNDEFINED) in diff()
627 if ((compareUndefined || other.mDisplayWindowingMode != WINDOWING_MODE_UNDEFINED) in diff()
632 if ((compareUndefined || other.mDisplayRotation != ROTATION_UNDEFINED) in diff()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1900 if ((compareUndefined || delta.mcc != 0) && mcc != delta.mcc) { in diff()
1903 if ((compareUndefined || delta.mnc != 0) && mnc != delta.mnc) { in diff()
1908 if ((compareUndefined || !delta.mLocaleList.isEmpty()) in diff()
1918 if ((compareUndefined || delta.touchscreen != TOUCHSCREEN_UNDEFINED) in diff()
1922 if ((compareUndefined || delta.keyboard != KEYBOARD_UNDEFINED) in diff()
1934 if ((compareUndefined || delta.navigation != NAVIGATION_UNDEFINED) in diff()
1942 if ((compareUndefined || delta.orientation != ORIENTATION_UNDEFINED) in diff()
1952 if ((compareUndefined || in diff()
1958 if ((compareUndefined || in diff()
1981 if ((compareUndefined || delta.densityDpi != DENSITY_DPI_UNDEFINED) in diff()
[all …]