Searched refs:mModeSwitchStartTime (Results 1 – 1 of 1) sorted by relevance
42 private long mModeSwitchStartTime = UNSET; field in CameraPerformanceTracker89 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()