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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 298 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage);
307 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage);
    [all...]
PagedView.java 255 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
293 View getPageAt(int index) {
360 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
400 getPageAt(i).setOnLongClickListener(l);
528 final View child = getPageAt(i);
600 View page = (View) getPageAt(i);
618 final View child = getPageAt(i);
629 final View child = getPageAt(i);
660 final View child = getPageAt(i);
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 303 AppsCustomizeCellLayout layout = (AppsCustomizeCellLayout) getPageAt(currentPage);
312 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage);
    [all...]
PagedView.java 457 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
497 View getPageAt(int index) {
568 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage);
612 getPageAt(i).setOnLongClickListener(l);
833 final View child = getPageAt(i);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 396 mPageSwitchListener.onPageSwitched(getPageAt(mCurrentPage), mCurrentPage);
429 View getPageAt(int index) {
479 mPageSwitchListener.onPageSwitching(getPageAt(whichPage), whichPage);
485 mPageSwitchListener.onPageSwitched(getPageAt(mCurrentPage), mCurrentPage);
546 getPageAt(i).setOnLongClickListener(l);
676 final View child = getPageAt(i);
760 final View child = getPageAt(i);
838 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
    [all...]

Completed in 86 milliseconds