Searched refs:adapterCount (Results 1 – 4 of 4) sorted by relevance
317 int adapterCount = 0; in isEnabled() local319 adapterCount = mAdapter.getCount(); in isEnabled()320 if (adjPosition < adapterCount) { in isEnabled()341 int adapterCount = 0; in getItem() local343 adapterCount = mAdapter.getCount(); in getItem()344 if (adjPosition < adapterCount) { in getItem()357 int adapterCount = mAdapter.getCount(); in getItemId() local358 if (adjPosition < adapterCount) { in getItemId()396 int adapterCount = 0; in getView() local398 adapterCount = mAdapter.getCount(); in getView()[all …]
215 int adapterCount = mAdapter.getCount(); in createPageListener() local216 if (position < 0 || position >= adapterCount) { in createPageListener()236 int adapterCount = mAdapter.getCount();237 if (adapterCount > 1) {239 mNextArrow.setVisibility(position != (adapterCount - 1) ? View.VISIBLE : View.GONE);
107 final int adapterCount = mAdapters.size(); in getAdapterOffsetForItem() local111 while (i < adapterCount) { in getAdapterOffsetForItem()
125 final int adapterCount = Math.min(adapter.getCount(), NUM_RECENT_ACCOUNTS + 1); in refresh() local126 for (int accountIndex = 1; accountIndex < adapterCount; accountIndex++) { in refresh()