Home
last modified time | relevance | path

Searched refs:getZ (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java50 int tz = mAdaptedAllocation.mType.getZ(); in initLOD()
197 if (mAdaptedAllocation.getType().getZ() == 0) { in setZ()
200 if (mAdaptedAllocation.getType().getZ() <= z) { in setZ()
203 if (mWindow.getZ() == mAdaptedAllocation.getType().getZ()) { in setZ()
206 if ((mWindow.getZ() + z) >= mAdaptedAllocation.getType().getZ()) { in setZ()
288 (t.getZ() > at.getZ()) || in createTyped()
H A DScriptIntrinsic3DLUT.java70 if (t.getZ() == 0) { in setLUT()
H A DType.java116 public int getZ() { in getZ() method in Type
192 int z = getZ(); in calcElementCount()
H A DScript.java366 (t.getZ() != 0)) { in bindAllocation()
H A DAllocation.java372 mCurrentDimZ = t.getZ(); in updateCacheInfo()
2080 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) { in resize()
2868 …eBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), stride, xBytesSize, mType.getY(), mType.getZ()); in getByteBuffer()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp51 const float aZValue = a->getNodeProperties().getZ(); in onDraw()
52 const float bZValue = b->getNodeProperties().getZ(); in onDraw()
61 const float casterZ = childNode->getNodeProperties().getZ(); in onDraw()
96 && zChildren[drawIndex]->getNodeProperties().getZ() <= MathUtils::NON_ZERO_EPSILON) in onDraw()
103 const float casterZ = zChildren[shadowIndex]->getNodeProperties().getZ(); in onDraw()
211 zParams = SkPoint3::Make(0, 0, casterProperties.getZ()); in drawShadow()
H A DRenderNodeDrawable.cpp123 if ((!mInReorderingSection) || MathUtils::isZero(mRenderNode->properties().getZ())) { in onDraw()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceEnrollCell.java63 public int getZ() { in getZ() method in FaceEnrollCell
/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.h295 float getZ() const { return getElevation() + getTranslationZ(); } in getZ() function
523 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty()); in getClipDamageToBounds()
527 return getZ() > 0.0f && getOutline().getPath() != nullptr && in hasShadow()
H A DRenderNode.cpp512 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms()
516 true3dTransform ? properties().getZ() : 0.0f); in applyViewPropertyTransforms()
524 properties().getZ()); in applyViewPropertyTransforms()
H A DRenderProperties.cpp130 << ", " << getZ() << ")" << std::endl; in debugOutputProperties()
H A DAnimator.cpp329 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ},
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/
H A DAntennaDirection.java129 public float getZ() { in getZ() method in AntennaDirection
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DFrame.java116 float getZ() { in getZ() method in Frame
H A DCam.java197 float j = 100.0f * (float) Math.pow(ac / frame.getAw(), frame.getC() * frame.getZ()); in fromIntInFrame()
294 1.0 / frame.getC() / frame.getZ()); in viewed()
H A DHctSolver.java626 double acExponent = 1.0 / viewingConditions.getC() / viewingConditions.getZ(); in findResultByJ()
/aosp14/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java262 public float getZ() { in getZ() method in GeomagneticField
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DDynamicAnimation.java218 return view.getZ();
/aosp14/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java116 values.values.put(PROPNAME_Z, view.getZ()); in captureValues()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4441 if (mChildren[i].getZ() != 0) return true; in hasChildWithZ()
4471 final float currentZ = nextChild.getZ(); in buildOrderedChildList()
4475 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) { in buildOrderedChildList()
H A DWindowManager.java4645 final int surfaceInset = (int) Math.ceil(view.getZ() * 2); in setSurfaceInsets()
H A DView.java9257 structure.setElevation(getZ());
18953 public float getZ() { in getZ() method in View
27566 int shadowOffset = getZ() > 0 ? (int) getZ() : 0; in gatherTransparentRegion()
29855 return object.getZ();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17519 HSPLandroid/view/View;->getZ()F+]Landroid/view/View;missing_types
21672 HSPLcom/android/internal/graphics/cam/Frame;->getZ()F
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17948 method public float getZ();
39012 method @Deprecated public int getZ();
52281 method public float getZ();

12