Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java246 Drawable pointDrawable = pointId != 0 ? res.getDrawable(pointId) : null; in GlowPadView() local
287 mPointCloud = new PointCloud(pointDrawable); in GlowPadView()