Searched refs:mRightBackground (Results 1 – 1 of 1) sorted by relevance
38 private final Drawable mRightBackground; field in MultipageCellLayout72 mRightBackground = getContext().getDrawable(R.drawable.bg_celllayout); in MultipageCellLayout()73 mRightBackground.setCallback(this); in MultipageCellLayout()74 mRightBackground.setAlpha(0); in MultipageCellLayout()141 if (mRightBackground.getAlpha() > 0) { in onDraw()144 mRightBackground.setState(mBackground.getState()); in onDraw()145 mRightBackground.draw(canvas); in onDraw()189 mRightBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()198 mRightBackground.setBounds(middlePointInPixels, rect.top, rect.right, rect.bottom); in onLayout()