Searched defs:sRecycledCount (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java733 private static int sRecycledCount; field in class:KeyCharacterMap.FallbackAction
751 sRecycledCount--;
760 if (sRecycledCount < MAX_RECYCLED) {
763 sRecycledCount += 1;
H A DViewGroup.java6021 private static int sRecycledCount; field in class:ViewGroup.TouchTarget
6045 sRecycledCount--;
6056 if (sRecycledCount < MAX_RECYCLED) {
6059 sRecycledCount += 1;
6073 private static int sRecycledCount; field in class:ViewGroup.HoverTarget
6092 sRecycledCount--;
6102 if (sRecycledCount < MAX_RECYCLED) {
6105 sRecycledCount += 1;

Completed in 107 milliseconds