Searched refs:mAppWidgetView (Results 1 – 1 of 1) sorted by relevance
57 private LauncherAppWidgetHostView mAppWidgetView; field in FloatingWidgetView160 mAppWidgetView = originalView; in init()162 mAppWidgetView.beginDeferringUpdates(); in init()169 mAppWidgetBackgroundView = mAppWidgetView; in init()179 mForegroundOverlayView = GhostView.addGhost(mAppWidgetView, this); in init()204 mAppWidgetView.setAlpha(foregroundAlpha); in update()236 -mBackgroundOffset.top - mAppWidgetView.getTop()); in positionViews()245 mAppWidgetView.setAlpha(1f); in finish()246 GhostView.removeGhost(mAppWidgetView); in finish()251 mAppWidgetView.endDeferringUpdates(); in finish()[all …]