Searched refs:innerHeight (Results 1 – 3 of 3) sorted by relevance
566 final int innerHeight = getInnerHeight(widget); in scrollDown() local567 final int bottom = widget.getScrollY() + innerHeight; in scrollDown()579 layout.getLineTop(bottomLine + 1) - innerHeight); in scrollDown()616 final int innerHeight = getInnerHeight(widget); in scrollPageDown() local617 final int bottom = widget.getScrollY() + innerHeight + innerHeight; in scrollPageDown()621 layout.getLineTop(bottomLine + 1) - innerHeight); in scrollPageDown()
44 public TileDrawable(Drawable inner, int innerWidth, int innerHeight, int fadeOutDurationMs, in TileDrawable() argument49 mInnerHeight = innerHeight; in TileDrawable()
332 int innerHeight = height - paddingTop - mPaddingBottom; in onLayout() local353 childTop = paddingTop + ((innerHeight - childHeight) / 2) in onLayout()