OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aHistory
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java
100
int[]
aHistory
= new int[shadowSize];
115
aHistory
[x] = a;
126
aSum -=
aHistory
[historyIdx];
130
aHistory
[historyIdx] = a;
144
aHistory
[y] = a;
155
aSum -=
aHistory
[historyIdx];
159
aHistory
[historyIdx] = a;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
376
int[]
aHistory
= new int[shadowSize];
391
aHistory
[x] = a;
402
aSum -=
aHistory
[historyIdx];
406
aHistory
[historyIdx] = a;
420
aHistory
[y] = a;
431
aSum -=
aHistory
[historyIdx];
435
aHistory
[historyIdx] = a;
[
all
...]
Completed in 2571 milliseconds