Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java32 private int mViewHeight; field in DrawableBitmap
42 mViewHeight = 0; in DrawableBitmap()
50 mViewHeight = 0; in reset()
56 mViewHeight = height; in setViewSize()
114 final float viewHeight = mViewHeight; in draw()
220 || position.y + mHeight < 0 || position.y > mViewHeight) { in visibleAtPosition()