Home
last modified time | relevance | path

Searched refs:FrameRateCtsActivity (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DSetFrameRateTest.java49 public ActivityTestRule<FrameRateCtsActivity> mActivityRule =
50 new ActivityTestRule<>(FrameRateCtsActivity.class);
69 FrameRateCtsActivity activity = mActivityRule.getActivity(); in setUp()
91 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testExactFrameRateMatch_Seamless()
97 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testExactFrameRateMatch_NonSeamless()
103 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testFixedSource_Seamless()
109 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testFixedSource_NonSeamless()
115 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testInvalidParams()
122 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testClearFrameRate()
DMatchContentFrameRateTest.java47 public ActivityTestRule<FrameRateCtsActivity> mActivityRule =
48 new ActivityTestRule<>(FrameRateCtsActivity.class);
67 FrameRateCtsActivity activity = mActivityRule.getActivity(); in setUp()
91 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testMatchContentFramerate_None()
101 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testMatchContentFramerate_Auto()
111 FrameRateCtsActivity activity = mActivityRule.getActivity(); in testMatchContentFramerate_Always()
DFrameRateCtsActivity.java55 public class FrameRateCtsActivity extends Activity { class