Searched refs:panelCount (Results 1 – 2 of 2) sorted by relevance
295 int panelCount = getPanelCount(); in getLeftmostVisiblePageForIndex() local296 return (pageIndex / panelCount) * panelCount; in getLeftmostVisiblePageForIndex()310 int panelCount = getPanelCount(); in forEachVisiblePage() local311 for (int i = mCurrentPage; i < mCurrentPage + panelCount; i++) { in forEachVisiblePage()700 int panelCount = getPanelCount(); in getPageScrolls() local701 if (panelCount > 1) { in getPageScrolls()
334 int panelCount = getPanelCount(); in setInsets() local338 if (panelCount > 1) { in setInsets()339 if (i % panelCount == 0) { // left side panel in setInsets()343 } else if (i % panelCount == panelCount - 1) { // right side panel in setInsets()1998 int panelCount = getPanelCount();1999 for (int page = nextPage; page < nextPage + panelCount; page++) {