Home | History | Annotate | Download | only in janktests

Lines Matching refs:mHelper

39     private UiBenchJankTestsHelper mHelper;
46 mHelper = UiBenchJankTestsHelper.getInstance(
58 mHelper.launchActivity("DialogListActivity", "Dialog");
59 mHelper.mContents = mDevice.wait(Until.findObject(
60 By.clazz(ListView.class)), mHelper.TIMEOUT);
61 Assert.assertNotNull("Dialog List View isn't found", mHelper.mContents);
68 mHelper.flingUpDown(mHelper.mContents, mHelper.SHORT_TIMEOUT, 1);
73 mHelper.launchActivity("FullscreenOverdrawActivity",
81 SystemClock.sleep(mHelper.LONG_TIMEOUT * 5);
86 mHelper.launchActivity("GlTextureViewActivity",
94 SystemClock.sleep(mHelper.LONG_TIMEOUT * 5);
99 mHelper.launchActivity("InvalidateActivity",
107 SystemClock.sleep(mHelper.LONG_TIMEOUT * 5);
112 mHelper.launchActivity("TrivialAnimationActivity",
120 SystemClock.sleep(mHelper.LONG_TIMEOUT * 5);
125 mHelper.launchActivityAndAssert("TrivialListActivity", "General/Trivial ListView");
132 mHelper.flingUpDown(mHelper.mContents, mHelper.SHORT_TIMEOUT, 2);
137 mHelper.launchActivityAndAssert("TrivialRecyclerViewActivity",
145 mHelper.flingUpDown(mHelper.mContents, mHelper.SHORT_TIMEOUT, 2);
150 mHelper.launchActivityAndAssert("SlowBindRecyclerViewActivity",
158 mHelper.flingUpDown(mHelper.mContents, mHelper.SHORT_TIMEOUT, 2);
163 mHelper.launchActivityAndAssert("InflatingListActivity",
171 mHelper.flingUpDown(mHelper.mContents, mHelper.SHORT_TIMEOUT, 2);