Home
last modified time | relevance | path

Searched defs:decor (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DDialogFillUi.java121 final View decor = inflater.inflate(R.layout.autofill_fill_dialog, null); in DialogFillUi() local
195 private void setServiceIcon(View decor, Drawable serviceIcon) { in setServiceIcon()
211 private void setHeader(View decor, FillResponse response) { in setHeader()
232 private void setDismissButton(View decor) { in setDismissButton()
239 private void setContinueButton(View decor, View.OnClickListener listener) { in setContinueButton()
247 private void initialAuthenticationLayout(View decor, FillResponse response) { in initialAuthenticationLayout()
341 private void initialDatasetLayout(View decor, String filterText) { in initialDatasetLayout()
H A DFillUi.java155 final ViewGroup decor; in FillUi() local
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java98 View decor = win.getDecorView(); in onKey() local
110 View decor = win.getDecorView(); in onKey() local
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPixelCopyWindow.java83 View decor = getWindow().getDecorView(); in takeScreenshot() local
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java865 ViewGroup decor = getDecor(); in moveSharedElementsToOverlay() local
892 public static boolean isInTransitionGroup(ViewParent viewParent, ViewGroup decor) { in isInTransitionGroup()
915 ViewGroup decor = getDecor(); in moveSharedElementsFromOverlay() local
964 final View decor = getDecor(); in startInputWhenTransitionsComplete() local
976 final View decor = getDecor(); in pauseInput() local
1067 public GhostViewListeners(View view, View parent, ViewGroup decor) { in GhostViewListeners()
H A DEnterTransitionCoordinator.java159 final ViewGroup decor = getDecor(); in triggerViewsReady() local
284 final ViewGroup decor = getDecor(); in forceViewsToAppear() local
H A DActivityTransitionState.java328 ViewGroup decor = null; in startExitBackTransition() local
H A DExitTransitionCoordinator.java286 ViewGroup decor = getDecor(); in fadeOutBackground() local
H A DActivity.java4232 View decor = mDecor; in onWindowAttributesChanged() local
4364 View decor = mDecor; in dispatchKeyEvent() local
H A DActivityThread.java5067 View decor = r.window.getDecorView(); in handleResumeActivity() local
5125 View decor = r.window.getDecorView(); in handleResumeActivity() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java271 final View decor = window.getDecorView(); in updateTouchableInsets() local
424 final ViewGroup decor = (ViewGroup) rawDecorView; in onWindowShown() local
H A DInkWindow.java198 final View decor = getDecorView(); in dispatchHandwritingEvent() local
H A DInputMethodService.java2207 View decor = getWindow().getWindow().getDecorView(); in onComputeInsets() local
2212 View decor = getWindow().getWindow().getDecorView(); in onComputeInsets() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java250 final DesktopModeWindowDecoration decor = mWindowDecorByTaskId.valueAt(i); in onTransitionMerged() local
258 final DesktopModeWindowDecoration decor = mWindowDecorByTaskId.valueAt(i); in onTransitionFinished() local
817 final DesktopModeWindowDecoration decor = mWindowDecorByTaskId.valueAt(i); in getFocusedDecor() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DEnterDesktopTaskTransitionHandler.java140 DesktopModeWindowDecoration decor) { in moveToDesktop()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java171 View decor = window.getDecorView(); in WindowDecorActionBar() local
193 private void init(View decor) { in init()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java273 SplitDecorManager decor = mainRoot.equals(change.getContainer()) in playResizeAnimation() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1375 public void addItemDecoration(ItemDecoration decor, int index) { in addItemDecoration()
1404 public void addItemDecoration(ItemDecoration decor) { in addItemDecoration()
1417 public void removeItemDecoration(ItemDecoration decor) { in removeItemDecoration()
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java2113 final View decor = mDecorView; in getTransitionEpicenter() local
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2407 protected ViewGroup generateLayout(DecorView decor) { in generateLayout()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java2044 View decor = getWindow().getWindow().getDecorView(); in onComputeInsets() local
/aosp14/frameworks/base/core/java/android/view/
H A DWindow.java879 View decor = peekDecorView(); in adjustLayoutParamsForSubWindow() local