HomeSort by relevance Sort by last modified time
    Searched refs:mGlowWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 130 private final int mGlowWidth;
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/
KeyButtonView.java 56 int mGlowWidth, mGlowHeight;
99 mGlowWidth = mGlowBG.getIntrinsicWidth();
115 final float aspect = (float)mGlowWidth / mGlowHeight;

Completed in 188 milliseconds