public class BenchmarkTestHelper
extends java.lang.Object
Constructor and Description |
---|
BenchmarkTestHelper() |
Modifier and Type | Method and Description |
---|---|
static LithoView |
createAndMeasureLithoView(ComponentContext c,
Component component,
int widthSpec,
int heightSpec) |
static void |
createLithoViewAndExecLifecycleMethods(ComponentContext c,
Component component,
int widthSpec,
int heightSpec) |
static void |
ensureMountSpec(Component component) |
static java.lang.Object |
getMountContent(ComponentContext c,
Component component) |
static void |
mountLithoView(LithoView lithoView) |
static void |
setMountStateDirty(LithoView lithoView) |
static void |
unmountLithoView(LithoView lithoView) |
public static LithoView createAndMeasureLithoView(ComponentContext c, Component component, int widthSpec, int heightSpec)
public static void createLithoViewAndExecLifecycleMethods(ComponentContext c, Component component, int widthSpec, int heightSpec)
public static void mountLithoView(LithoView lithoView)
public static void unmountLithoView(LithoView lithoView)
public static void ensureMountSpec(Component component)
public static java.lang.Object getMountContent(ComponentContext c, Component component)
public static void setMountStateDirty(LithoView lithoView)