Searched refs:getNumActiveViews (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java361 if (relativeIndex >= 0 && relativeIndex <= getNumActiveViews() - 1 && mAdapter != null) {
370 int getNumActiveViews() { method in class:AdapterViewAnimator
381 if (adapterCount <= getNumActiveViews() && mLoopViews) {
476 int newWindowEndUnbounded = newWindowStartUnbounded + getNumActiveViews() - 1;
H A DStackView.java235 if (fromIndex == -1 && toIndex == getNumActiveViews() -1) {
465 for (int i = 0; i < getNumActiveViews(); i++) {

Completed in 72 milliseconds