Home
last modified time | relevance | path

Searched refs:getRoot (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DIncludeTagTest.java36 final TextView outerText = (TextView) mBinder.getRoot().findViewById(R.id.outerTextView); in testIncludeTag()
38 final TextView innerText = (TextView) mBinder.getRoot().findViewById(R.id.innerTextView); in testIncludeTag()
40 TextView textView1 = (TextView) mBinder.getRoot().findViewById(R.id.innerTextView1); in testIncludeTag()
41 assertEquals(mBinder.getRoot(), textView1.getParent().getParent()); in testIncludeTag()
42 TextView textView2 = (TextView) mBinder.getRoot().findViewById(R.id.innerTextView2); in testIncludeTag()
43 assertEquals(mBinder.getRoot(), textView2.getParent().getParent()); in testIncludeTag()
DNoIdTest.java42 LinearLayout linearLayout = (LinearLayout) mBinder.getRoot(); in testOnRoot()
51 LinearLayout linearLayout = (LinearLayout) mBinder.getRoot(); in testNormal()
62 LinearLayout linearLayout = (LinearLayout) mBinder.getRoot(); in testNoTag()
69 LinearLayout linearLayout = (LinearLayout) mBinder.getRoot(); in testResourceTag()
77 LinearLayout linearLayout = (LinearLayout) mBinder.getRoot(); in testAndroidResourceTag()
DDataBindingUtilTest.java38 assertEquals(binding, DataBindingUtil.findBinding(binding.getRoot())); in testFindBinding()
39 ViewGroup root = (ViewGroup) binding.getRoot(); in testFindBinding()
52 assertEquals(binding, DataBindingUtil.getBinding(binding.getRoot())); in testGetBinding()
60 LayoutParams layoutParams = binding.getRoot().getLayoutParams(); in testSetContentView()
83 assertNotNull(binding.getRoot().getLayoutParams()); in testInflate()
87 assertNull(binding.getRoot().getLayoutParams()); in testInflate()
DLeakTest.java41 getActivity().setContentView(binding.getRoot()); in setUp()
85 binding.getRoot().postOnAnimation(watcher); in testNoChangeWhenDetached()
95 getActivity().setContentView(binding.getRoot()); in testNoChangeWhenDetached()
96 binding.getRoot().postOnAnimation(watcher); in testNoChangeWhenDetached()
DViewStubTest.java54 assertNull(mBinder.getRoot().findViewById(R.id.firstNameContents)); in testInflation()
55 assertNull(mBinder.getRoot().findViewById(R.id.lastNameContents)); in testInflation()
DBindToFinalFieldTest.java34 final TextView textView = (TextView) mBinder.getRoot().findViewById(R.id.text_view); in testSimple()
DBasicBindingTest.java89 View root = mBinder.getRoot(); in testStopBinding()
148 ViewGroup viewGroup = (ViewGroup) mBinder.getRoot(); in testInflation()
DViewWithTagTest.java34 ViewGroup root = (ViewGroup) binder.getRoot(); in test()
DBindToFinalObservableFieldTest.java34 final TextView textView = (TextView) mBinder.getRoot().findViewById(R.id.text_view); in testSimple()
DInstanceAdapterTest.java118 TextView view = (TextView) binding.viewStub.getRoot().findViewById(R.id.textView1); in testViewStub()
/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityWindowInfoCompat.java33 public Object getRoot(Object info); in getRoot() method
68 public Object getRoot(Object info) { in getRoot() method in AccessibilityWindowInfoCompat.AccessibilityWindowInfoStubImpl
138 public Object getRoot(Object info) { in getRoot() method in AccessibilityWindowInfoCompat.AccessibilityWindowInfoApi21Impl
139 return AccessibilityWindowInfoCompatApi21.getRoot(info); in getRoot()
278 public AccessibilityNodeInfoCompat getRoot() { in getRoot() method in AccessibilityWindowInfoCompat
279 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getRoot(mInfo)); in getRoot()
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
DAccessibilityWindowInfoCompatApi21.java44 public static Object getRoot(Object info) { in getRoot() method in AccessibilityWindowInfoCompatApi21
45 return ((AccessibilityWindowInfo) info).getRoot(); in getRoot()
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
DLibraryActivity.java30 setContentView(binding.getRoot()); in onCreate()
/frameworks/data-binding/library/src/main/java/android/databinding/
DDataBindingUtil.java292 activity.setContentView(binding.getRoot(), binding.getRoot().getLayoutParams()); in setContentView()
DViewStubProxy.java79 public View getRoot() { in getRoot() method in ViewStubProxy
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/java/android/databinding/testlibrary/
DTestLibraryMainActivity.java31 setContentView(binder.getRoot()); in onCreate()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/
DTestFragment.java38 return binding.getRoot(); in onCreateView()
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/java/android/databinding/multimoduletestapp/
DMainActivity.java32 setContentView(mBinder.getRoot()); in onCreate()
/frameworks/data-binding/integration-tests/App With Spaces/app/src/main/java/android/databinding/appwithspaces/
DMainActivity.java32 setContentView(mBinder.getRoot()); in onCreate()
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
DDataBoundAdapter.java30 super(mViewBinder.getRoot()); in DataBoundViewHolder()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/
DBaseDataBinderTest.java90 getActivity().setContentView(mBinder.getRoot()); in initBinder()
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
DBrowserListFragment.java128 mNodeId = mBrowser.getRoot();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DMOManager.java477 if (moTree.getRoot().getName().equals(TAG_PerProviderSubscription)) { in buildSPs()
479 spList = moTree.getRoot(); in buildSPs()
483 spList = moTree.getRoot().getListValue(spPath.iterator()); in buildSPs()
DMOTree.java179 public OMAConstructed getRoot() { in getRoot() method in MOTree
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java145 public AccessibilityNodeInfo getRoot() { in getRoot() method in AccessibilityWindowInfo

12