Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEdgeEffect.java128 private final int mGlowWidth; field in EdgeEffect
142 mGlowWidth = mGlow.getIntrinsicWidth(); in EdgeEffect()
145 mGlowHeight * MAX_GLOW_HEIGHT * mGlowHeight / mGlowWidth * 0.6f, in EdgeEffect()
334 mGlowHeight * mGlowScaleY * mGlowHeight / mGlowWidth * 0.6f, in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java55 int mGlowWidth, mGlowHeight; field in KeyButtonView
93 mGlowWidth = mGlowBG.getIntrinsicWidth(); in KeyButtonView()
109 final float aspect = (float)mGlowWidth / mGlowHeight; in onDraw()