Searched refs:getStackY (Results 1 – 5 of 5) sorted by relevance
177 : ambientState.getStackY() - ambientState.getScrollY(); in updateClipping()404 float end = viewState.yTranslation + viewState.height + ambientState.getStackY(); in updateChild()481 viewState.yTranslation += ambientState.getStackY(); in updateChild()
125 public float getStackY() { in getStackY() method in AmbientState
744 y = (int) (mAmbientState.getStackY()); in onDraw()748 y = (int) (mAmbientState.getStackY() + mAmbientState.getStackHeight()); in onDraw()
204 final float stackEnd = ambientState.getStackY() + ambientState.getStackHeight(); in updateState()
2441 mAmbientState.getStackY() - mAmbientState.getScrollY()); in getQSEdgePosition()