Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java498 private boolean mIsRemoteInputActive; field in NotificationStackScrollLayout
729 mIsRemoteInputActive = isActive; in setIsRemoteInputActive()
764 && !mIsRemoteInputActive; in shouldShowFooterView()
5188 pw.println("mIsRemoteInputActive: " + mIsRemoteInputActive); in dumpFooterViewVisibility()