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.java58 private LauncherAppWidgetHostView mAppWidgetView; field in FloatingWidgetView
161 mAppWidgetView = originalView; in init()
163 mAppWidgetView.beginDeferringUpdates(); in init()
168 mAppWidgetBackgroundView = RoundedCornerEnforcement.findBackground(mAppWidgetView); in init()
170 mAppWidgetBackgroundView = mAppWidgetView; in init()
174 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()
176 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()
180 mForegroundOverlayView = GhostView.addGhost(mAppWidgetView, this); in init()
205 mAppWidgetView.setAlpha(foregroundAlpha); in update()
258 sTmpMatrix.setTranslate(-mBackgroundOffset.left - mAppWidgetView.getLeft(), in positionViews()
[all …]