Home
last modified time | relevance | path

Searched defs:outParams (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/keymaster/
H A DOperationResult.java36 public final KeymasterArguments outParams; field in OperationResult
54 KeymasterArguments outParams) { in OperationResult()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDesktopModeLaunchParamsModifier.java61 LaunchParamsController.LaunchParams outParams) { in onCalculate()
74 LaunchParamsController.LaunchParams outParams) { in calculate()
H A DTaskLaunchParamsModifier.java102 LaunchParams currentParams, LaunchParams outParams) { in onCalculate()
113 LaunchParams currentParams, LaunchParams outParams) { in calculate()
H A DLaunchParamsController.java318 @Phase int phase, LaunchParams currentParams, LaunchParams outParams); in onCalculate()
H A DLaunchParamsPersister.java297 void getLaunchParams(Task task, ActivityRecord activity, LaunchParams outParams) { in getLaunchParams()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java95 WindowManager.LayoutParams outParams) { in computePosition()
/aosp14/frameworks/base/core/java/android/app/
H A DIWallpaperManager.aidl71 out Bundle outParams, int userId); in getWallpaper()
77 IWallpaperManagerCallback cb, int which, out Bundle outParams, int userId, in getWallpaperWithFeature()
H A DWallpaperManager.java1701 Bundle outParams = new Bundle(); in getWallpaperFile() local
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1733 protected boolean findDropDownPosition(View anchor, WindowManager.LayoutParams outParams, in findDropDownPosition()
1818 private boolean tryFitVertical(@NonNull LayoutParams outParams, int yOffset, int height, in tryFitVertical()
1847 private boolean positionInDisplayVertical(@NonNull LayoutParams outParams, int height, in positionInDisplayVertical()
1880 private boolean tryFitHorizontal(@NonNull LayoutParams outParams, int xOffset, int width, in tryFitHorizontal()
1898 private boolean positionInDisplayHorizontal(@NonNull LayoutParams outParams, int width, in positionInDisplayHorizontal()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java249 protected boolean findDropDownPosition(View anchor, LayoutParams outParams, in findDropDownPosition()
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/
H A DInlineTooltipUi.java222 protected boolean findDropDownPosition(View anchor, WindowManager.LayoutParams outParams, in findDropDownPosition()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLaunchParamsControllerTests.java387 LaunchParams currentParams, LaunchParams outParams) { in onCalculate()
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2349 final int which, Bundle outParams, int wallpaperUserId) { in getWallpaper()
2356 IWallpaperManagerCallback cb, final int which, Bundle outParams, int wallpaperUserId, in getWallpaperWithFeature()