Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java101 int historyIdx; in createDropShadow() local
112 historyIdx = 0; in createDropShadow()
126 aSum -= aHistory[historyIdx]; in createDropShadow()
130 aHistory[historyIdx] = a; in createDropShadow()
133 if (++historyIdx >= shadowSize) { in createDropShadow()
134 historyIdx -= shadowSize; in createDropShadow()
141 historyIdx = 0; in createDropShadow()
155 aSum -= aHistory[historyIdx]; in createDropShadow()
159 aHistory[historyIdx] = a; in createDropShadow()
162 if (++historyIdx >= shadowSize) { in createDropShadow()
[all …]