Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWindowConfiguration.java450 public @WindowConfig long diff(WindowConfiguration other, boolean compareUndefined) { in diff() argument
458 if ((compareUndefined || other.mAppBounds != null) in diff()
464 if ((compareUndefined || other.mWindowingMode != WINDOWING_MODE_UNDEFINED) in diff()
469 if ((compareUndefined || other.mActivityType != ACTIVITY_TYPE_UNDEFINED) in diff()
474 if ((compareUndefined || other.mAlwaysOnTop != ALWAYS_ON_TOP_UNDEFINED) in diff()
479 if ((compareUndefined || other.mRotation != ROTATION_UNDEFINED) in diff()
484 if ((compareUndefined || other.mDisplayWindowingMode != WINDOWING_MODE_UNDEFINED) in diff()
/frameworks/base/core/java/android/content/res/
DConfiguration.java1643 public int diff(Configuration delta, boolean compareUndefined, boolean publicOnly) { in diff() argument
1645 if ((compareUndefined || delta.fontScale > 0) && fontScale != delta.fontScale) { in diff()
1648 if ((compareUndefined || delta.mcc != 0) && mcc != delta.mcc) { in diff()
1651 if ((compareUndefined || delta.mnc != 0) && mnc != delta.mnc) { in diff()
1656 if ((compareUndefined || !delta.mLocaleList.isEmpty()) in diff()
1662 if ((compareUndefined || deltaScreenLayoutDir != SCREENLAYOUT_LAYOUTDIR_UNDEFINED) in diff()
1666 if ((compareUndefined || delta.touchscreen != TOUCHSCREEN_UNDEFINED) in diff()
1670 if ((compareUndefined || delta.keyboard != KEYBOARD_UNDEFINED) in diff()
1674 if ((compareUndefined || delta.keyboardHidden != KEYBOARDHIDDEN_UNDEFINED) in diff()
1678 if ((compareUndefined || delta.hardKeyboardHidden != HARDKEYBOARDHIDDEN_UNDEFINED) in diff()
[all …]