Searched refs:mRemoveRotationProposal (Results 1 – 1 of 1) sorted by relevance
165 private final Runnable mRemoveRotationProposal = () -> setRotateSuggestionButtonState(false); field in NavigationBarFragment436 getView().removeCallbacks(mRemoveRotationProposal); in onRotationProposal()475 if (v != null) v.removeCallbacks(mRemoveRotationProposal); in onRotationSuggestionsDisabled()603 getView().removeCallbacks(mRemoveRotationProposal); // Stop any pending removal in rescheduleRotationTimeout()604 getView().postDelayed(mRemoveRotationProposal, in rescheduleRotationTimeout()