Home
last modified time | relevance | path

Searched refs:otherPanel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java154 ResolveInfo otherPanel = null; in searchControlPanel() local
178 otherPanel = foo; in searchControlPanel()
179 } else if (otherPanel == null && in searchControlPanel()
181 otherPanel = foo; in searchControlPanel()
189 if (otherPanel == null) { in searchControlPanel()
194 otherPanel = thisPanel; in searchControlPanel()
196 defPanel = otherPanel; in searchControlPanel()