Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java133 private ConstraintLayout mFloatingMaskView; field in PrivateProfileManager
218 mFloatingMaskView = null; in reset()
450 if (mFloatingMaskView == null) { in collapse()
457 if (mFloatingMaskView == null && isPrivateSpaceItem(currentItem)) { in collapse()
690 if (!Flags.privateSpaceAddFloatingMaskView() || mFloatingMaskView == null) { in translateFloatingMaskView()
703 mFloatingMaskView.setTranslationY((float) valueAnimator.getAnimatedValue()); in translateFloatingMaskView()
804 mFloatingMaskView = (FloatingMaskView) mAllApps.getLayoutInflater().inflate( in attachFloatingMaskView()
806 mAllApps.addView(mFloatingMaskView); in attachFloatingMaskView()
810 mFloatingMaskView.setTranslationY(getFloatingMaskViewHeight()); in attachFloatingMaskView()
812 mFloatingMaskView.setVisibility(VISIBLE); in attachFloatingMaskView()
[all …]