/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | AllocationAdapter.java | 50 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 D | ScriptIntrinsic3DLUT.java | 70 if (t.getZ() == 0) { in setLUT()
|
H A D | Type.java | 116 public int getZ() { in getZ() method in Type 192 int z = getZ(); in calcElementCount()
|
H A D | Script.java | 366 (t.getZ() != 0)) { in bindAllocation()
|
H A D | Allocation.java | 372 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 D | ReorderBarrierDrawables.cpp | 51 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 D | RenderNodeDrawable.cpp | 123 if ((!mInReorderingSection) || MathUtils::isZero(mRenderNode->properties().getZ())) { in onDraw()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceEnrollCell.java | 63 public int getZ() { in getZ() method in FaceEnrollCell
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderProperties.h | 295 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 D | RenderNode.cpp | 512 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms() 516 true3dTransform ? properties().getZ() : 0.0f); in applyViewPropertyTransforms() 524 properties().getZ()); in applyViewPropertyTransforms()
|
H A D | RenderProperties.cpp | 130 << ", " << getZ() << ")" << std::endl; in debugOutputProperties()
|
H A D | Animator.cpp | 329 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ},
|
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/ |
H A D | AntennaDirection.java | 129 public float getZ() { in getZ() method in AntennaDirection
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | Frame.java | 116 float getZ() { in getZ() method in Frame
|
H A D | Cam.java | 197 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 D | HctSolver.java | 626 double acExponent = 1.0 / viewingConditions.getC() / viewingConditions.getZ(); in findResultByJ()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | GeomagneticField.java | 262 public float getZ() { in getZ() method in GeomagneticField
|
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
H A D | DynamicAnimation.java | 218 return view.getZ();
|
/aosp14/frameworks/base/core/java/com/android/internal/transition/ |
H A D | EpicenterTranslateClipReveal.java | 116 values.values.put(PROPNAME_Z, view.getZ()); in captureValues()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 4441 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 D | WindowManager.java | 4645 final int surfaceInset = (int) Math.ceil(view.getZ() * 2); in setSurfaceInsets()
|
H A D | View.java | 9257 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17519 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 D | current.txt | 17948 method public float getZ(); 39012 method @Deprecated public int getZ(); 52281 method public float getZ();
|