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

  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 747 private static int sRecycledCount;
765 sRecycledCount--;
774 if (sRecycledCount < MAX_RECYCLED) {
777 sRecycledCount += 1;
ViewGroup.java     [all...]

Completed in 97 milliseconds