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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java358 if (relativeIndex >= 0 && relativeIndex <= getNumActiveViews() - 1 && mAdapter != null) {
367 int getNumActiveViews() { method in class:AdapterViewAnimator
378 if (adapterCount <= getNumActiveViews() && mLoopViews) {
469 int newWindowEndUnbounded = newWindowStartUnbounded + getNumActiveViews() - 1;
H A DStackView.java232 if (fromIndex == -1 && toIndex == getNumActiveViews() -1) {
462 for (int i = 0; i < getNumActiveViews(); i++) {

Completed in 79 milliseconds