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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 117 private float mGlowRadius;
244 mGlowRadius = a.getDimension(R.styleable.GlowPadView_glowRadius, 0.0f);
248 mPointCloud.glowManager.setRadius(mGlowRadius);
297 Log.v(TAG, "GlowRadius = " + mGlowRadius);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 114 private float mGlowRadius;
234 mGlowRadius = a.getDimension(R.styleable.GlowPadView_glowRadius, 0.0f);
276 mPointCloud.glowManager.setRadius(mGlowRadius);
289 Log.v(TAG, "GlowRadius = " + mGlowRadius);
    [all...]

Completed in 132 milliseconds