Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java83 private final boolean mIsRound; field in WindowInsets
165 mIsRound = isRound; in WindowInsets()
183 src.mTypeVisibilityMap, src.mIsRound, in WindowInsets()
503 mIsRound, mAlwaysConsumeSystemBars, in consumeDisplayCutout()
538 return mIsRound; in isRound()
554 mIsRound, mAlwaysConsumeSystemBars, in consumeSystemWindowInsets()
935 mIsRound, mAlwaysConsumeSystemBars, in inset()
950 return mIsRound == that.mIsRound in equals()
964 Arrays.hashCode(mTypeVisibilityMap), mIsRound, mDisplayCutout, in hashCode()
1027 private boolean mIsRound; field in WindowInsets.Builder
[all …]