Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DOverviewProxyService.java169 notifyBackButtonAlphaChanged(alpha, animate);
356 notifyBackButtonAlphaChanged(1f, false /* animate */); in disconnectFromLauncherService()
361 private void notifyBackButtonAlphaChanged(float alpha, boolean animate) { in notifyBackButtonAlphaChanged() method in OverviewProxyService