Home
last modified time | relevance | path

Searched refs:outParams (Results 1 – 12 of 12) 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/com/android/internal/view/
DTooltipPopup.java95 WindowManager.LayoutParams outParams) { in computePosition() argument
96 outParams.token = anchorView.getWindowToken(); in computePosition()
124 outParams.gravity = Gravity.CENTER_HORIZONTAL | Gravity.TOP; in computePosition()
145 outParams.x = mTmpAnchorPos[0] + offsetX - mTmpDisplayFrame.width() / 2; in computePosition()
155 outParams.y = yAbove; in computePosition()
157 outParams.y = yBelow; in computePosition()
161 outParams.y = yBelow; in computePosition()
163 outParams.y = yAbove; in computePosition()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1581 protected final boolean findDropDownPosition(View anchor, WindowManager.LayoutParams outParams, in findDropDownPosition() argument
1600 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()
1601 outParams.y = drawingLocation[1] + anchorHeight + yOffset; in findDropDownPosition()
1613 outParams.gravity = computeGravity(); in findDropDownPosition()
1614 outParams.width = width; in findDropDownPosition()
1615 outParams.height = height; in findDropDownPosition()
1622 outParams.x -= width - anchorWidth; in findDropDownPosition()
1626 final boolean fitsVertical = tryFitVertical(outParams, yOffset, height, in findDropDownPosition()
1631 final boolean fitsHorizontal = tryFitHorizontal(outParams, xOffset, width, in findDropDownPosition()
1646 outParams.x = drawingLocation[0] + xOffset; in findDropDownPosition()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipPopup.java105 WindowManager.LayoutParams outParams) { in computePosition() argument
132 outParams.gravity = Gravity.CENTER_HORIZONTAL | Gravity.TOP; in computePosition()
164 outParams.x = mTmpAnchorPos[0] + offsetX - mTmpDisplayFrame.width() / 2; in computePosition()
174 outParams.y = yAbove; in computePosition()
176 outParams.y = yBelow; in computePosition()
180 outParams.y = yBelow; in computePosition()
182 outParams.y = yAbove; in computePosition()
/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferSource.cpp140 [&fnStatus, &params](Status status, hidl_vec<uint8_t> const& outParams) { in configure() argument
143 outParams.data(), in configure()
144 outParams.data() + outParams.size(), in configure()
DWOmxNode.cpp54 Status status, hidl_vec<uint8_t> const& outParams) { in getParameter() argument
57 outParams.data(), in getParameter()
58 outParams.data() + outParams.size(), in getParameter()
79 Status status, hidl_vec<uint8_t> const& outParams) { in getConfig() argument
82 outParams.data(), in getConfig()
83 outParams.data() + size, in getConfig()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp51 Status status, hidl_vec<uint8_t> const& outParams) { in getParameter() argument
54 outParams.data(), in getParameter()
55 outParams.data() + outParams.size(), in getParameter()
76 Status status, hidl_vec<uint8_t> const& outParams) { in getConfig() argument
79 outParams.data(), in getConfig()
80 outParams.data() + size, in getConfig()
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl63 out Bundle outParams, int userId); in getWallpaper() argument
DWallpaperManager.java774 Bundle outParams = new Bundle(); in getWallpaperFile() local
775 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.java1377 Bundle outParams, int wallpaperUserId) { in getWallpaper() argument
1399 if (outParams != null) { in getWallpaper()
1400 outParams.putInt("width", wallpaper.width); in getWallpaper()
1401 outParams.putInt("height", wallpaper.height); in getWallpaper()