/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
D | FragmentService.java | 89 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/ |
D | Layout.java | 173 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/ |
D | RequestFocusTest.java | 123 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable() 166 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
|
D | LinearLayoutGrid.java | 36 public ViewGroup getRootView() { in getRootView() method in LinearLayoutGrid
|
D | LinearLayoutGridTest.java | 42 mRootView = getActivity().getRootView(); in setUp()
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 120 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/ |
D | AttachInfo_Accessor.java | 55 public static ViewRootImpl getRootView(View view) { in getRootView() method in AttachInfo_Accessor
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 162 public View getRootView() { in update() 163 return anchor.getRootView(); in update()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardDisplayManager.java | 232 navBarView.getRootView().setVisibility(View.VISIBLE); in updateNavigationBarVisibility() 234 navBarView.getRootView().setVisibility(View.GONE); in updateNavigationBarVisibility()
|
D | NumPadKey.java | 50 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
|
D | KeyguardMessageArea.java | 171 messageArea = v.getRootView().findViewById(R.id.keyguard_message_area); in findSecurityMessageDisplay()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | BridgeActionBar.java | 150 public View getRootView() { in getRootView() method in BridgeActionBar
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | ContextMenuUtils.java | 154 View rootView = view.getRootView(); in assertContextMenuAlignment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NavigationBarController.java | 170 View navigationWindow = navBar.getView().getRootView(); in removeNavigationBar()
|
D | KeyguardAffordanceView.java | 324 float rootWidth = getRootView().getWidth(); in getMaxCircleSize()
|
/frameworks/base/test-runner/src/android/test/ |
D | ViewAsserts.java | 58 y <= view.getRootView().getHeight()); in assertOnScreen()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | SystemBarHelper.java | 356 return view.getRootView().getHeight() - coords[1] - view.getHeight(); in getBottomDistance()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | FloatingActionMode.java | 157 mOriginatingView.getRootView().getLocationOnScreen(mRootViewPositionOnScreen); in updateViewLocationInWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 769 mStatusBar.getNavigationBarView().getRootView().setVisibility(View.VISIBLE); 836 mStatusBar.getNavigationBarView().getRootView().setVisibility(View.GONE); in updateNavigationBarVisibility()
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 457 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();
|
D | WindowManagerGlobal.java | 298 public View getRootView(String name) { in getRootView() method in WindowManagerGlobal
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1307 mParentRootView = new WeakReference<>(parent.getRootView()); in showAtLocation() 2475 final View anchorRoot = anchor.getRootView(); 2511 return anchor.getRootView();
|
D | AutoCompleteTextView.java | 1306 mPopup.setAnchorView(getRootView().findViewById(mDropDownAnchorId)); in showDropDown()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 759 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/ |
D | PhotoViewController.java | 1252 public View getRootView() { in getRootView() method in PhotoViewController 1358 getRootView().setSystemUiVisibility(flags); in setImmersiveMode()
|