Searched refs:mInnerWidth (Results 1 – 1 of 1) sorted by relevance
39 private final int mInnerWidth; field in TileDrawable48 mInnerWidth = innerWidth; in TileDrawable()86 final int l = bounds.left + (bounds.width() / 2) - (mInnerWidth / 2); in onBoundsChange()88 mInner.setBounds(l, t, l + mInnerWidth, t + mInnerHeight); in onBoundsChange()