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

/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java130 private final int mGlowWidth; field in class:EdgeEffect
144 mGlowWidth = mGlow.getIntrinsicWidth();
147 mGlowHeight * MAX_GLOW_HEIGHT * mGlowHeight / mGlowWidth * 0.6f,
336 mGlowHeight * mGlowScaleY * mGlowHeight / mGlowWidth * 0.6f,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java56 int mGlowWidth, mGlowHeight; field in class:KeyButtonView
99 mGlowWidth = mGlowBG.getIntrinsicWidth();
115 final float aspect = (float)mGlowWidth / mGlowHeight;

Completed in 105 milliseconds