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 733 private static int sRecycledCount;
751 sRecycledCount--;
760 if (sRecycledCount < MAX_RECYCLED) {
763 sRecycledCount += 1;
ViewGroup.java     [all...]

Completed in 313 milliseconds