Searched refs:NOP_RUNNABLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/
H A DHookWidget.java29 private static final Runnable NOP_RUNNABLE = () -> {}; field in class:HookWidget
30 private static Runnable sOnPreDrawHook = NOP_RUNNABLE;
31 private static Runnable sOnPreMeasure = NOP_RUNNABLE;
32 private static Runnable sOnPreLayout = NOP_RUNNABLE;
33 private static Runnable sOnPostDrawHook = NOP_RUNNABLE;
34 private static Runnable sOnPostMeasure = NOP_RUNNABLE;
35 private static Runnable sOnPostLayout = NOP_RUNNABLE;
62 sOnPreDrawHook = NOP_RUNNABLE;
63 sOnPreMeasure = NOP_RUNNABLE;
64 sOnPreLayout = NOP_RUNNABLE;
[all...]

Completed in 66 milliseconds