Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java50 private final View mPanelView; field in AuthPanelController
122 mPanelView.getY(), mPanelView.getY() - relativeTranslationY); in getTranslationAnimator()
125 mPanelView.setTranslationY(translation); in getTranslationAnimator()
131 final ValueAnimator animator = ValueAnimator.ofFloat(mPanelView.getAlpha(), alpha); in getAlphaAnimator()
133 mPanelView.setAlpha((float) animation.getAnimatedValue()); in getAlphaAnimator()
173 mPanelView.invalidateOutline(); in updateForContentDimensions()
194 mPanelView.invalidateOutline(); in updateForContentDimensions()
208 mPanelView = panelView; in AuthPanelController()
213 mPanelView.setOutlineProvider(this); in AuthPanelController()
214 mPanelView.setClipToOutline(true); in AuthPanelController()
DAuthContainerView.java105 private final View mPanelView; field in AuthContainerView
296 mPanelView = mInjector.getPanelView(mFrameLayout); in AuthContainerView()
297 mPanelController = mInjector.getPanelController(mContext, mPanelView); in AuthContainerView()
511 mPanelView.setY(mTranslationY); in onAttachedToWindowInternal()
516 mPanelView.animate() in onAttachedToWindowInternal()
598 mPanelView.invalidateOutline(); in maybeUpdatePositionForUdfps()
719 mPanelView.animate() in animateAway()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java57 private final NotificationPanelViewController mPanelView = field in HeadsUpAppearanceControllerTest
98 mPanelView, in setUp()
177 mPanelView, in testHeaderReadFromOldController()
196 reset(mPanelView); in testDestroy()
201 verify(mPanelView).setVerticalTranslationListener(isNull()); in testDestroy()
202 verify(mPanelView).removeTrackingHeadsUpListener(any()); in testDestroy()
203 verify(mPanelView).setHeadsUpAppearanceController(isNull()); in testDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java165 private NotificationPanelViewController mPanelView; field in NavigationBarView
389 mPanelView = panel; in setComponents()
846 Log.d(TAG, "Updating panel sysui state flags: panelView=" + mPanelView); in updatePanelSystemUiStateFlags()
848 if (mPanelView != null) { in updatePanelSystemUiStateFlags()
851 + mPanelView.isFullyExpanded() + " inQs=" + mPanelView.isInSettings()); in updatePanelSystemUiStateFlags()
854 mPanelView.isFullyExpanded() && !mPanelView.isInSettings()) in updatePanelSystemUiStateFlags()
856 mPanelView.isInSettings()) in updatePanelSystemUiStateFlags()
885 (mPanelView != null && mPanelView.isFullyExpanded() && !mPanelView.isCollapsing())); in updateSlippery()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java83 private HeightListener mPanelView; field in QSFragment
292 mPanelView = panelView; in setPanelView()
660 mPanelView.onQsHeightChanged(); in notifyCustomizeChanged()