Searched refs:prevPage (Results 1 – 4 of 4) sorted by relevance
320 int prevPage = overridePrevPage != INVALID_PAGE ? overridePrevPage : mCurrentPage; in setCurrentPage() local323 notifyPageSwitchListener(prevPage); in setCurrentPage()331 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument466 int prevPage = mCurrentPage; in computeScrollHelper() local469 notifyPageSwitchListener(prevPage); in computeScrollHelper()
1158 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument1159 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()1160 if (prevPage != mCurrentPage) { in notifyPageSwitchListener()1161 … int swipeDirection = (prevPage < mCurrentPage) ? Action.Direction.RIGHT : Action.Direction.LEFT; in notifyPageSwitchListener()1163 swipeDirection, ContainerType.WORKSPACE, prevPage); in notifyPageSwitchListener()
415 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument416 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
1622 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument1623 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()