Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java100 int[] aHistory = new int[shadowSize]; in createDropShadow() local
115 aHistory[x] = a; in createDropShadow()
126 aSum -= aHistory[historyIdx]; in createDropShadow()
130 aHistory[historyIdx] = a; in createDropShadow()
144 aHistory[y] = a; in createDropShadow()
155 aSum -= aHistory[historyIdx]; in createDropShadow()
159 aHistory[historyIdx] = a; in createDropShadow()