Searched refs:getStackHeight (Results 1 – 5 of 5) sorted by relevance
264 public float getStackHeight() { in getStackHeight() method in AmbientState
570 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()708 : ambientState.getStackHeight();
877 y = (int) (mAmbientState.getStackY() + mAmbientState.getStackHeight()); in onDrawDebug()1444 final float oldStackHeight = mAmbientState.getStackHeight();1455 if (oldStackHeight != mAmbientState.getStackHeight()) {
264 final float stackEnd = ambientState.getStackY() + ambientState.getStackHeight(); in updateState()
260 assertThat(mAmbientState.getStackHeight()).isEqualTo(expected); in testUpdateStackHeight_withExpansionAmount_whenDozeNotChanging()