HomeSort by relevance Sort by last modified time
    Searched refs:getNumActiveViews (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 364 if (relativeIndex >= 0 && relativeIndex <= getNumActiveViews() - 1 && mAdapter != null) {
373 int getNumActiveViews() {
384 if (adapterCount <= getNumActiveViews() && mLoopViews) {
478 int newWindowEndUnbounded = newWindowStartUnbounded + getNumActiveViews() - 1;
    [all...]
StackView.java 240 if (fromIndex == -1 && toIndex == getNumActiveViews() -1) {
470 for (int i = 0; i < getNumActiveViews(); i++) {
    [all...]

Completed in 101 milliseconds