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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DSearchDropTargetBar.java56 private Drawable mPreviousBackground; field in class:SearchDropTargetBar
225 mPreviousBackground = bg;
227 } else if (mPreviousBackground != null && (searchVisible || voiceVisible)) {
229 mQSBSearchBar.setBackgroundDrawable(mPreviousBackground);

Completed in 356 milliseconds