Home
last modified time | relevance | path

Searched defs:rootView (Results 1 – 25 of 51) sorted by relevance

123

/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java125 View rootView = getRootView(in); in handleChunk() local
222 private Chunk dumpHierarchy(View rootView, ByteBuffer in) { in dumpHierarchy()
249 private Chunk captureLayers(View rootView) { in captureLayers()
272 private Chunk dumpTheme(View rootView) { in dumpTheme()
285 private Chunk captureView(View rootView, View targetView) { in captureView()
299 private Chunk dumpDisplayLists(final View rootView, final View targetView) { in dumpDisplayLists()
355 private Chunk invokeViewMethod(final View rootView, final View targetView, ByteBuffer in) { in invokeViewMethod()
400 private Chunk setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) { in setLayoutParameter()
416 private Chunk profileView(View rootView, final View targetView) { in profileView()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DInternalOnClickAction.java35 public abstract void onClick(@NonNull ViewGroup rootView); in onClick()
H A DVisibilitySetterAction.java53 public void onClick(@NonNull ViewGroup rootView) { in onClick()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java72 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbars() local
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DAssistantInteractionSession.java39 View rootView = getLayoutInflater().inflate(R.layout.assistant_session, null); in onCreate() local
H A DMailListFragment.java41 View rootView = inflater.inflate(R.layout.fragment_mail_list, container, false); in onCreateView() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardBouncerModule.java49 static KeyguardSecurityContainer providesKeyguardSecurityContainer(@RootView ViewGroup rootView, in providesKeyguardSecurityContainer()
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
H A DSettingsSpinnerPreferenceTest.java51 final View rootView = inflater.inflate(mSpinnerPreference.getLayoutResource(), in setUp() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityTargetAdapterTest.java68 final View rootView = LayoutInflater.from(mContext).inflate( in setUp() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverMultiProfilePagerAdapter.java72 final ViewGroup rootView = in createProfileDescriptor() local
184 ResolverProfileDescriptor(ViewGroup rootView, ResolverListAdapter adapter) { in ResolverProfileDescriptor()
H A DChooserMultiProfilePagerAdapter.java79 final ViewGroup rootView = in createProfileDescriptor() local
206 ChooserProfileDescriptor(ViewGroup rootView, ChooserActivity.ChooserGridAdapter adapter) { in ChooserProfileDescriptor()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java218 FrameLayout rootView = (FrameLayout) LayoutInflater.from(context).inflate( in onDisplayAdded() local
236 FrameLayout rootView, DragLayout dragLayout) { in addDisplayDropTarget()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillClientController.java378 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAccessibilityIdTraversal() local
395 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAutofillIdTraversal() local
414 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewsByAutofillIdTraversal() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvBottomSheetActivity.java82 final View rootView = findViewById(R.id.bottom_sheet); in onCreate() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DLetterboxEduDialogActionLayout.java60 View rootView = inflate(getContext(), R.layout.letterbox_education_dialog_action_layout, in LetterboxEduDialogActionLayout() local
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
H A DAppSwitchPreference.java57 final View rootView = switchView.getRootView(); in onBindViewHolder() local
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java64 ToggleScene(ViewGroup rootView, Button button) { in ToggleScene()
H A DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { in ToggleScene()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
H A DTestActivity.java76 LinearLayout rootView = new LinearLayout(this); in onCreate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DOverlayWindow.kt29 val rootView = RegionInterceptingFrameLayout(context) as ViewGroup regex
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java143 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews() local
196 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DDisableSubpixelTextTransitionListenerTest.kt37 private var rootView = FrameLayout(context) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java187 View rootView, ActivityLaunchAnimator.Controller animationController) { in wrapAnimationControllerIfInStatusBar()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java183 public SurfaceControl getViewSurface(View rootView) { in getViewSurface()
303 SurfaceControl getSurfaceControlForWindow(View rootView) { in getSurfaceControlForWindow()
335 void setTouchableRegionForWindow(View rootView, Region region) { in setTouchableRegionForWindow()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DButtonPreferenceTest.java163 final View rootView = in setUpViewHolder() local

123