/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | DialogFillUi.java | 121 final View decor = inflater.inflate(R.layout.autofill_fill_dialog, null); in DialogFillUi() local 124 setServiceIcon(decor, serviceIcon); in DialogFillUi() 126 setHeader(decor, response); in DialogFillUi() 134 initialAuthenticationLayout(decor, response); in DialogFillUi() 144 mListView = decor.findViewById(R.id.autofill_dialog_list); in DialogFillUi() 145 initialDatasetLayout(decor, filterText); in DialogFillUi() 148 setDismissButton(decor); in DialogFillUi() 151 mDialog.setContentView(decor); in DialogFillUi() 195 private void setServiceIcon(View decor, Drawable serviceIcon) { in setServiceIcon() argument 200 final ImageView iconView = decor.findViewById(R.id.autofill_service_icon); in setServiceIcon() [all …]
|
D | FillUi.java | 163 final ViewGroup decor; in FillUi() local 165 decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker_fullscreen, null); in FillUi() 167 decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker_header_footer, in FillUi() 170 decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker, null); in FillUi() 172 decor.setClipToOutline(true); in FillUi() 173 final TextView titleView = decor.findViewById(R.id.autofill_dataset_title); in FillUi() 177 final ImageView iconView = decor.findViewById(R.id.autofill_dataset_icon); in FillUi() 196 decor.addOnUnhandledKeyEventListener((View view, KeyEvent event) -> { in FillUi() 241 ViewGroup container = decor.findViewById(R.id.autofill_dataset_picker); in FillUi() 248 mContext, decor, interceptionHandler, mThemeId); in FillUi() [all …]
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 313 final View decor = window.getDecorView(); in updateTouchableInsets() local 354 mTempRect.set(decor.getLeft(), decor.getBottom() - systemInsets.bottom, in updateTouchableInsets() 355 decor.getRight(), decor.getBottom()); in updateTouchableInsets() 370 if (decor instanceof ViewGroup) { in updateTouchableInsets() 371 ViewGroup decorGroup = (ViewGroup) decor; in updateTouchableInsets() 398 final View decor = window.peekDecorView(); in scheduleRelayout() local 399 if (decor == null) { in scheduleRelayout() 402 if (!(decor instanceof ViewGroup)) { in scheduleRelayout() 405 final ViewGroup decorGroup = (ViewGroup) decor; in scheduleRelayout() 466 final ViewGroup decor = (ViewGroup) rawDecorView; in onWindowShown() local [all …]
|
D | InkWindow.java | 198 final View decor = getDecorView(); in dispatchHandwritingEvent() local 199 Objects.requireNonNull(decor); in dispatchHandwritingEvent() 200 final ViewRootImpl viewRoot = decor.getViewRootImpl(); in dispatchHandwritingEvent()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuDialogHelper.java | 98 View decor = win.getDecorView(); in onKey() local 99 if (decor != null) { in onKey() 100 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey() 110 View decor = win.getDecorView(); in onKey() local 111 if (decor != null) { in onKey() 112 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionState.java | 329 ViewGroup decor = null; in startExitBackTransition() local 333 decor = mEnterTransitionCoordinator.getDecor(); in startExitBackTransition() 336 if (enterViewsTransition != null && decor != null) { in startExitBackTransition() 337 enterViewsTransition.pause(decor); in startExitBackTransition() 345 if (enterViewsTransition != null && decor != null) { in startExitBackTransition() 346 enterViewsTransition.resume(decor); in startExitBackTransition() 348 if (delayExitBack && decor != null) { in startExitBackTransition() 349 final ViewGroup finalDecor = decor; in startExitBackTransition() 350 OneShotPreDrawListener.add(decor, () -> { in startExitBackTransition()
|
D | ActivityTransitionCoordinator.java | 865 ViewGroup decor = getDecor(); in moveSharedElementsToOverlay() local 866 if (decor != null) { in moveSharedElementsToOverlay() 874 decor.transformMatrixToLocal(tempMatrix); in moveSharedElementsToOverlay() 875 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay() 877 if (moveWithParent && !isInTransitionGroup(parent, decor)) { in moveSharedElementsToOverlay() 878 GhostViewListeners listener = new GhostViewListeners(view, parent, decor); in moveSharedElementsToOverlay() 892 public static boolean isInTransitionGroup(ViewParent viewParent, ViewGroup decor) { in isInTransitionGroup() argument 893 if (viewParent == decor || !(viewParent instanceof ViewGroup)) { in isInTransitionGroup() 900 return isInTransitionGroup(parent.getParent(), decor); in isInTransitionGroup() 915 ViewGroup decor = getDecor(); in moveSharedElementsFromOverlay() local [all …]
|
D | EnterTransitionCoordinator.java | 159 final ViewGroup decor = getDecor(); in triggerViewsReady() local 161 if (decor == null || (decor.isAttachedToWindow() && in triggerViewsReady() 165 mViewsReadyListener = OneShotPreDrawListener.add(decor, () -> { in triggerViewsReady() 169 decor.invalidate(); in triggerViewsReady() 284 final ViewGroup decor = getDecor(); in forceViewsToAppear() local 285 if (decor != null && mViewsReadyListener != null) { in forceViewsToAppear()
|
D | ExitTransitionCoordinator.java | 286 ViewGroup decor = getDecor(); in fadeOutBackground() local 288 if (decor != null && (background = decor.getBackground()) != null) { in fadeOutBackground()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
D | DecorProviderFactory.kt | 17 package com.android.systemui.decor
|
D | CutoutDecorProviderFactory.kt | 17 package com.android.systemui.decor in <lambda>()
|
D | CutoutDecorProviderImpl.kt | 17 package com.android.systemui.decor in <lambda>()
|
D | RoundedCornerDecorProviderFactory.kt | 17 package com.android.systemui.decor
|
D | DecorProvider.kt | 17 package com.android.systemui.decor
|
D | PrivacyDotDecorProviderFactory.kt | 17 package com.android.systemui.decor
|
D | ScreenDecorCommand.kt | 17 package com.android.systemui.decor
|
D | OverlayWindow.kt | 16 package com.android.systemui.decor in <lambda>()
|
D | RoundedCornerResDelegate.kt | 17 package com.android.systemui.decor in <lambda>()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | PixelCopyWindow.java | 83 View decor = getWindow().getDecorView(); in takeScreenshot() local 85 decor.getGlobalVisibleRect(srcRect); in takeScreenshot()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 285 DesktopModeWindowDecoration decor = mWindowDecorByTaskId.get(taskId); in setSplitScreenController() 286 if (decor != null && DesktopModeStatus.canEnterDesktopMode(mContext)) { in setSplitScreenController() 287 mDesktopTasksController.moveToSplit(decor.mTaskInfo); in setSplitScreenController() 1003 final DesktopModeWindowDecoration decor = mWindowDecorByTaskId.valueAt(i); in getFocusedDecor() local 1004 if (decor != null && decor.isFocused()) { in getFocusedDecor() 1005 focusedDecor = decor; in getFocusedDecor() 1224 final DesktopModeWindowDecoration decor = getFocusedDecor(); in insetsChanged() local 1225 if (decor == null) { in insetsChanged() 1233 decor.relayout(decor.mTaskInfo); in insetsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 73 import com.android.systemui.decor.CutoutDecorProviderFactory; 74 import com.android.systemui.decor.DebugRoundedCornerDelegate; 75 import com.android.systemui.decor.DebugRoundedCornerModel; 76 import com.android.systemui.decor.DecorProvider; 77 import com.android.systemui.decor.DecorProviderFactory; 78 import com.android.systemui.decor.DecorProviderKt; 79 import com.android.systemui.decor.FaceScanningProviderFactory; 80 import com.android.systemui.decor.OverlayWindow; 81 import com.android.systemui.decor.PrivacyDotDecorProviderFactory; 82 import com.android.systemui.decor.RoundedCornerDecorProviderFactory; [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | WindowDecorActionBar.java | 171 View decor = window.getDecorView(); in WindowDecorActionBar() local 173 init(decor); in WindowDecorActionBar() 175 mContentView = decor.findViewById(android.R.id.content); in WindowDecorActionBar() 193 private void init(View decor) { in init() argument 194 mOverlayLayout = (ActionBarOverlayLayout) decor.findViewById( in init() 199 mDecorToolbar = getDecorToolbar(decor.findViewById(com.android.internal.R.id.action_bar)); in init() 200 mContextView = (ActionBarContextView) decor.findViewById( in init() 202 mContainerView = (ActionBarContainer) decor.findViewById( in init() 204 mSplitView = (ActionBarContainer) decor.findViewById( in init()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ScreenDecorationsTest.java | 86 import com.android.systemui.decor.CornerDecorProvider; 87 import com.android.systemui.decor.CutoutDecorProviderFactory; 88 import com.android.systemui.decor.CutoutDecorProviderImpl; 89 import com.android.systemui.decor.DebugRoundedCornerModel; 90 import com.android.systemui.decor.DecorProvider; 91 import com.android.systemui.decor.DecorProviderFactory; 92 import com.android.systemui.decor.FaceScanningOverlayProviderImpl; 93 import com.android.systemui.decor.FaceScanningProviderFactory; 94 import com.android.systemui.decor.OverlayWindow; 95 import com.android.systemui.decor.PrivacyDotCornerDecorProviderImpl; [all …]
|
D | FaceScanningProviderFactoryTest.kt | 29 import com.android.systemui.decor.FaceScanningProviderFactory
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/ |
D | PrivacyDotDecorProviderFactoryTest.kt | 17 package com.android.systemui.decor
|