Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java119 View rootView = getRootView(in); in handleChunk() local
216 private Chunk dumpHierarchy(View rootView, ByteBuffer in) { in dumpHierarchy()
243 private Chunk captureLayers(View rootView) { in captureLayers()
266 private Chunk dumpTheme(View rootView) { in dumpTheme()
279 private Chunk captureView(View rootView, View targetView) { in captureView()
293 private Chunk dumpDisplayLists(final View rootView, final View targetView) { in dumpDisplayLists()
349 private Chunk invokeViewMethod(View rootView, final View targetView, ByteBuffer in) { in invokeViewMethod()
363 private Chunk setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) { in setLayoutParameter()
379 private Chunk profileView(View rootView, final View targetView) { in profileView()
/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DViewCaptureTest.kt55 val rootView = activity.requireViewById<View>(android.R.id.content) in <lambda>() constant
68 val rootView = activity.requireViewById<View>(android.R.id.content) in <lambda>() constant
81 val rootView: View = activity.requireViewById(android.R.id.content) in <lambda>() constant
DSettingsAwareViewCaptureTest.kt54 val rootView: View = activity.requireViewById(android.R.id.content) in <lambda>() constant
80 val rootView: View = activity.requireViewById(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/tests/coretests/src/android/view/
DViewAttachTest.java72 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbars() local
106 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbarsWithMargins() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTrustedOverlayTests.java114 View rootView = mActivity.getWindow().getDecorView(); in setSpyWindowDoesntCrash() local
159 View rootView = mActivity.getWindow().getDecorView(); in testTrustedOverlayChildHelper() local
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DAccessibilityTest.java68 View rootView = (View)session.getSystemRootViews().get(0).getViewObject(); in accessibilityNodeInfoCreation() local
154 View rootView = in testDialogAccessibility() local
/frameworks/base/core/java/android/service/autofill/
DInternalOnClickAction.java35 public abstract void onClick(@NonNull ViewGroup rootView); in onClick()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListenerTest.kt37 private var rootView = FrameLayout(context) variable in com.android.systemui.shared.animation.DisableSubpixelTextTransitionListenerTest
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardBouncerModule.java40 static KeyguardSecurityContainer providesKeyguardSecurityContainer(@RootView ViewGroup rootView, in providesKeyguardSecurityContainer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DOverlayWindow.kt29 val rootView = RegionInterceptingFrameLayout(context) as ViewGroup in <lambda>() constant in com.android.systemui.decor.OverlayWindow
/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/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/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.java53 final View rootView = inflater.inflate(mSpinnerPreference.getLayoutResource(), in setUp() local
/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/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java200 SurfaceControl.Transaction finishT, WindowContainerTransaction wct, T rootView, in relayout()
210 WindowContainerTransaction wct, T rootView, RelayoutResult<T> outResult) { in updateViewsAndSurfaces()
250 T rootView, int oldLayoutResId, RelayoutResult<T> outResult) { in inflateIfNeeded()
490 private void updateCaptionVisibility(View rootView, int displayId) { in updateCaptionVisibility()
509 private void setCaptionVisibility(View rootView, boolean visible) { in setCaptionVisibility()
/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
DAppSwitchPreference.java58 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.java238 FrameLayout rootView = (FrameLayout) LayoutInflater.from(context).inflate( in onDisplayAdded() local
256 FrameLayout rootView, DragLayout dragLayout) { in addDisplayDropTarget()

123