OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timerPopup
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/
PhotoController.java
209
TimerSettingPopup
timerPopup
= (TimerSettingPopup) inflater.inflate(
211
timerPopup
.initialize(pref);
212
timerPopup
.setSettingChangedListener(this);
214
mSecondPopup =
timerPopup
;
/packages/apps/Camera2/src/com/android/camera/
PhotoMenu.java
125
CountdownTimerPopup
timerPopup
= (CountdownTimerPopup) mActivity.getLayoutInflater().inflate(
127
timerPopup
.initialize(ctpref, beeppref);
128
timerPopup
.setSettingChangedListener(PhotoMenu.this);
130
mPopup =
timerPopup
;
Completed in 69 milliseconds