Searched refs:LayoutLibTestCallback (Results 1 – 3 of 3) sorted by relevance
32 import com.android.layoutlib.bridge.intensive.setup.LayoutLibTestCallback;82 LayoutLibTestCallback layoutLibCallback = in testActivityOnOldTheme()83 new LayoutLibTestCallback(getLogger(), mDefaultClassLoader); in testActivityOnOldTheme()111 LayoutLibTestCallback layoutLibCallback = in testTranslucentBars()112 new LayoutLibTestCallback(getLogger(), mDefaultClassLoader); in testTranslucentBars()174 LayoutLibTestCallback layoutLibCallback = in testActivityActionBar()175 new LayoutLibTestCallback(getLogger(), mDefaultClassLoader); in testActivityActionBar()222 LayoutLibTestCallback layoutLibCallback = in testOnApplyInsetsCall()223 new LayoutLibTestCallback(getLogger(), mDefaultClassLoader); in testOnApplyInsetsCall()241 LayoutLibTestCallback layoutLibCallback = in testExpand()[all …]
34 import com.android.layoutlib.bridge.intensive.setup.LayoutLibTestCallback;518 LayoutLibTestCallback layoutLibCallback = in createSessionParams()519 new LayoutLibTestCallback(getLogger(), mDefaultClassLoader); in createSessionParams()531 ConfigGenerator configGenerator, LayoutLibTestCallback layoutLibCallback, in getSessionParams()
53 public class LayoutLibTestCallback extends LayoutlibCallback { class66 public LayoutLibTestCallback(ILogger logger, ClassLoader classLoader) { in LayoutLibTestCallback() method in LayoutLibTestCallback