OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPreviousBackground
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java
54
private Drawable
mPreviousBackground
;
213
mPreviousBackground
= bg;
215
} else if (
mPreviousBackground
!= null && (searchVisible || voiceVisible)) {
217
mQSBSearchBar.setBackground(
mPreviousBackground
);
/packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java
52
private Drawable
mPreviousBackground
;
221
mPreviousBackground
= bg;
223
} else if (
mPreviousBackground
!= null && (searchVisible || voiceVisible)) {
225
mQSBSearchBar.setBackground(
mPreviousBackground
);
Completed in 24 milliseconds