Home
last modified time | relevance | path

Searched refs:sRecycledCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DKeyCharacterMap.java749 private static int sRecycledCount; field in KeyCharacterMap.FallbackAction
769 sRecycledCount--; in obtain()
778 if (sRecycledCount < MAX_RECYCLED) { in recycle()
781 sRecycledCount += 1; in recycle()
DViewGroup.java8567 private static int sRecycledCount; field in ViewGroup.TouchTarget
8597 sRecycledCount--; in obtain()
8612 if (sRecycledCount < MAX_RECYCLED) { in recycle()
8615 sRecycledCount += 1; in recycle()
8629 private static int sRecycledCount; field in ViewGroup.HoverTarget
8652 sRecycledCount--; in obtain()
8666 if (sRecycledCount < MAX_RECYCLED) { in recycle()
8669 sRecycledCount += 1; in recycle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75634 Landroid/view/KeyCharacterMap$FallbackAction;->sRecycledCount:I
78454 Landroid/view/ViewGroup$HoverTarget;->sRecycledCount:I
78482 Landroid/view/ViewGroup$TouchTarget;->sRecycledCount:I