Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java131 private TintedKeyButtonDrawable mRotateSuggestionIcon; field in NavigationBarView
645 getRotateSuggestionButton().setImageDrawable(mRotateSuggestionIcon); in updateNavButtonIcons()
840 TintedKeyButtonDrawable priorIcon = mRotateSuggestionIcon; in updateRotateSuggestionButtonStyle()
841 mRotateSuggestionIcon = getDrawable(rotateContext, R.drawable.ic_sysbar_rotate_button, in updateRotateSuggestionButtonStyle()
846 mRotateSuggestionIcon.setDarkIntensity(priorIcon.getDarkIntensity()); in updateRotateSuggestionButtonStyle()
849 if (setIcon) getRotateSuggestionButton().setImageDrawable(mRotateSuggestionIcon); in updateRotateSuggestionButtonStyle()
865 Drawable d = mRotateSuggestionIcon.getDrawable(0); in setRotateButtonVisibility()