Searched refs:mOverScrollForegroundDrawable (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java99 private Drawable mOverScrollForegroundDrawable; field in class:CellLayout
305 if (left && mOverScrollForegroundDrawable != mOverScrollLeft) {
306 mOverScrollForegroundDrawable = mOverScrollLeft;
307 } else if (!left && mOverScrollForegroundDrawable != mOverScrollRight) {
308 mOverScrollForegroundDrawable = mOverScrollRight;
312 mOverScrollForegroundDrawable.setAlpha(mForegroundAlpha);
497 mOverScrollForegroundDrawable.setBounds(mForegroundRect);
498 Paint p = ((NinePatchDrawable) mOverScrollForegroundDrawable).getPaint();
500 mOverScrollForegroundDrawable.draw(canvas);

Completed in 38 milliseconds