Searched refs:getLayoutHeight (Results 1 – 1 of 1) sorted by relevance
257 y = (int) (getLayoutHeight() - mBottomStackPeekSize in onDraw()260 y = (int) (getLayoutHeight() - mBottomStackPeekSize); in onDraw()262 y = (int) getLayoutHeight(); in onDraw()397 mStackScrollAlgorithm.setLayoutHeight(getLayoutHeight()); in updateAlgorithmHeightAndPadding()503 private int getLayoutHeight() { in getLayoutHeight() method in NotificationStackScrollLayout