Searched refs:mFgSpringDrawable (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java114 private Drawable mBgSpringDrawable, mFgSpringDrawable; field in class:DragView
252 mFgSpringDrawable = adaptiveIcon.getForeground();
253 if (mFgSpringDrawable == null) {
254 mFgSpringDrawable = new ColorDrawable(Color.TRANSPARENT);
256 mFgSpringDrawable.setBounds(bounds);
303 mFgSpringDrawable.setColorFilter(currentFilter);
458 mFgSpringDrawable.draw(canvas);

Completed in 59 milliseconds