Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/android/util/
DCameraPerformanceTracker.java42 private long mModeSwitchStartTime = UNSET; field in CameraPerformanceTracker
89 if (sInstance.mModeSwitchStartTime != UNSET) { in onEvent()
90 sInstance.mModeSwitchDuration = currentTime - sInstance.mModeSwitchStartTime; in onEvent()
91 sInstance.mModeSwitchStartTime = UNSET; in onEvent()
95 sInstance.mModeSwitchStartTime = currentTime; in onEvent()