SystemUiAnimationTraceEvents

interface SystemUiAnimationTraceEvents : TraceEventListener

An interface for trace events related to animations within the system UI.

This can be used to verify whether animations ran in tests as Espresso lacks support for testing animations.

Functions

Link copied to clipboard
abstract fun onRunAnimation(view: View)

Called by the system UI when it runs an animation on view. Commonly called in order to show or hide a panel (sub-)container.

Inherited functions

Link copied to clipboard
open fun d(message: String, e: Throwable?)
Link copied to clipboard
open fun e(message: String, e: Throwable?)
Link copied to clipboard
open fun i(message: String, e: Throwable?)
Link copied to clipboard
open fun incorrectLogSignatureFound()
Link copied to clipboard
open fun v(message: String, e: Throwable?)
Link copied to clipboard
open fun w(message: String, e: Throwable?)