Searched refs:sRecycledCount (Results 1 - 2 of 2) sorted by relevance

/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.java6038 private static int sRecycledCount; field in class:ViewGroup.TouchTarget
6062 sRecycledCount--;
6073 if (sRecycledCount < MAX_RECYCLED) {
6076 sRecycledCount += 1;
6090 private static int sRecycledCount; field in class:ViewGroup.HoverTarget
6109 sRecycledCount--;
6119 if (sRecycledCount < MAX_RECYCLED) {
6122 sRecycledCount += 1;

Completed in 64 milliseconds