Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java784 private static int sRecycledCount; field in KeyCharacterMap.FallbackAction
804 sRecycledCount--; in obtain()
813 if (sRecycledCount < MAX_RECYCLED) { in recycle()
816 sRecycledCount += 1; in recycle()
H A DViewGroup.java8972 private static int sRecycledCount; field in ViewGroup.TouchTarget
9002 sRecycledCount--; in obtain()
9017 if (sRecycledCount < MAX_RECYCLED) { in recycle()
9020 sRecycledCount += 1; in recycle()
9034 private static int sRecycledCount; field in ViewGroup.HoverTarget
9057 sRecycledCount--; in obtain()
9071 if (sRecycledCount < MAX_RECYCLED) { in recycle()
9074 sRecycledCount += 1; in recycle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61205 Landroid/view/KeyCharacterMap$FallbackAction;->sRecycledCount:I
64025 Landroid/view/ViewGroup$HoverTarget;->sRecycledCount:I
64053 Landroid/view/ViewGroup$TouchTarget;->sRecycledCount:I