Searched refs:quickStepEnabled (Results 1 – 2 of 2) sorted by relevance
45 boolean rtlEnabled, int simulatedPlatformVersion, boolean quickStepEnabled) { in NavigationBar() argument47 getShortestWidth(context)>= 600 ? LAYOUT_600DP_XML : LAYOUT_XML, quickStepEnabled); in NavigationBar()51 … boolean rtlEnabled, int simulatedPlatformVersion, String layoutPath, boolean quickStepEnabled) { in NavigationBar() argument71 quickStepEnabled ? "ic_sysbar_back_quick_step.png" : "ic_sysbar_back.png", in NavigationBar()74 loadIcon(3, quickStepEnabled ? "ic_sysbar_home_quick_step.png" : "ic_sysbar_home.png", in NavigationBar()77 if (!quickStepEnabled) { in NavigationBar()
485 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in getHomeDrawable()486 KeyButtonDrawable drawable = quickStepEnabled in getHomeDrawable()531 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in chooseNavigationIconDrawableRes()532 return quickStepEnabled ? quickStepIcon : icon; in chooseNavigationIconDrawableRes()