Home
last modified time | relevance | path

Searched refs:getRootView (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentService.java89 View root = view.getRootView(); in getFragmentHostManager()
99 final FragmentHostState state = mHosts.remove(view.getRootView()); in removeAndDestroy()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java173 appCompatActionBar = bar.getRootView(); in Layout()
187 frameworkActionBar = bar.getRootView(); in Layout()
315 actionBar.getRootView().setLayoutParams(layoutParams); in createActionBar()
316 actionBar.getRootView().setId(getId(id)); in createActionBar()
381 ViewRootImpl root = AttachInfo_Accessor.getRootView(this); in requestFitSystemWindows()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DRequestFocusTest.java123 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable()
166 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
DLinearLayoutGrid.java36 public ViewGroup getRootView() { in getRootView() method in LinearLayoutGrid
DLinearLayoutGridTest.java42 mRootView = getActivity().getRootView(); in setUp()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java120 View rootView = getRootView(in); in handleChunk()
183 private View getRootView(ByteBuffer in) { in getRootView() method in DdmHandleViewDebug
187 return WindowManagerGlobal.getInstance().getRootView(viewRootName); in getRootView()
/frameworks/layoutlib/bridge/src/android/view/
DAttachInfo_Accessor.java55 public static ViewRootImpl getRootView(View view) { in getRootView() method in AttachInfo_Accessor
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java162 public View getRootView() { in update()
163 return anchor.getRootView(); in update()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java232 navBarView.getRootView().setVisibility(View.VISIBLE); in updateNavigationBarVisibility()
234 navBarView.getRootView().setVisibility(View.GONE); in updateNavigationBarVisibility()
DNumPadKey.java50 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
DKeyguardMessageArea.java171 messageArea = v.getRootView().findViewById(R.id.keyguard_message_area); in findSecurityMessageDisplay()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java150 public View getRootView() { in getRootView() method in BridgeActionBar
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DContextMenuUtils.java154 View rootView = view.getRootView(); in assertContextMenuAlignment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNavigationBarController.java170 View navigationWindow = navBar.getView().getRootView(); in removeNavigationBar()
DKeyguardAffordanceView.java324 float rootWidth = getRootView().getWidth(); in getMaxCircleSize()
/frameworks/base/test-runner/src/android/test/
DViewAsserts.java58 y <= view.getRootView().getHeight()); in assertOnScreen()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java356 return view.getRootView().getHeight() - coords[1] - view.getHeight(); in getBottomDistance()
/frameworks/base/core/java/com/android/internal/view/
DFloatingActionMode.java157 mOriginatingView.getRootView().getLocationOnScreen(mRootViewPositionOnScreen); in updateViewLocationInWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java769 mStatusBar.getNavigationBarView().getRootView().setVisibility(View.VISIBLE);
836 mStatusBar.getNavigationBarView().getRootView().setVisibility(View.GONE); in updateNavigationBarVisibility()
/frameworks/base/core/java/android/view/
DViewDebug.java457 view = view.getRootView(); in dispatchCommand()
489 View view = root.getRootView(); in findView()
496 return root.getRootView().findViewById(id); in findView()
1085 View view = root.getRootView();
DWindowManagerGlobal.java298 public View getRootView(String name) { in getRootView() method in WindowManagerGlobal
/frameworks/base/core/java/android/widget/
DPopupWindow.java1307 mParentRootView = new WeakReference<>(parent.getRootView()); in showAtLocation()
2475 final View anchorRoot = anchor.getRootView();
2511 return anchor.getRootView();
DAutoCompleteTextView.java1306 mPopup.setAnchorView(getRootView().findViewById(mDropDownAnchorId)); in showDropDown()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java759 mParent.getRootView().getLocationOnScreen(mTmpCoords); in refreshCoordinatesAndOverflowDirection()
762 mParent.getRootView().getLocationInWindow(mTmpCoords); in refreshCoordinatesAndOverflowDirection()
1162 .getRootView() in setTouchableSurfaceInsetsComputer()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1252 public View getRootView() { in getRootView() method in PhotoViewController
1358 getRootView().setSystemUiVisibility(flags); in setImmersiveMode()

12