Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java91 private SplitPlaceholderView mSplitPlaceholderView; field in FloatingTaskView
123 mSplitPlaceholderView = findViewById(R.id.split_placeholder); in onFinishInflate()
124 mSplitPlaceholderView.setAlpha(0); in onFinishInflate()
134 mSplitPlaceholderView.setLayoutParams(new FrameLayout.LayoutParams(lp.width, lp.height)); in init()
146 mSplitPlaceholderView.setIcon(icon, mSplitHolderSize); in init()
147 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in init()
218 mSplitPlaceholderView.invalidate(); in update()
223 mOrientationHandler.setPrimaryScale(mSplitPlaceholderView.getIconView(), childScaleX); in update()
224 mOrientationHandler.setSecondaryScale(mSplitPlaceholderView.getIconView(), childScaleY); in update()
229 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in updateOrientationHandler()
[all …]