Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java395 setExpandedHeightInternal(newHeight); in onTouchEvent()
795 setExpandedHeightInternal(getMaxPanelHeight()); in flingToHeight()
822 setExpandedHeightInternal(height + getOverExpansionPixels()); in setExpandedHeight()
865 public void setExpandedHeightInternal(float h) { in setExpandedHeightInternal() method in PanelView
1175 animation -> setExpandedHeightInternal((float) animation.getAnimatedValue())); in createHeightAnimator()