This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.os.Handler; | |
import android.os.Looper; | |
import android.util.AttributeSet; | |
import com.twilio.video.I420Frame; | |
import com.twilio.video.VideoView; | |
/* | |
* VideoView that notifies Listener of the first frame rendered and the first frame after a reset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.os.Handler; | |
import android.os.Looper; | |
import android.util.AttributeSet; | |
import com.twilio.video.I420Frame; | |
import com.twilio.video.VideoTextureView; | |
/* | |
* VideoTextureView that notifies Listener of the first frame rendered and the first frame after a reset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.annotation.TargetApi | |
import android.content.Context | |
import android.content.Intent | |
import android.provider.Settings | |
import androidx.test.platform.app.InstrumentationRegistry | |
import androidx.test.uiautomator.By | |
import androidx.test.uiautomator.StaleObjectException | |
import androidx.test.uiautomator.UiDevice | |
import androidx.test.uiautomator.UiObject2 | |
import androidx.test.uiautomator.Until |
OlderNewer