HomeSort by relevance Sort by last modified time
    Searched refs:whichPage (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 119 protected void snapToPageWithVelocity(int whichPage, int velocity) {
121 super.snapToPageWithVelocity(whichPage, velocity);
123 snapToPageWithVelocity(whichPage, 0, true);
127 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) {
130 whichPage = Math.max(0, Math.min(whichPage, getChildCount() - 1));
132 final int screenDelta = Math.max(1, Math.abs(whichPage - mCurrentPage));
133 final int newX = getChildOffset(whichPage) - getRelativeChildOffset(whichPage);
154 snapToPage(whichPage, delta, duration)
    [all...]
PagedView.java     [all...]
Workspace.java     [all...]
AppsCustomizePagedView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 461 protected void notifyPageSwitching(int whichPage) {
463 mPageSwitchListener.onPageSwitching(getPageAt(whichPage), whichPage);
    [all...]

Completed in 243 milliseconds