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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java102 private Drawable mOverScrollForegroundDrawable; field in class:CellLayout
355 if (left && mOverScrollForegroundDrawable != mOverScrollLeft) {
356 mOverScrollForegroundDrawable = mOverScrollLeft;
357 } else if (!left && mOverScrollForegroundDrawable != mOverScrollRight) {
358 mOverScrollForegroundDrawable = mOverScrollRight;
362 mOverScrollForegroundDrawable.setAlpha(mForegroundAlpha);
547 mOverScrollForegroundDrawable.setBounds(mForegroundRect);
548 Paint p = ((NinePatchDrawable) mOverScrollForegroundDrawable).getPaint();
550 mOverScrollForegroundDrawable.draw(canvas);

Completed in 51 milliseconds