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

/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java745 private static int sRecycledCount; field in class:KeyCharacterMap.FallbackAction
763 sRecycledCount--;
772 if (sRecycledCount < MAX_RECYCLED) {
775 sRecycledCount += 1;
H A DViewGroup.java6348 private static int sRecycledCount; field in class:ViewGroup.TouchTarget
6372 sRecycledCount--;
6383 if (sRecycledCount < MAX_RECYCLED) {
6386 sRecycledCount += 1;
6400 private static int sRecycledCount; field in class:ViewGroup.HoverTarget
6419 sRecycledCount--;
6429 if (sRecycledCount < MAX_RECYCLED) {
6432 sRecycledCount += 1;

Completed in 101 milliseconds