Searched refs:remoteInputActive (Results 1 – 6 of 6) sorted by relevance
364 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry370 || remoteInputActive || hasFullScreenIntent(mEntry); in isSticky()391 if (remoteInputActive && !headsUpEntry.remoteInputActive) { in compareTo()393 } else if (!remoteInputActive && headsUpEntry.remoteInputActive) { in compareTo()408 remoteInputActive = false; in reset()
242 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive() argument244 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) { in setRemoteInputActive()245 headsUpEntry.remoteInputActive = remoteInputActive; in setRemoteInputActive()246 if (remoteInputActive) { in setRemoteInputActive()
224 || ENABLE_REMOTE_INPUT && state.remoteInputActive in applyFocusableFlag()241 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyForceShowNavigationFlag()482 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() argument483 mCurrentState.remoteInputActive = remoteInputActive; in onRemoteInputActive()603 boolean remoteInputActive; field in StatusBarWindowController.State
712 boolean remoteInputActive = mRemoteInputActive; in updateStates()714 if ((bouncerDismissible || !showing || remoteInputActive) != in updateStates()717 if (bouncerDismissible || !showing || remoteInputActive) { in updateStates()748 mLastRemoteInputActive = remoteInputActive; in updateStates()
178 boolean remoteInputActive = isRemoteInputActive(); in apply()181 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()285 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() argument
713 boolean remoteInputActive) { in createDelegate()714 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in createDelegate()