Searched refs:innerHeight (Results 1 – 4 of 4) sorted by relevance
537 final int innerHeight = getInnerHeight(widget); in scrollDown() local538 final int bottom = widget.getScrollY() + innerHeight; in scrollDown()550 layout.getLineTop(bottomLine + 1) - innerHeight); in scrollDown()587 final int innerHeight = getInnerHeight(widget); in scrollPageDown() local588 final int bottom = widget.getScrollY() + innerHeight + innerHeight; in scrollPageDown()592 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()
42 final float innerHeight = bounds.height() - twoRadius - 1; in initStatic()55 canvas.translate(innerHeight, 0); in initStatic()
212 int innerHeight = height - paddingTop - mPaddingBottom; in onLayout() local246 childTop = paddingTop + ((innerHeight - childHeight) / 2) in onLayout()