Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java31 private int mViewWidth; field in DrawableBitmap
41 mViewWidth = 0; in DrawableBitmap()
49 mViewWidth = 0; in reset()
57 mViewWidth = width; in setViewSize()
113 final float viewWidth = mViewWidth; in draw()
218 if (mViewWidth > 0) { in visibleAtPosition()
219 if (position.x + mWidth < 0 || position.x > mViewWidth in visibleAtPosition()