Home
last modified time | relevance | path

Searched defs:otherSource (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java623 final InsetsSource otherSource = other.mSources.valueAt(i); in set() local
654 final InsetsSource otherSource = other.mSources.valueAt(i); in set() local
656 mSources.put(otherSource.getId(), otherSource); in set() local
/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java4549 Parcel otherSource = value.mSource; in equals() local