Searched refs:bg (Results 1 – 4 of 4) sorted by relevance
124 Drawable bg = mBGs[mCurrBGIndex]; in onDraw() local125 bg.setBounds(0, 0, getWidth(), getHeight()); in onDraw()126 setDrawableFlags(bg); in onDraw()127 bg.draw(canvas); in onDraw()
122 mBackgroundBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.bg); in onCreate()
150 mBackgroundBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.bg); in onCreate()
196 mBackgroundBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.bg); in initializeBackground()