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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java462 * @param rightPage Is the page animated to the right page?
464 void onAnimationToSideStarted(boolean rightPage, float translation, float vel); argument
H A DNotificationPanelView.java1683 public void onAnimationToSideStarted(boolean rightPage, float translation, float vel) { argument
1684 boolean start = getLayoutDirection() == LAYOUT_DIRECTION_RTL ? rightPage : !rightPage;

Completed in 124 milliseconds