Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java1919 public int diff(Configuration delta, boolean compareUndefined, boolean publicOnly) { in diff() argument
1921 if ((compareUndefined || delta.fontScale > 0) && fontScale != delta.fontScale) { in diff()
1924 if ((compareUndefined || delta.mcc != 0) && mcc != delta.mcc) { in diff()
1927 if ((compareUndefined || delta.mnc != 0) && mnc != delta.mnc) { in diff()
1932 if ((compareUndefined || !delta.mLocaleList.isEmpty()) in diff()
1938 if ((compareUndefined || deltaScreenLayoutDir != SCREENLAYOUT_LAYOUTDIR_UNDEFINED) in diff()
1942 if ((compareUndefined || delta.touchscreen != TOUCHSCREEN_UNDEFINED) in diff()
1946 if ((compareUndefined || delta.keyboard != KEYBOARD_UNDEFINED) in diff()
1950 if ((compareUndefined || delta.keyboardHidden != KEYBOARDHIDDEN_UNDEFINED) in diff()
1954 if ((compareUndefined || delta.hardKeyboardHidden != HARDKEYBOARDHIDDEN_UNDEFINED) in diff()
[all …]
/frameworks/base/core/java/android/app/
DWindowConfiguration.java576 public @WindowConfig long diff(WindowConfiguration other, boolean compareUndefined) { in diff() argument
584 if ((compareUndefined || other.mAppBounds != null) in diff()
594 if ((compareUndefined || other.mWindowingMode != WINDOWING_MODE_UNDEFINED) in diff()
599 if ((compareUndefined || other.mActivityType != ACTIVITY_TYPE_UNDEFINED) in diff()
604 if ((compareUndefined || other.mAlwaysOnTop != ALWAYS_ON_TOP_UNDEFINED) in diff()
609 if ((compareUndefined || other.mRotation != ROTATION_UNDEFINED) in diff()
614 if ((compareUndefined || other.mDisplayRotation != ROTATION_UNDEFINED) in diff()