Searched refs:mInnerHeight (Results 1 – 1 of 1) sorted by relevance
40 private final int mInnerHeight; field in TileDrawable49 mInnerHeight = innerHeight; in TileDrawable()87 final int t = bounds.top + (bounds.height() / 2) - (mInnerHeight / 2); in onBoundsChange()88 mInner.setBounds(l, t, l + mInnerWidth, t + mInnerHeight); in onBoundsChange()