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 361 if (relativeIndex >= 0 && relativeIndex <= getNumActiveViews() - 1 && mAdapter != null) {
370 int getNumActiveViews() {
381 if (adapterCount <= getNumActiveViews() && mLoopViews) {
476 int newWindowEndUnbounded = newWindowStartUnbounded + getNumActiveViews() - 1;
    [all...]
StackView.java 235 if (fromIndex == -1 && toIndex == getNumActiveViews() -1) {
465 for (int i = 0; i < getNumActiveViews(); i++) {
    [all...]

Completed in 51 milliseconds