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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java467 * @param rightPage Is the page animated to the right page?
469 void onAnimationToSideStarted(boolean rightPage); argument
H A DNotificationPanelView.java1531 public void onAnimationToSideStarted(boolean rightPage) { argument
1532 boolean start = getLayoutDirection() == LAYOUT_DIRECTION_RTL ? rightPage : !rightPage;

Completed in 37 milliseconds