Home
last modified time | relevance | path

Searched refs:mInnerHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DTileDrawable.java40 private final int mInnerHeight; field in TileDrawable
49 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()