OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/volley/src/com/android/volley/toolbox/
ByteArrayPool.java
60
private int
mCurrentSize
= 0;
95
mCurrentSize
-= buf.length;
120
mCurrentSize
+= buf.length;
128
while (
mCurrentSize
> mSizeLimit) {
131
mCurrentSize
-= buf.length;
/packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java
69
int
mCurrentSize
= 0;
89
if (
mCurrentSize
== SIZE) {
94
mCurrentSize
++;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java
33
private float
mCurrentSize
= INITAL_STROKE_RADIUS;
122
mCurrentSize
= size;
134
return (int)
mCurrentSize
;
Completed in 677 milliseconds