Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceControl.java53 private Insets mInsetsHint; field in InsetsSourceControl
65 mInsetsHint = insetsHint; in InsetsSourceControl()
78 mInsetsHint = other.mInsetsHint; in InsetsSourceControl()
88 mInsetsHint = in.readTypedObject(Insets.CREATOR); in InsetsSourceControl()
127 mInsetsHint = insets; in setInsetsHint()
131 mInsetsHint = Insets.of(left, top, right, bottom); in setInsetsHint()
135 return mInsetsHint; in getInsetsHint()
171 dest.writeTypedObject(mInsetsHint, mParcelableFlags); in writeToParcel()
197 && mInsetsHint.equals(that.mInsetsHint) in equals()
203 return Objects.hash(mId, mType, mLeash, mInitiallyVisible, mSurfacePosition, mInsetsHint, in hashCode()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java88 private @NonNull Insets mInsetsHint = Insets.NONE; field in InsetsSourceProvider
312 return mInsetsHint; in getInsetsHint()
316 return mInsetsHint; in getInsetsHint()
320 mInsetsHint = mSource.calculateInsets(bounds, true /* ignoreVisibility */); in getInsetsHint()
323 return mInsetsHint; in getInsetsHint()
693 pw.print(mInsetsHint); in dump()