Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java313 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 DFragmentService.java94 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 DRequestFocusTest.java123 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable()
166 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null, in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
H A DLinearLayoutGrid.java36 public ViewGroup getRootView() { in getRootView() method in LinearLayoutGrid
H A DLinearLayoutGridTest.java42 mRootView = getActivity().getRootView(); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
H A DAppSwitchPreference.java57 final View rootView = switchView.getRootView(); in onBindViewHolder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java301 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 DDdmHandleViewDebug.java125 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 DAutofillPopupWindow.java164 public View getRootView() { in update()
165 return anchor.getRootView(); in update()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageArea.java65 mContainer = getRootView().findViewById(R.id.keyguard_message_area_container); in onAttachedToWindow()
H A DKeyguardDisplayManager.java298 navBarView.getRootView().setVisibility(View.VISIBLE); in updateNavigationBarVisibility()
300 navBarView.getRootView().setVisibility(View.GONE); in updateNavigationBarVisibility()
H A DNumPadKey.java65 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DContextMenuUtils.java154 View rootView = view.getRootView(); in assertContextMenuAlignment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java145 mBrightnessMirror.addView(controller.getRootView(), ViewGroup.LayoutParams.MATCH_PARENT, in setMirrorLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessDialog.java113 frame.addView(controller.getRootView(), MATCH_PARENT, WRAP_CONTENT); in onCreate()
H A DBrightnessSliderController.java87 public View getRootView() { in getRootView() method in BrightnessSliderController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
H A DTouchInsetManager.java124 ((ViewGroup) view.getRootView()) in updateTouchRegions()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskView.java247 View root = getRootView(); in onComputeInternalInsets()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java58 y <= view.getRootView().getHeight()); in assertOnScreen()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DAccessibilityInteractionControllerTest.java123 final View rootView = mButton.getRootView(); in clearAccessibilityFocus_sensitiveRootView_shouldClearFocus()
H A DViewGroupGetChildLocalHitRegionTest.java157 View rootView = view.getRootView(); in injectMotionEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java92 mView.setBrightnessView(mBrightnessSliderController.getRootView()); in QSPanelController()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedSwitchPreference.java118 final View rootView = switchView.getRootView(); in onBindViewHolder()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
H A DTouchInsetManagerTest.java236 when(view.getRootView()).thenReturn(mRootView); in createView()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java160 mOriginatingView.getRootView().getLocationOnScreen(mRootViewPositionOnScreen); in updateViewLocationInWindow()

12