Searched refs:mGlowHeight (Results 1 – 2 of 2) sorted by relevance
127 private final int mGlowHeight; field in EdgeEffect141 mGlowHeight = mGlow.getIntrinsicHeight(); in EdgeEffect()145 mGlowHeight * MAX_GLOW_HEIGHT * mGlowHeight / mGlowWidth * 0.6f, in EdgeEffect()146 mGlowHeight * MAX_GLOW_HEIGHT) + 0.5f); in EdgeEffect()334 mGlowHeight * mGlowScaleY * mGlowHeight / mGlowWidth * 0.6f, in draw()335 mGlowHeight * MAX_GLOW_HEIGHT); in draw()
55 int mGlowWidth, mGlowHeight; field in KeyButtonView94 mGlowHeight = mGlowBG.getIntrinsicHeight(); in KeyButtonView()109 final float aspect = (float)mGlowWidth / mGlowHeight; in onDraw()