Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsSourceControl.java50 private boolean mSkipAnimationOnce; field in InsetsSourceControl
70 mSkipAnimationOnce = other.getAndClearSkipAnimationOnce(); in InsetsSourceControl()
78 mSkipAnimationOnce = in.readBoolean(); in InsetsSourceControl()
120 mSkipAnimationOnce = skipAnimation; in setSkipAnimationOnce()
131 final boolean result = mSkipAnimationOnce; in getAndClearSkipAnimationOnce()
132 mSkipAnimationOnce = false; in getAndClearSkipAnimationOnce()
151 dest.writeBoolean(mSkipAnimationOnce); in writeToParcel()
175 && mSkipAnimationOnce == that.mSkipAnimationOnce; in equals()
184 result = 31 * result + (mSkipAnimationOnce ? 1 : 0); in hashCode()
203 pw.print(" mSkipAnimationOnce="); pw.print(mSkipAnimationOnce); in dump()