Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallFragment.java68 private static boolean sVideoSurfacesInUse = false; field in VideoCallFragment
487 Log.d(this, "onViewCreated: VideoSurfacesInUse=" + sVideoSurfacesInUse); in onViewCreated()
590 sVideoSurfacesInUse = false; in cleanupSurfaces()
827 Log.d(this, "inflateVideoCallViews: sVideoSurfacesInUse=" + sVideoSurfacesInUse); in inflateVideoCallViews()
832 if (!sVideoSurfacesInUse) { in inflateVideoCallViews()
842 sVideoSurfacesInUse = true; in inflateVideoCallViews()