Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/ddm/
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()
/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DViewCaptureTest.kt55 val rootView = activity.findViewById<View>(android.R.id.content) in <lambda>() constant
68 val rootView = activity.findViewById<View>(android.R.id.content) in <lambda>() constant
81 val rootView: View = activity.findViewById(android.R.id.content) in <lambda>() constant
DSettingsAwareViewCaptureTest.kt54 val rootView: View = activity.findViewById(android.R.id.content) in <lambda>() constant
73 val rootView: View = activity.findViewById(android.R.id.content) in <lambda>() constant
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/
DMotionToolManager.kt65 val rootView = getRootView(windowId.rootWindow) in hasWindow() constant
74 val rootView = getRootView(windowId) ?: throw WindowNotFoundException(windowId) in beginTrace() constant
120 val rootView = in getDataFromViewCapture() constant
/frameworks/base/core/java/android/service/autofill/
DInternalOnClickAction.java35 public abstract void onClick(@NonNull ViewGroup rootView); in onClick()
DVisibilitySetterAction.java53 public void onClick(@NonNull ViewGroup rootView) { in onClick()
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java72 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbars() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListenerTest.kt37 private var rootView = FrameLayout(context) variable
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DMailListFragment.java41 View rootView = inflater.inflate(R.layout.fragment_mail_list, container, false); in onCreateView() local
DAssistantInteractionSession.java39 View rootView = getLayoutInflater().inflate(R.layout.assistant_session, null); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardBouncerModule.java49 static KeyguardSecurityContainer providesKeyguardSecurityContainer(@RootView ViewGroup rootView, in providesKeyguardSecurityContainer()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DAccessibilityTest.java61 View rootView = (View)session.getSystemRootViews().get(0).getViewObject(); in accessibilityNodeInfoCreation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DOverlayWindow.kt29 val rootView = RegionInterceptingFrameLayout(context) as ViewGroup in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityTargetAdapterTest.java68 final View rootView = LayoutInflater.from(mContext).inflate( in setUp() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
DSettingsSpinnerPreferenceTest.java51 final View rootView = inflater.inflate(mSpinnerPreference.getLayoutResource(), in setUp() local
/frameworks/base/core/java/com/android/internal/app/
DResolverMultiProfilePagerAdapter.java72 final ViewGroup rootView = in createProfileDescriptor() local
184 ResolverProfileDescriptor(ViewGroup rootView, ResolverListAdapter adapter) { in ResolverProfileDescriptor()
DChooserMultiProfilePagerAdapter.java79 final ViewGroup rootView = in createProfileDescriptor() local
206 ChooserProfileDescriptor(ViewGroup rootView, ChooserActivity.ChooserGridAdapter adapter) { in ChooserProfileDescriptor()
/frameworks/base/core/java/android/view/autofill/
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
/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
DAppSwitchPreference.java57 final View rootView = switchView.getRootView(); in onBindViewHolder() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DLetterboxEduDialogActionLayout.java60 View rootView = inflate(getContext(), R.layout.letterbox_education_dialog_action_layout, in LetterboxEduDialogActionLayout() local
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DUniqueIds.java64 ToggleScene(ViewGroup rootView, Button button) { in ToggleScene()
DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { in ToggleScene()
/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
DTestActivity.java76 LinearLayout rootView = new LinearLayout(this); in onCreate() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java218 FrameLayout rootView = (FrameLayout) LayoutInflater.from(context).inflate( in onDisplayAdded() local
236 FrameLayout rootView, DragLayout dragLayout) { in addDisplayDropTarget()
/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java143 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews() local
196 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView() local

123