Home
last modified time | relevance | path

Searched refs:outParams (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/security/keymaster/
DOperationResult.java34 public final KeymasterArguments outParams; field in OperationResult
51 KeymasterArguments outParams) { in OperationResult() argument
57 this.outParams = outParams; in OperationResult()
66 outParams = KeymasterArguments.CREATOR.createFromParcel(in); in OperationResult()
81 outParams.writeToParcel(out, flags); in writeToParcel()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1526 private boolean findDropDownPosition(View anchor, WindowManager.LayoutParams outParams, in findDropDownPosition() argument
1537 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()
1538 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1550 outParams.gravity = Gravity.LEFT | Gravity.TOP; in findDropDownPosition()
1551 outParams.width = width; in findDropDownPosition()
1552 outParams.height = height; in findDropDownPosition()
1559 outParams.x -= width - anchorWidth; in findDropDownPosition()
1566 final boolean fitsVertical = tryFitVertical(outParams, yOffset, height, in findDropDownPosition()
1571 final boolean fitsHorizontal = tryFitHorizontal(outParams, xOffset, width, in findDropDownPosition()
1584 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()
[all …]
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl63 out Bundle outParams, int userId); in getWallpaper() argument
DWallpaperManager.java757 Bundle outParams = new Bundle(); in getWallpaperFile() local
758 return sGlobals.mService.getWallpaper(null, which, outParams, userId); in getWallpaperFile()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreAuthenticatedAESCipherSpi.java429 result.outParams); in update()
DAndroidKeyStoreCipherSpiBase.java284 loadAlgorithmSpecificParametersFromBeginResult(opResult.outParams); in ensureKeystoreOperationInitialized()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1244 Bundle outParams, int wallpaperUserId) { in getWallpaper() argument
1266 if (outParams != null) { in getWallpaper()
1267 outParams.putInt("width", wallpaper.width); in getWallpaper()
1268 outParams.putInt("height", wallpaper.height); in getWallpaper()