Searched refs:getExpandedHeight (Results 1 – 7 of 7) sorted by relevance
169 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()
498 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testSetExpandedHeight()509 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()517 assertThat((int) mNotificationPanelViewController.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
141 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController()
819 public float getExpandedHeight() { in getExpandedHeight() method in PanelViewController1115 this.getClass().getSimpleName(), getExpandedHeight(), getMaxPanelHeight(), in dump()
2958 alpha = getExpandedHeight() / mQsMinExpansionHeight; in getFadeoutAlpha()3358 && getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()4519 return getExpandedHeight();4621 updateExpandedHeight(getExpandedHeight()); in onLayoutChange()4665 canvas.drawLine(0, getExpandedHeight(), mView.getWidth(), getExpandedHeight(), p); in draw()
865 public float getExpandedHeight() { in getExpandedHeight() method in NotificationStackScrollLayoutController866 return mView.getExpandedHeight(); in getExpandedHeight()
6161 float getExpandedHeight() {