Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java1670 void setDropInputForAnimation(boolean isInputDroppedForAnimation) { in setDropInputForAnimation() argument
1671 if (mIsInputDroppedForAnimation == isInputDroppedForAnimation) { in setDropInputForAnimation()
1674 mIsInputDroppedForAnimation = isInputDroppedForAnimation; in setDropInputForAnimation()