Searched refs:getCaptionHeight (Results 1 – 3 of 3) sorted by relevance
316 final int captionHeight = mDecorView.getCaptionHeight(); in redrawLocked()
2451 int getCaptionHeight() { in getCaptionHeight() method2452 return isShowingCaption() ? mDecorCaptionView.getCaptionHeight() : 0; in getCaptionHeight()
358 public int getCaptionHeight() { in getCaptionHeight() method in DecorCaptionView