Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java156 if (entry.mRemoteEditImeVisible && entry.mRemoteEditImeAnimatingAway) { in removeRemoteInput()
168 entry.mRemoteEditImeAnimatingAway /* remoteEditImeAnimatingAway */, in removeRemoteInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt256 entry.mRemoteEditImeAnimatingAway = true
H A DRemoteInputView.java299 mEntry.mRemoteEditImeAnimatingAway = false; in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java176 public boolean mRemoteEditImeAnimatingAway; field in NotificationEntry