Searched refs:mInitialOffsetOnTouch (Results 1 – 1 of 1) sorted by relevance
114 private float mInitialOffsetOnTouch; field in PanelViewController358 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()363 setExpandedHeight(mInitialOffsetOnTouch); in startExpandMotion()1340 if (mInitialOffsetOnTouch != 0f) { in onTouch()1348 float newHeight = Math.max(0, h + mInitialOffsetOnTouch); in onTouch()