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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java199 animateOutlinesAndSidePages(false, duration);
609 animateOutlinesAndSidePages(true);
613 animateOutlinesAndSidePages(false);
682 void animateOutlinesAndSidePages(final boolean show) { method in class:KeyguardWidgetPager
683 animateOutlinesAndSidePages(show, -1);
694 void animateOutlinesAndSidePages(final boolean show, int duration) { method in class:KeyguardWidgetPager

Completed in 1207 milliseconds