Searched defs:mNotificationPeekScrubLeft (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java157 LayoutTransition mNotificationPeekScrubLeft, mNotificationPeekScrubRight; field in class:TabletStatusBar
279 mNotificationPeekScrubLeft = new LayoutTransition();
280 mNotificationPeekScrubLeft.setAnimator(LayoutTransition.APPEARING,
282 mNotificationPeekScrubLeft.setAnimator(LayoutTransition.DISAPPEARING,
284 mNotificationPeekScrubLeft.setDuration(500);
685 // ? mNotificationPeekScrubLeft

Completed in 37 milliseconds