Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java490 private boolean mIsRemoteInputActive; field in NotificationStackScrollLayout
735 mIsRemoteInputActive = isActive; in setIsRemoteInputActive()
773 && !mIsRemoteInputActive; in shouldShowFooterView()
5253 pw.println("mIsRemoteInputActive: " + mIsRemoteInputActive); in dumpFooterViewVisibility()