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.java1917 public int diff(Configuration delta, boolean compareUndefined, boolean publicOnly) { in diff() argument
1919 if ((compareUndefined || delta.fontScale > 0) && fontScale != delta.fontScale) { in diff()
1922 if ((compareUndefined || delta.mcc != 0) && mcc != delta.mcc) { in diff()
1925 if ((compareUndefined || delta.mnc != 0) && mnc != delta.mnc) { in diff()
1930 if ((compareUndefined || !delta.mLocaleList.isEmpty()) in diff()
1936 if ((compareUndefined || deltaScreenLayoutDir != SCREENLAYOUT_LAYOUTDIR_UNDEFINED) in diff()
1940 if ((compareUndefined || delta.touchscreen != TOUCHSCREEN_UNDEFINED) in diff()
1944 if ((compareUndefined || delta.keyboard != KEYBOARD_UNDEFINED) in diff()
1948 if ((compareUndefined || delta.keyboardHidden != KEYBOARDHIDDEN_UNDEFINED) in diff()
1952 if ((compareUndefined || delta.hardKeyboardHidden != HARDKEYBOARDHIDDEN_UNDEFINED) in diff()
[all …]
/frameworks/base/core/java/android/app/
DWindowConfiguration.java574 public @WindowConfig long diff(WindowConfiguration other, boolean compareUndefined) { in diff() argument
582 if ((compareUndefined || other.mAppBounds != null) in diff()
592 if ((compareUndefined || other.mWindowingMode != WINDOWING_MODE_UNDEFINED) in diff()
597 if ((compareUndefined || other.mActivityType != ACTIVITY_TYPE_UNDEFINED) in diff()
602 if ((compareUndefined || other.mAlwaysOnTop != ALWAYS_ON_TOP_UNDEFINED) in diff()
607 if ((compareUndefined || other.mRotation != ROTATION_UNDEFINED) in diff()
612 if ((compareUndefined || other.mDisplayRotation != ROTATION_UNDEFINED) in diff()