Home
last modified time | relevance | path

Searched defs:layoutId (Results 1 – 18 of 18) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DStrictViewFragment.java29 public void setLayoutId(int layoutId) { in setLayoutId()
33 public static StrictViewFragment create(int layoutId) { in create()
DFragmentTestUtil.java135 final int layoutId) { in setContentView()
/cts/tests/tests/transition/src/android/transition/cts/
DBaseTransitionTest.java114 protected Scene loadScene(final int layoutId) throws Throwable { in loadScene()
121 protected void startTransition(final int layoutId) throws Throwable { in startTransition()
134 protected void enterScene(final int layoutId) throws Throwable { in enterScene()
DTargetActivity.java66 int layoutId = R.layout.transition_main; in onCreate() local
DChangeBoundsTest.java211 private List<RedAndGreen> startTransitionAndWatch(int layoutId) throws Throwable { in startTransitionAndWatch()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java308 public TestCaseBuilder addLayout(int layoutId, @Nullable ViewInitializer viewInitializer) { in addLayout()
313 public TestCaseBuilder addLayout(int layoutId, @Nullable ViewInitializer viewInitializer, in addLayout()
319 public TestCaseBuilder addLayout(int layoutId, @Nullable ViewInitializer viewInitializer, in addLayout()
390 public TestCase(int layoutId, ViewInitializer viewInitializer, boolean useHardware) { in TestCase()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java296 public TestCaseBuilder addLayout(int layoutId, @Nullable ViewInitializer viewInitializer) { in addLayout()
301 public TestCaseBuilder addLayout(int layoutId, @Nullable ViewInitializer viewInitializer, in addLayout()
307 public TestCaseBuilder addLayout(int layoutId, @Nullable ViewInitializer viewInitializer, in addLayout()
378 public TestCase(int layoutId, ViewInitializer viewInitializer, boolean useHardware) { in TestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java92 protected View setContentViewAndInfoResources(int layoutId, int titleId, int infoId) { in setContentViewAndInfoResources()
/cts/tests/tests/view/src/android/view/cts/
DViewTreeObserverTest.java80 private void layout(final int layoutId) throws Throwable { in layout()
DFrameMetricsListenerTest.java64 private void layout(final int layoutId) throws Throwable { in layout()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyActivity.java128 void enableLayout(int layoutId, boolean enable) { in enableLayout()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsRecyclingTest.java428 private void addTextsWithStableIds(RemoteViews views, int layoutId, boolean insertInMiddle, in addTextsWithStableIds()
449 private void addTextsWithoutStableIds(RemoteViews views, int layoutId, boolean insertInMiddle, in addTextsWithoutStableIds()
DTextViewTest.java8899 private void layout(final int layoutId) throws Throwable { in layout()
/cts/tests/app/app/src/android/app/stubs/
DFragmentTestActivity.java76 public TestFragment(int layoutId) { in TestFragment()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java78 protected DialogTestListActivity(int layoutId, int titleStringId, int infoStringId, in DialogTestListActivity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java123 protected BaseSensorTestActivity(Class testClass, int layoutId) { in BaseSensorTestActivity()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1591 public RemoteViewsMatcher(int layoutId, String packageName) { in RemoteViewsMatcher()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1975 int layoutId = 0; in testStyle_getStandardView() local
1990 public RemoteViews testGetStandardView(int layoutId) { in testGetStandardView()