Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DKeyCharacterMap.java832 private static int sRecycledCount; field in KeyCharacterMap.FallbackAction
852 sRecycledCount--; in obtain()
861 if (sRecycledCount < MAX_RECYCLED) { in recycle()
864 sRecycledCount += 1; in recycle()
DViewGroup.java8949 private static int sRecycledCount; field in ViewGroup.TouchTarget
8979 sRecycledCount--; in obtain()
8994 if (sRecycledCount < MAX_RECYCLED) { in recycle()
8997 sRecycledCount += 1; in recycle()
9011 private static int sRecycledCount; field in ViewGroup.HoverTarget
9034 sRecycledCount--; in obtain()
9048 if (sRecycledCount < MAX_RECYCLED) { in recycle()
9051 sRecycledCount += 1; in recycle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60562 Landroid/view/KeyCharacterMap$FallbackAction;->sRecycledCount:I
63382 Landroid/view/ViewGroup$HoverTarget;->sRecycledCount:I
63410 Landroid/view/ViewGroup$TouchTarget;->sRecycledCount:I