Searched refs:getBarTransitions (Results 1 – 6 of 6) sorted by relevance
360 private final Runnable mAutoDim = () -> getBarTransitions().setAutoDim(true);525 getBarTransitions().addDarkIntensityListener(mAssistHandlerViewController); in onViewCreated()536 mNavigationBarView.getBarTransitions() in onDestroyView()540 mNavigationBarView.getBarTransitions().destroy(); in onDestroyView()548 getBarTransitions().removeDarkIntensityListener(mOrientationHandleIntensityListener); in onDestroyView()595 getBarTransitions().addDarkIntensityListener(mOrientationHandleIntensityListener); in initSecondaryHomeHandleForRotation()700 dumpBarTransitions(pw, "mNavigationBarView", mNavigationBarView.getBarTransitions()); in dump()1281 getBarTransitions().setAutoDim(false); in touchAutoDim()1325 mNavigationBarView.getBarTransitions().transitionTo(mNavigationBarMode, anim); in checkNavBarModes()1367 getBarTransitions().transitionTo(barMode, animate); in transitionTo()[all …]
454 public PhoneStatusBarTransitions getBarTransitions() { in getBarTransitions() method in NotificationShadeWindowViewController
2399 return mNotificationShadeWindowViewController.getBarTransitions(); in getStatusBarTransitions()2433 && mNotificationShadeWindowViewController.getBarTransitions() != null) { in finishBarAnimations()2434 mNotificationShadeWindowViewController.getBarTransitions().finishAnimations(); in finishBarAnimations()2504 mNotificationShadeWindowViewController.getBarTransitions()); in dump()3113 && mNotificationShadeWindowViewController.getBarTransitions() != null) { in dispatchDemoCommand()3114 mNotificationShadeWindowViewController.getBarTransitions().transitionTo( in dispatchDemoCommand()
356 public NavigationBarTransitions getBarTransitions() { in getBarTransitions() method in NavigationBarView
292 updateDarkness(navBar.getBarTransitions().addDarkIntensityListener(this)); in attemptRegisterNavBarListener()309 navBar.getBarTransitions().removeDarkIntensityListener(this); in attemptUnregisterNavBarListener()
327 when(view.getBarTransitions()).thenReturn(mock(NavigationBarTransitions.class)); in inflate()