Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java138 private boolean mIsFocusAnimationFlagActive; field in RemoteInputView
436 if (animate && parent != null && mIsFocusAnimationFlagActive) { in onDefocus()
610 mIsFocusAnimationFlagActive = active; in setIsFocusAnimationFlagActive()
617 if (!mIsFocusAnimationFlagActive && getVisibility() != VISIBLE in focusAnimated()
623 } else if (mIsFocusAnimationFlagActive && getVisibility() != VISIBLE) { in focusAnimated()
678 if (mIsFocusAnimationFlagActive) { in reset()
852 if (mIsFocusAnimationFlagActive) setPivotY(getMeasuredHeight()); in onLayout()