Home
last modified time | relevance | path

Searched refs:mAppWidgetView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java55 private LauncherAppWidgetHostView mAppWidgetView; field in FloatingWidgetView
154 mAppWidgetView = originalView; in init()
156 mAppWidgetView.beginDeferringUpdates(); in init()
161 mAppWidgetBackgroundView = RoundedCornerEnforcement.findBackground(mAppWidgetView); in init()
163 mAppWidgetBackgroundView = mAppWidgetView; in init()
167 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()
169 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()
173 mForegroundOverlayView = GhostView.addGhost(mAppWidgetView, this); in init()
198 mAppWidgetView.setAlpha(foregroundAlpha); in update()
229 sTmpMatrix.setTranslate(-mBackgroundOffset.left - mAppWidgetView.getLeft(), in positionViews()
[all …]