Searched refs:newContent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 370 View newContent = getViewFromDrawable(getContext(), crossFadeDrawable); in crossFadeContent() local 371 newContent.measure(makeMeasureSpec(mWidth, EXACTLY), makeMeasureSpec(mHeight, EXACTLY)); in crossFadeContent() 372 newContent.layout(0, 0, mWidth, mHeight); in crossFadeContent() 373 addViewInLayout(newContent, 0, new LayoutParams(mWidth, mHeight)); in crossFadeContent() 376 anim.play(ObjectAnimator.ofFloat(newContent, VIEW_ALPHA, 0, 1)); in crossFadeContent()
|