OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeLapseLabel
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/camera/
VideoUI.java
65
private View
mTimeLapseLabel
;
257
mTimeLapseLabel
= mRootView.findViewById(R.id.time_lapse_label);
276
if (
mTimeLapseLabel
!= null) {
277
mTimeLapseLabel
.setVisibility(enable ? View.VISIBLE : View.GONE);
/packages/apps/Camera/src/com/android/camera/
VideoModule.java
197
private View
mTimeLapseLabel
;
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
223
private View
mTimeLapseLabel
;
453
mTimeLapseLabel
= findViewById(R.id.time_lapse_label);
[
all
...]
Completed in 56 milliseconds