Home | History | Annotate | Download | only in launcher3

Lines Matching refs:DragView

116         d.dragView.setColor(mHoverColor);
123 DragView.setColorScale(mHoverColor, mCurrentFilter);
154 mCurrentColorAnim.setDuration(DragView.COLOR_CHANGE_DURATION);
162 DragView.setColorScale(getTextColor(), mSrcFilter);
163 DragView.setColorScale(targetColor, mDstFilter);
184 d.dragView.setColor(0);
188 d.dragView.setColor(mHoverColor);
228 dragLayer.getViewRectRelativeToSelf(d.dragView, from);
232 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
245 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,