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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java339 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { argument
340 Drawable animateDrawable = ((TextView) finalView).getCompoundDrawables()[1];
342 finalView.getMeasuredWidth());
H A DWorkspace.java3096 View finalView = pendingInfo.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET
3099 if (finalView instanceof AppWidgetHostView && updateWidgetSize) {
3100 AppWidgetHostView awhv = (AppWidgetHostView) finalView;
3111 animationStyle, finalView, true);
3239 final Runnable onCompleteRunnable, int animationType, final View finalView,
3254 if (finalView instanceof AppWidgetHostView && external) {
3256 mLauncher.getDragLayer().removeView(finalView);
3258 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
3259 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);
3281 if (finalView !
3238 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java355 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { argument
356 Drawable animateDrawable = ((TextView) finalView).getCompoundDrawables()[1];
358 finalView.getMeasuredWidth());
H A DWorkspace.java3578 View finalView = pendingInfo.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET
3581 if (finalView instanceof AppWidgetHostView && updateWidgetSize) {
3582 AppWidgetHostView awhv = (AppWidgetHostView) finalView;
3593 animationStyle, finalView, true);
3720 final Runnable onCompleteRunnable, int animationType, final View finalView,
3735 if (finalView instanceof AppWidgetHostView && external) {
3737 mLauncher.getDragLayer().removeView(finalView);
3739 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
3740 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);
3762 if (finalView !
3719 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
[all...]

Completed in 60 milliseconds