Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java141 private boolean mDockedStackExists; field in NavigationBarView
939 mDockedIcon.setRotation(mDockedStackExists && mIsVertical ? 90 : 0); in updateRecentsIcon()
940 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon); in updateRecentsIcon()
1213 mDockedStackExists = exists;