-
public class WearScreenshotTest.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static WearScreenshotTest.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnituseHardwareRenderer()final UnitwithImageLoader(FakeImageLoaderEngine imageLoaderEngine, Function0<Unit> content)final <R extends Any> RwithDrawingEnabled(Boolean forceHardware, Function0<R> block)-
-
Method Detail
-
useHardwareRenderer
final Unit useHardwareRenderer()
-
withImageLoader
final Unit withImageLoader(FakeImageLoaderEngine imageLoaderEngine, Function0<Unit> content)
-
withDrawingEnabled
final <R extends Any> R withDrawingEnabled(Boolean forceHardware, Function0<R> block)
-
-
-
-