Searched refs:finalView (Results 1 – 2 of 2) sorted by relevance
3097 View finalView = pendingInfo.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET3100 if (finalView instanceof AppWidgetHostView && updateWidgetSize) {3101 AppWidgetHostView awhv = (AppWidgetHostView) finalView;3112 animationStyle, finalView, true);3240 final Runnable onCompleteRunnable, int animationType, final View finalView,3255 if (finalView instanceof AppWidgetHostView && external) {3257 mLauncher.getDragLayer().removeView(finalView);3259 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {3260 Bitmap crossFadeBitmap = createWidgetBitmap(info, finalView);3282 if (finalView != null) {[all …]
339 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { in performDestroyAnimation() argument340 Drawable animateDrawable = ((TextView) finalView).getCompoundDrawables()[1]; in performDestroyAnimation()342 finalView.getMeasuredWidth()); in performDestroyAnimation()