Searched refs:getZ (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java54 if (child.getZ() > thisVG.getZ()) {
99 float height = child.getZ() - parent.getZ();
140 return ShadowPainter.createDropShadow(image, ((int) child.getZ()));
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java102 int tz = mAdaptedAllocation.mType.getZ();
197 if (mAdaptedAllocation.getType().getZ() == 0) {
200 if (mAdaptedAllocation.getType().getZ() <= z) {
H A DScriptIntrinsic3DLUT.java66 if (t.getZ() == 0) {
H A DType.java108 public int getZ() { method in class:Type
153 int z = getZ();
H A DScript.java248 if (t.hasMipmaps() || t.hasFaces() || (t.getY() != 0) || (t.getZ() != 0)) {
H A DAllocation.java290 mCurrentDimZ = t.getZ();
1355 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) {
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java75 if (t.getZ() == 0) {
H A DType.java110 public int getZ() { method in class:Type
156 int z = getZ();
H A DTypeThunker.java35 mDimZ = mN.getZ();
H A DAllocation.java207 mCurrentDimZ = t.getZ();
/frameworks/base/libs/hwui/
H A DRenderProperties.h287 float getZ() const { function in class:android::uirenderer::RenderProperties
564 // TODO: Figure out something better for getZ(), as children should still be
566 // for this RP's getZ() anyway, this can be optimized when we have a
569 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
573 return getZ() > 0.0f
H A DAnimator.cpp200 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ },
H A DRenderNode.cpp479 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ());
483 true3dTransform ? properties().getZ() : 0.0f);
492 properties().getZ());
646 float childZ = child->properties().getZ();
H A DRenderProperties.cpp142 level * 2, "", getTranslationX(), getTranslationY(), getZ());
/frameworks/rs/cpp/
H A DType.cpp36 uint32_t z = getZ();
H A DAllocation.cpp30 mCurrentDimZ = t->getZ();
H A DScriptIntrinsics.cpp61 if (t->getZ() == 0) {
H A DrsCppStructs.h1252 uint32_t getZ() const { function in class:android::RSC::Type
/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java258 public float getZ() { method in class:GeomagneticField
/frameworks/base/core/java/android/view/
H A DViewGroup.java3289 if (mChildren[i].getZ() != 0) return true;
3317 float currentZ = nextChild.getZ();
3321 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) {
5223 * Note that {@link View#getZ() Z} reordering, done by {@link #dispatchDraw(Canvas)},
H A DView.java10931 public float getZ() { method in class:View
11813 if (isHardwareAccelerated() && getZ() != 0) {
11889 if (isHardwareAccelerated() && invalidateParent && getZ() != 0) {
19596 * {@link View#setZ(float)} and {@link View#getZ()} methods.
19606 return object.getZ();
H A DViewRootImpl.java475 final int surfaceInset = (int) Math.ceil(view.getZ() * 2);

Completed in 3087 milliseconds