Searched refs:mGlowHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java127 private final int mGlowHeight; field in class:EdgeEffect
141 mGlowHeight = mGlow.getIntrinsicHeight();
145 mGlowHeight * MAX_GLOW_HEIGHT * mGlowHeight / mGlowWidth * 0.6f,
146 mGlowHeight * MAX_GLOW_HEIGHT) + 0.5f);
334 mGlowHeight * mGlowScaleY * mGlowHeight / mGlowWidth * 0.6f,
335 mGlowHeight * MAX_GLOW_HEIGHT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java55 int mGlowWidth, mGlowHeight; field in class:KeyButtonView
94 mGlowHeight = mGlowBG.getIntrinsicHeight();
109 final float aspect = (float)mGlowWidth / mGlowHeight;

Completed in 193 milliseconds