OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sRecycledCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
KeyCharacterMap.java
745
private static int
sRecycledCount
;
763
sRecycledCount
--;
772
if (
sRecycledCount
< MAX_RECYCLED) {
775
sRecycledCount
+= 1;
ViewGroup.java
[
all
...]
Completed in 412 milliseconds