Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java223 private View mTimeLapseLabel; field in VideoCamera
453 mTimeLapseLabel = findViewById(R.id.time_lapse_label); in onCreate()
2211 if (mTimeLapseLabel != null) { in showTimeLapseUI()
2212 mTimeLapseLabel.setVisibility(enable ? View.VISIBLE : View.GONE); in showTimeLapseUI()