OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historyIdx
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java
101
int
historyIdx
;
112
historyIdx
= 0;
126
aSum -= aHistory[
historyIdx
];
130
aHistory[
historyIdx
] = a;
133
if (++
historyIdx
>= shadowSize) {
134
historyIdx
-= shadowSize;
141
historyIdx
= 0;
155
aSum -= aHistory[
historyIdx
];
159
aHistory[
historyIdx
] = a;
162
if (++
historyIdx
>= shadowSize)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
377
int
historyIdx
= 0;
388
historyIdx
= 0;
402
aSum -= aHistory[
historyIdx
];
406
aHistory[
historyIdx
] = a;
409
if (++
historyIdx
>= shadowSize) {
410
historyIdx
-= shadowSize;
417
historyIdx
= 0;
431
aSum -= aHistory[
historyIdx
];
435
aHistory[
historyIdx
] = a;
438
if (++
historyIdx
>= shadowSize)
[
all
...]
Completed in 57 milliseconds