Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java59 private static final int NUM_ACCEPTED_ROTATION_SUGGESTIONS_FOR_INTRODUCTION = 3; field in RotationButtonController
394 >= NUM_ACCEPTED_ROTATION_SUGGESTIONS_FOR_INTRODUCTION; in isRotateSuggestionIntroduced()
404 if (numSuggestions < NUM_ACCEPTED_ROTATION_SUGGESTIONS_FOR_INTRODUCTION) { in incrementNumAcceptedRotationSuggestionsIfNeeded()