Searched refs:mFreeformWorkspaceBackground (Results 1 – 1 of 1) sorted by relevance
144 private GradientDrawable mFreeformWorkspaceBackground; field in TaskStackView279 mFreeformWorkspaceBackground = (GradientDrawable) getContext().getDrawable( in TaskStackView()281 mFreeformWorkspaceBackground.setCallback(this); in TaskStackView()283 mFreeformWorkspaceBackground.setColor( in TaskStackView()837 mFreeformWorkspaceBackground.setBounds(mTmpRect); in updateLayoutAlgorithm()1369 if (mFreeformWorkspaceBackground.getAlpha() > 0) { in onDraw()1370 mFreeformWorkspaceBackground.draw(canvas); in onDraw()1377 if (who == mFreeformWorkspaceBackground) { in verifyDrawable()2059 if (mFreeformWorkspaceBackground.getAlpha() == targetAlpha) { in animateFreeformWorkspaceBackgroundAlpha()2064 mFreeformWorkspaceBackgroundAnimator = ObjectAnimator.ofInt(mFreeformWorkspaceBackground, in animateFreeformWorkspaceBackgroundAlpha()[all …]