Searched refs:remoteInputActive (Results 1 – 6 of 6) sorted by relevance
213 @NonNull NotificationData.Entry entry, boolean remoteInputActive) { in setRemoteInputActive() argument215 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) { in setRemoteInputActive()216 headsUpEntry.remoteInputActive = remoteInputActive; in setRemoteInputActive()217 if (remoteInputActive) { in setRemoteInputActive()
169 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyFocusableFlag()392 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() argument393 mCurrentState.remoteInputActive = remoteInputActive; in onRemoteInputActive()457 boolean remoteInputActive; field in StatusBarWindowManager.State
583 boolean remoteInputActive = mRemoteInputActive; in updateStates()585 if ((bouncerDismissible || !showing || remoteInputActive) != in updateStates()588 if (bouncerDismissible || !showing || remoteInputActive) { in updateStates()619 mLastRemoteInputActive = remoteInputActive; in updateStates()
2875 boolean remoteInputActive) { in addStatusBarWindow()2876 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in addStatusBarWindow()
456 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry495 || remoteInputActive || hasFullScreenIntent(entry); in isSticky()515 if (remoteInputActive && !o.remoteInputActive) { in compareTo()517 } else if (!remoteInputActive && o.remoteInputActive) { in compareTo()533 remoteInputActive = false; in reset()
180 boolean remoteInputActive = isRemoteInputActive(); in apply()183 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()287 void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive); in setRemoteInputActive() argument