Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtils.java376 int[] aHistory = new int[shadowSize]; in createDropShadow() local
391 aHistory[x] = a; in createDropShadow()
402 aSum -= aHistory[historyIdx]; in createDropShadow()
406 aHistory[historyIdx] = a; in createDropShadow()
420 aHistory[y] = a; in createDropShadow()
431 aSum -= aHistory[historyIdx]; in createDropShadow()
435 aHistory[historyIdx] = a; in createDropShadow()