/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ScreenDecorationsTest.java | 313 final View overlay = mScreenDecorations.mOverlays[overlayId].getRootView(); in verifyRoundedCornerViewsExist() 326 final View overlay = mScreenDecorations.mOverlays[BOUNDS_POSITION_TOP].getRootView(); in verifyFaceScanningViewExists() 342 View view = overlay.getRootView().findViewById(id); in findViewFromOverlays() 413 eq(overlay.getRootView()), any()); in verifyOverlaysExistAndAdded() 425 eq(overlay.getRootView()), any()); in verifyOverlaysExistAndAdded() 437 eq(overlay.getRootView()), any()); in verifyOverlaysExistAndAdded() 449 eq(overlay.getRootView()), any()); in verifyOverlaysExistAndAdded() 642 topRoundedCorner = mScreenDecorations.mOverlays[BOUNDS_POSITION_RIGHT].getRootView() in testRoundingTopBottomRadius_OnLeftRightOverlay() 932 final View view = overlay.getRootView().findViewById(viewId); in testNoRounding_SwitchFrom_ShortEdgeCutout_To_LongCutout_PrivacyDot() 1297 final View view = mScreenDecorations.mOverlays[BOUNDS_POSITION_BOTTOM].getRootView() in testAutoShowHideOverlayWindowWhenSupportHwcLayer() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
H A D | FragmentService.java | 94 View root = view.getRootView(); in getFragmentHostManager() 104 final FragmentHostState state = mHosts.remove(view.getRootView()); in removeAndDestroy()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
H A D | RequestFocusTest.java | 123 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable() 166 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
|
H A D | LinearLayoutGrid.java | 36 public ViewGroup getRootView() { in getRootView() method in LinearLayoutGrid
|
H A D | LinearLayoutGridTest.java | 42 mRootView = getActivity().getRootView(); in setUp()
|
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/ |
H A D | AppSwitchPreference.java | 57 final View rootView = switchView.getRootView(); in onBindViewHolder()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ScreenDecorations.java | 301 overlay.getRootView().setVisibility(getWindowVisibility(overlay, true)); in updateOverlayWindowVisibilityIfViewExists() 534 final ViewGroup overlayView = mOverlays[i].getRootView(); in startOnScreenDecorationsThread() 749 mWindowManager.removeViewImmediate(mOverlays[pos].getRootView()); in removeOverlay() 799 final ViewGroup overlayView = mOverlays[pos].getRootView(); in createOverlay() 818 overlayView.getRootView().getViewTreeObserver().addOnPreDrawListener( in createOverlay() 819 new ValidatingPreDrawListener(overlayView.getRootView())); in createOverlay() 871 overlay.getRootView().setVisibility(getWindowVisibility(overlay, shouldOptimizeVisibility)); in initOverlay() 1251 mOverlays[i].getRootView(), getWindowLayoutParams(i)); in updateLayoutParams()
|
/aosp14/frameworks/base/core/java/android/ddm/ |
H A D | DdmHandleViewDebug.java | 125 View rootView = getRootView(in); in handleChunk() 189 private View getRootView(ByteBuffer in) { in getRootView() method in DdmHandleViewDebug 193 return WindowManagerGlobal.getInstance().getRootView(viewRootName); in getRootView()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 164 public View getRootView() { in update() 165 return anchor.getRootView(); in update()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardMessageArea.java | 65 mContainer = getRootView().findViewById(R.id.keyguard_message_area_container); in onAttachedToWindow()
|
H A D | KeyguardDisplayManager.java | 298 navBarView.getRootView().setVisibility(View.VISIBLE); in updateNavigationBarVisibility() 300 navBarView.getRootView().setVisibility(View.GONE); in updateNavigationBarVisibility()
|
H A D | NumPadKey.java | 65 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | ContextMenuUtils.java | 154 View rootView = view.getRootView(); in assertContextMenuAlignment()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BrightnessMirrorController.java | 145 mBrightnessMirror.addView(controller.getRootView(), ViewGroup.LayoutParams.MATCH_PARENT, in setMirrorLayout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessDialog.java | 113 frame.addView(controller.getRootView(), MATCH_PARENT, WRAP_CONTENT); in onCreate()
|
H A D | BrightnessSliderController.java | 87 public View getRootView() { in getRootView() method in BrightnessSliderController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/ |
H A D | TouchInsetManager.java | 124 ((ViewGroup) view.getRootView()) in updateTouchRegions()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
H A D | TaskView.java | 247 View root = getRootView(); in onComputeInternalInsets()
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 58 y <= view.getRootView().getHeight()); in assertOnScreen()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | AccessibilityInteractionControllerTest.java | 123 final View rootView = mButton.getRootView(); in clearAccessibilityFocus_sensitiveRootView_shouldClearFocus()
|
H A D | ViewGroupGetChildLocalHitRegionTest.java | 157 View rootView = view.getRootView(); in injectMotionEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanelController.java | 92 mView.setBrightnessView(mBrightnessSliderController.getRootView()); in QSPanelController()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | RestrictedSwitchPreference.java | 118 final View rootView = switchView.getRootView(); in onBindViewHolder()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/ |
H A D | TouchInsetManagerTest.java | 236 when(view.getRootView()).thenReturn(mRootView); in createView()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | FloatingActionMode.java | 160 mOriginatingView.getRootView().getLocationOnScreen(mRootViewPositionOnScreen); in updateViewLocationInWindow()
|