Home
last modified time | relevance | path

Searched refs:historyIdx (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.java377 int historyIdx = 0; in createDropShadow() local
388 historyIdx = 0; in createDropShadow()
402 aSum -= aHistory[historyIdx]; in createDropShadow()
406 aHistory[historyIdx] = a; in createDropShadow()
409 if (++historyIdx >= shadowSize) { in createDropShadow()
410 historyIdx -= shadowSize; in createDropShadow()
417 historyIdx = 0; in createDropShadow()
431 aSum -= aHistory[historyIdx]; in createDropShadow()
435 aHistory[historyIdx] = a; in createDropShadow()
438 if (++historyIdx >= shadowSize) { in createDropShadow()
[all …]