Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DShadowPainter.java102 int[] aHistory = new int[shadowSize]; in createDropShadow() local
117 aHistory[x] = a; in createDropShadow()
128 aSum -= aHistory[historyIdx]; in createDropShadow()
132 aHistory[historyIdx] = a; in createDropShadow()
146 aHistory[y] = a; in createDropShadow()
157 aSum -= aHistory[historyIdx]; in createDropShadow()
161 aHistory[historyIdx] = a; in createDropShadow()