Home
last modified time | relevance | path

Searched refs:mGlowRadius (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java124 private float mGlowRadius; field in GlowPadView
247 mGlowRadius = a.getDimension(R.styleable.GlowPadView_glowRadius, 0.0f); in GlowPadView()
289 mPointCloud.glowManager.setRadius(mGlowRadius); in GlowPadView()
305 Log.v(TAG, "GlowRadius = " + mGlowRadius); in dump()
1220 scaledTapRadius = TAP_RADIUS_SCALE_ACCESSIBILITY_ENABLED * mGlowRadius; in getScaledGlowRadiusSquared()
1222 scaledTapRadius = mGlowRadius; in getScaledGlowRadiusSquared()