/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 54 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/ |
D | AllocationAdapter.java | 102 int tz = mAdaptedAllocation.mType.getZ(); in initLOD() 197 if (mAdaptedAllocation.getType().getZ() == 0) { in setZ() 200 if (mAdaptedAllocation.getType().getZ() <= z) { in setZ()
|
D | Type.java | 108 public int getZ() { in getZ() method in Type 153 int z = getZ(); in calcElementCount()
|
D | ScriptIntrinsic3DLUT.java | 66 if (t.getZ() == 0) { in setLUT()
|
D | Script.java | 248 if (t.hasMipmaps() || t.hasFaces() || (t.getY() != 0) || (t.getZ() != 0)) { in bindAllocation()
|
D | Allocation.java | 290 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/ |
D | Type.java | 110 public int getZ() { in getZ() method in Type 156 int z = getZ(); in calcElementCount()
|
D | ScriptIntrinsic3DLUT.java | 75 if (t.getZ() == 0) { in setLUT()
|
D | TypeThunker.java | 35 mDimZ = mN.getZ(); in internalCalc()
|
D | Allocation.java | 207 mCurrentDimZ = t.getZ(); in updateCacheInfo()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.h | 287 float getZ() const { in getZ() function 569 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty()); in getClipDamageToBounds() 573 return getZ() > 0.0f in hasShadow()
|
D | RenderNode.cpp | 479 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()
|
D | RenderProperties.cpp | 142 level * 2, "", getTranslationX(), getTranslationY(), getZ()); in debugOutputProperties()
|
D | Animator.cpp | 200 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ },
|
/frameworks/rs/cpp/ |
D | Type.cpp | 36 uint32_t z = getZ(); in calcElementCount()
|
D | Allocation.cpp | 30 mCurrentDimZ = t->getZ(); in updateCacheInfo()
|
D | ScriptIntrinsics.cpp | 61 if (t->getZ() == 0) { in setLUT()
|
D | rsCppStructs.h | 1252 uint32_t getZ() const { in getZ() function
|
/frameworks/base/core/java/android/hardware/ |
D | GeomagneticField.java | 258 public float getZ() { in getZ() method in GeomagneticField
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3289 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()
|
D | View.java | 10931 public float getZ() { 11813 if (isHardwareAccelerated() && getZ() != 0) { 11889 if (isHardwareAccelerated() && invalidateParent && getZ() != 0) { 19606 return object.getZ();
|
D | ViewRootImpl.java | 475 final int surfaceInset = (int) Math.ceil(view.getZ() * 2); in setView()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 607 NO DOC BLOCK: android.view.View Method getZ()
|
/frameworks/base/api/ |
D | system-current.txt | 12671 method public float getZ(); 28366 method public int getZ(); 35728 method public float getZ();
|
D | current.txt | 12365 method public float getZ(); 26774 method public int getZ(); 33495 method public float getZ();
|