OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPopupedIndicator
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java
41
private View
mPopupedIndicator
;
190
if (!showed && (
mPopupedIndicator
!= view)) return;
191
mPopupedIndicator
= (showed ? view : null);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java
40
private View
mPopupedIndicator
;
159
if (!showed && (
mPopupedIndicator
!= view)) return;
160
mPopupedIndicator
= (showed ? view : null);
Completed in 54 milliseconds