Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java101 private @InsetsType int mControllingTypes; field in InsetsAnimationControlImpl
131 mControllingTypes = types; in InsetsAnimationControlImpl()
221 return mControllingTypes; in getControllingTypes()
226 mControllingTypes &= ~types; in notifyControlRevoked()