/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | DialogFillUi.java | 118 final View decor = inflater.inflate(R.layout.autofill_fill_dialog, null); in DialogFillUi() local 120 setServiceIcon(decor, serviceIcon); in DialogFillUi() 121 setHeader(decor, response); in DialogFillUi() 129 initialAuthenticationLayout(decor, response); in DialogFillUi() 139 mListView = decor.findViewById(R.id.autofill_dialog_list); in DialogFillUi() 140 initialDatasetLayout(decor, filterText); in DialogFillUi() 143 setDismissButton(decor); in DialogFillUi() 146 mDialog.setContentView(decor); in DialogFillUi() 183 private void setServiceIcon(View decor, Drawable serviceIcon) { in setServiceIcon() argument 188 final ImageView iconView = decor.findViewById(R.id.autofill_service_icon); in setServiceIcon() [all …]
|
D | FillUi.java | 149 final ViewGroup decor; in FillUi() local 151 decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker_fullscreen, null); in FillUi() 153 decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker_header_footer, in FillUi() 156 decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker, null); in FillUi() 158 decor.setClipToOutline(true); in FillUi() 159 final TextView titleView = decor.findViewById(R.id.autofill_dataset_title); in FillUi() 163 final ImageView iconView = decor.findViewById(R.id.autofill_dataset_icon); in FillUi() 182 decor.addOnUnhandledKeyEventListener((View view, KeyEvent event) -> { in FillUi() 223 ViewGroup container = decor.findViewById(R.id.autofill_dataset_picker); in FillUi() 227 mContext, decor, interceptionHandler, mThemeId); in FillUi() [all …]
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 257 final View decor = window.getDecorView(); in updateTouchableInsets() local 294 mTempRect.set(decor.getLeft(), decor.getBottom() - systemInsets.bottom, in updateTouchableInsets() 295 decor.getRight(), decor.getBottom()); in updateTouchableInsets() 309 if (decor instanceof ViewGroup) { in updateTouchableInsets() 310 ViewGroup decorGroup = (ViewGroup) decor; in updateTouchableInsets() 337 final View decor = window.peekDecorView(); in scheduleRelayout() local 338 if (decor == null) { in scheduleRelayout() 341 if (!(decor instanceof ViewGroup)) { in scheduleRelayout() 344 final ViewGroup decorGroup = (ViewGroup) decor; in scheduleRelayout() 405 final ViewGroup decor = (ViewGroup) rawDecorView; in onWindowShown() local [all …]
|
/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 | 328 ViewGroup decor = null; in startExitBackTransition() local 332 decor = mEnterTransitionCoordinator.getDecor(); in startExitBackTransition() 335 if (enterViewsTransition != null && decor != null) { in startExitBackTransition() 336 enterViewsTransition.pause(decor); in startExitBackTransition() 344 if (enterViewsTransition != null && decor != null) { in startExitBackTransition() 345 enterViewsTransition.resume(decor); in startExitBackTransition() 347 if (delayExitBack && decor != null) { in startExitBackTransition() 348 final ViewGroup finalDecor = decor; in startExitBackTransition() 349 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 | OverlayWindow.kt | 16 package com.android.systemui.decor in <lambda>()
|
D | RoundedCornerResDelegate.kt | 17 package com.android.systemui.decor in <lambda>()
|
D | RoundedCornerDecorProviderImpl.kt | 17 package com.android.systemui.decor in <lambda>()
|
/frameworks/base/tests/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/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 | 83 import com.android.systemui.decor.CornerDecorProvider; 84 import com.android.systemui.decor.CutoutDecorProviderFactory; 85 import com.android.systemui.decor.CutoutDecorProviderImpl; 86 import com.android.systemui.decor.DecorProvider; 87 import com.android.systemui.decor.DecorProviderFactory; 88 import com.android.systemui.decor.FaceScanningOverlayProviderImpl; 89 import com.android.systemui.decor.FaceScanningProviderFactory; 90 import com.android.systemui.decor.OverlayWindow; 91 import com.android.systemui.decor.PrivacyDotCornerDecorProviderImpl; 92 import com.android.systemui.decor.PrivacyDotDecorProviderFactory; [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 70 import com.android.systemui.decor.CutoutDecorProviderFactory; 71 import com.android.systemui.decor.DecorProvider; 72 import com.android.systemui.decor.DecorProviderFactory; 73 import com.android.systemui.decor.DecorProviderKt; 74 import com.android.systemui.decor.FaceScanningProviderFactory; 75 import com.android.systemui.decor.OverlayWindow; 76 import com.android.systemui.decor.PrivacyDotDecorProviderFactory; 77 import com.android.systemui.decor.RoundedCornerDecorProviderFactory; 78 import com.android.systemui.decor.RoundedCornerResDelegate;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 534 final DesktopModeWindowDecoration decor = mWindowDecorByTaskId.valueAt(i); in getFocusedDecor() local 535 if (decor != null && decor.isFocused()) { in getFocusedDecor() 536 focusedDecor = decor; in getFocusedDecor()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/ |
D | PrivacyDotDecorProviderFactoryTest.kt | 17 package com.android.systemui.decor
|
D | CutoutDecorProviderFactoryTest.kt | 17 package com.android.systemui.decor in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenTransitions.java | 201 SplitDecorManager decor = mainRoot.equals(change.getContainer()) in applyResizeTransition() local 205 decor.setScreenshotIfNeeded(change.getSnapshot(), startTransaction); in applyResizeTransition() 206 decor.onResized(startTransaction, () -> { in applyResizeTransition()
|