Home
last modified time | relevance | path

Searched refs:getView (Results 1 – 25 of 93) sorted by relevance

1234

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DFragmentTestUtilTest.java27 assertThat(fragment.getView()).isNotNull(); in startFragment_shouldStartFragment()
29 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartFragment()
37 assertThat(fragment.getView()).isNotNull(); in startVisibleFragment_shouldStartFragment()
39 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartFragment()
47 assertThat(fragment.getView().getWindowToken()).isNotNull(); in startVisibleFragment_shouldAttachFragmentToActivity()
55 assertThat(fragment.getView()).isNotNull(); in startFragment_shouldStartFragmentWithSpecifiedActivityClass()
57 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartFragmentWithSpecifiedActivityClass()
66 assertThat(fragment.getView()).isNotNull(); in startVisibleFragment_shouldStartFragmentWithSpecifiedActivityClass()
68 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartFragmentWithSpecifiedActivityClass()
77 assertThat(fragment.getView().getWindowToken()).isNotNull(); in startVisibleFragment_shouldAttachFragmentToActivityWithSpecifiedActivityClass()
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DSupportFragmentTestUtilTest.java28 assertThat(fragment.getView()).isNotNull(); in startFragment_shouldStartSupportFragment()
30 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartSupportFragment()
38 assertThat(fragment.getView()).isNotNull(); in startVisibleFragment_shouldStartSupportFragment()
40 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartSupportFragment()
48 assertThat(fragment.getView().getWindowToken()).isNotNull(); in startVisibleFragment_shouldAttachSupportFragmentToActivity()
56 assertThat(fragment.getView()).isNotNull(); in startFragment_shouldStartSupportFragmentWithSpecifiedActivityClass()
58 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startFragment_shouldStartSupportFragmentWithSpecifiedActivityClass()
67 assertThat(fragment.getView()).isNotNull(); in startVisibleFragment_shouldStartSupportFragmentWithSpecifiedActivityClass()
69 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in startVisibleFragment_shouldStartSupportFragmentWithSpecifiedActivityClass()
78 assertThat(fragment.getView().getWindowToken()).isNotNull(); in startVisibleFragment_shouldAttachSupportFragmentToActivityWithSpecifiedActivityClass()
DSupportFragmentControllerTest.java31 assertThat(fragment.getView()).isNull(); in initialNotAttached()
41 assertThat(fragment.getView()).isNull(); in initialNotAttached_customActivity()
72 assertThat(fragment.getView()).isNotNull(); in attachedAfterCreate_customizedViewId()
76 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customizedViewId()
84 assertThat(fragment.getView()).isNotNull(); in hasViewAfterStart()
92 assertThat(fragment.getView()).isNotNull(); in isResumed()
96 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in isResumed()
104 assertThat(fragment.getView()).isNotNull(); in isPaused()
118 assertThat(fragment.getView()).isNotNull(); in isStopped()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DFragmentControllerTest.java31 assertThat(fragment.getView()).isNull(); in initialNotAttached()
41 assertThat(fragment.getView()).isNull(); in initialNotAttached_customActivity()
51 assertThat(fragment.getView()).isNotNull(); in attachedAfterCreate()
55 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate()
63 assertThat(fragment.getView()).isNotNull(); in attachedAfterCreate_customizedViewId()
67 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customizedViewId()
75 assertThat(fragment.getView()).isNotNull(); in attachedAfterCreate_customActivity()
80 assertThat((TextView) fragment.getView().findViewById(R.id.tacos)).isNotNull(); in attachedAfterCreate_customActivity()
88 assertThat(fragment.getView()).isNotNull(); in isResumed()
99 assertThat(fragment.getView()).isNotNull(); in isPaused()
[all …]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DWorkSpaceController.java61 view.resultPane = (JPanel) runner.getView(); in WorkSpaceController()
74 return view.paneEditor.getView(); in getEmbeddedView()
82 view.listRules.getView().updateUI(); in initEventHandlers()
192 … view.tabEditors.addTab("Test Result", ImageFactory.getSingleton().FILE16, runner.getView()); in OnRunTest()
193 view.tabEditors.setSelectedComponent(runner.getView()); in OnRunTest()
212 public Component getView() { in getView() method in WorkSpaceController
DWorkSpaceView.java82 …abEditors.addTab("Case Editor", ImageFactory.getSingleton().TEXTFILE16, this.paneEditor.getView()); in initComponents()
88 this.listRules.getView(), this.tabEditors); in initComponents()
96 this.getContentPane().add(this.paneStatus.getView(), BorderLayout.SOUTH); in initComponents()
DTestCaseEditController.java217 editor = this.editInputMulti.getView(); in updateInputEditor()
241 editor = this.editOutputAST.getView(); in updateOutputEditor()
253 editor = this.editOutputStd.getView(); in updateOutputEditor()
259 editor = this.editOutputReturn.getView(); in updateOutputEditor()
356 public Component getView() { in getView() method in TestCaseEditController
450 public JComponent getView() { in getView() method in TestCaseEditController.InputMultiEditor
528 public JScrollPane getView() { in getView() method in TestCaseEditController.OutputAstEditor
DIController.java34 public Component getView() ; in getView() method
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowFragment.java39 public View getView() { in getView() method in ShadowFragment
165 return isAdded() && !isHidden() && getView() != null in isVisible()
166 && getView().getVisibility() == View.VISIBLE; in isVisible()
DShadowToast.java53 public View getView() { in getView() method in ShadowToast
105 …String text = ((TextView) toast.getView().findViewById(layoutResourceIdToCheckForMessage)).getText… in showedCustomToast()
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DViewPropertyAnimation.java38 final View view = adapter.getView(); in animate()
40 animator.animate(adapter.getView()); in animate()
DGlideAnimation.java27 View getView(); in getView() method
DViewAnimation.java36 View view = adapter.getView(); in animate()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorAdapter.java47 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in ShadowCursorAdapter
60 … return directlyOn(realCursorAdapter, CursorAdapter.class).getView(position, convertView, parent); in getView()
DShadowListView.java21 headerViews.add(adapter.getView(i, null, realListView)); in getHeaderViews()
32 footerViews.add(adapter.getView(i, null, realListView)); in getFooterViews()
DShadowAlertDialog.java101 public View getView() { in getView() method in ShadowAlertDialog
102 return getShadowAlertController().getView(); in getView()
DShadowToast.java64 public View getView() { in getView() method in ShadowToast
149 …String text = ((TextView) toast.getView().findViewById(layoutResourceIdToCheckForMessage)).getText… in showedCustomToast()
DShadowViewRootImpl.java137 return realObject.getView().getDisplay(); in getDisplay()
139 WindowManager windowManager = (WindowManager) realObject.getView().getContext() in getDisplay()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowProgressDialogTest.java37 View dialogView = shadow.getView(); in shouldPutTheMessageIntoTheView()
40 assertThat(shadowOf(shadow.getView()).innerText()).contains(message); in shouldPutTheMessageIntoTheView()
DShadowCountingAdapter.java37 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in ShadowCountingAdapter
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DListViewTest.java352 public View getView(int position, View convertView, ViewGroup parent) { in revalidate_withALazyAdapterShouldWork()
354 return super.getView(position, convertView, parent); in revalidate_withALazyAdapterShouldWork()
518 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in ListViewTest.ListAdapter
571 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in ListViewTest.TranscriptAdapter
DFragmentActivityTest.java125 assertNull(restoredFrag.getView()); in onCreate_shouldRecreateFragments()
144 assertNotNull(restoredFrag.getView()); in onStart_shouldStartFragments()
DAdapterViewBehavior.java185 public View getView(int position, View convertView, ViewGroup parent) { in shouldOnlyUpdateOnceIfInvalidatedMultipleTimes()
187 return super.getView(position, convertView, parent); in shouldOnlyUpdateOnceIfInvalidatedMultipleTimes()
DCountingAdapter.java36 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in CountingAdapter
/external/emma/core/java12/com/vladium/emma/report/
DIReportDataModel.java23 IReportDataView getView (int viewType); in getView() method

1234