Searched refs:mGlowRadius (Results 1 – 1 of 1) sorted by relevance
124 private float mGlowRadius; field in GlowPadView247 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()