Searched refs:getExpandedHeight (Results 1 – 7 of 7) sorted by relevance
74 drawDebugInfo(canvas, (int) mNotificationPanelViewController.getExpandedHeight(), in draw()
2777 alpha = getExpandedHeight() / mQsController.getMinExpansionHeight(); in getFadeoutAlpha()3161 boolean showIconsWhenExpanded = getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()4072 float getExpandedHeight() {4657 return getExpandedHeight();4747 updateExpandedHeight(getExpandedHeight());
338 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testSetExpandedHeight()345 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()350 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()744 mNotificationPanelViewController.getExpandedHeight(), in testSwipe_exactlyToTarget_notifiesNssl()
197 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()
146 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController()
975 public float getExpandedHeight() { in getExpandedHeight() method in NotificationStackScrollLayoutController976 return mView.getExpandedHeight(); in getExpandedHeight()
6526 float getExpandedHeight() {