Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java54 if (child.getZ() > thisVG.getZ()) { in drawChild()
99 float height = child.getZ() - parent.getZ(); in getRectShadow()
140 return ShadowPainter.createDropShadow(image, ((int) child.getZ())); in getPathShadow()
/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java102 int tz = mAdaptedAllocation.mType.getZ(); in initLOD()
197 if (mAdaptedAllocation.getType().getZ() == 0) { in setZ()
200 if (mAdaptedAllocation.getType().getZ() <= z) { in setZ()
DType.java108 public int getZ() { in getZ() method in Type
153 int z = getZ(); in calcElementCount()
DScriptIntrinsic3DLUT.java66 if (t.getZ() == 0) { in setLUT()
DScript.java248 if (t.hasMipmaps() || t.hasFaces() || (t.getY() != 0) || (t.getZ() != 0)) { in bindAllocation()
DAllocation.java290 mCurrentDimZ = t.getZ(); in updateCacheInfo()
1355 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) { in resize()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DType.java110 public int getZ() { in getZ() method in Type
156 int z = getZ(); in calcElementCount()
DScriptIntrinsic3DLUT.java75 if (t.getZ() == 0) { in setLUT()
DTypeThunker.java35 mDimZ = mN.getZ(); in internalCalc()
DAllocation.java207 mCurrentDimZ = t.getZ(); in updateCacheInfo()
/frameworks/base/libs/hwui/
DRenderProperties.h287 float getZ() const { in getZ() function
569 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty()); in getClipDamageToBounds()
573 return getZ() > 0.0f in hasShadow()
DRenderNode.cpp479 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms()
483 true3dTransform ? properties().getZ() : 0.0f); in applyViewPropertyTransforms()
492 properties().getZ()); in applyViewPropertyTransforms()
646 float childZ = child->properties().getZ(); in buildZSortedChildList()
DRenderProperties.cpp142 level * 2, "", getTranslationX(), getTranslationY(), getZ()); in debugOutputProperties()
DAnimator.cpp200 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ },
/frameworks/rs/cpp/
DType.cpp36 uint32_t z = getZ(); in calcElementCount()
DAllocation.cpp30 mCurrentDimZ = t->getZ(); in updateCacheInfo()
DScriptIntrinsics.cpp61 if (t->getZ() == 0) { in setLUT()
DrsCppStructs.h1252 uint32_t getZ() const { in getZ() function
/frameworks/base/core/java/android/hardware/
DGeomagneticField.java258 public float getZ() { in getZ() method in GeomagneticField
/frameworks/base/core/java/android/view/
DViewGroup.java3289 if (mChildren[i].getZ() != 0) return true; in hasChildWithZ()
3317 float currentZ = nextChild.getZ(); in buildOrderedChildList()
3321 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) { in buildOrderedChildList()
DView.java10931 public float getZ() {
11813 if (isHardwareAccelerated() && getZ() != 0) {
11889 if (isHardwareAccelerated() && invalidateParent && getZ() != 0) {
19606 return object.getZ();
DViewRootImpl.java475 final int surfaceInset = (int) Math.ceil(view.getZ() * 2); in setView()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt607 NO DOC BLOCK: android.view.View Method getZ()
/frameworks/base/api/
Dsystem-current.txt12671 method public float getZ();
28366 method public int getZ();
35728 method public float getZ();
Dcurrent.txt12365 method public float getZ();
26774 method public int getZ();
33495 method public float getZ();