HomeSort by relevance Sort by last modified time
    Searched refs:mTimeLapseLabel (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 77 private View mTimeLapseLabel;
477 mTimeLapseLabel = mRootView.findViewById(R.id.time_lapse_label);
496 if (mTimeLapseLabel != null) {
497 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 1225 milliseconds