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

12

/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java46 int tz = mAdaptedAllocation.mType.getZ();
193 if (mAdaptedAllocation.getType().getZ() == 0) {
196 if (mAdaptedAllocation.getType().getZ() <= z) {
199 if (mWindow.getZ() == mAdaptedAllocation.getType().getZ()) {
202 if ((mWindow.getZ() + z) >= mAdaptedAllocation.getType().getZ()) {
284 (t.getZ() > at.getZ()) ||
H A DScriptIntrinsic3DLUT.java66 if (t.getZ() == 0) {
H A DType.java111 public int getZ() { method in class:Type
187 int z = getZ();
H A DScript.java362 (t.getZ() != 0)) {
H A DAllocation.java368 mCurrentDimZ = t.getZ();
2076 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) {
2864 mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), stride, xBytesSize, mType.getY(), mType.getZ());
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect172 (t0.getZ() != t1.getZ()) ||
236 (t0.getZ() != t1.getZ()) ||
304 (t0.getZ() != t1.getZ()) ||
372 (t0.getZ() != t1.getZ()) ||
440 (t0.getZ() != t1.getZ()) ||
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java48 if (child.getZ() > thisVG.getZ()) {
89 return child.getZ() - parent.getZ();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java77 if (t.getZ() == 0) {
H A DType.java110 public int getZ() { method in class:Type
154 int z = getZ();
H A DAllocation.java336 mCurrentDimZ = t.getZ();
531 if (mType.getZ() > 0) {
550 mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), xBytesSize, mType.getY(), mType.getZ());
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java197 public static float getZ(View view) { method in class:ViewCompatLollipop
198 return view.getZ();
/frameworks/base/libs/hwui/
H A DRenderProperties.h316 float getZ() const { function in class:android::uirenderer::RenderProperties
597 // TODO: Figure out something better for getZ(), as children should still be
599 // for this RP's getZ() anyway, this can be optimized when we have a
602 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
606 return getZ() > 0.0f
H A DRenderProperties.cpp119 level * 2, "", getTranslationX(), getTranslationY(), getZ());
H A DRenderNode.cpp668 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ());
672 true3dTransform ? properties().getZ() : 0.0f);
681 properties().getZ());
830 float childZ = child->properties().getZ();
H A DAnimator.cpp312 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ },
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect314 (t0.getZ() != t1.getZ()) ||
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect319 (t0.getZ() != t1.getZ()) ||
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect319 (t0.getZ() != t1.getZ()) ||
/frameworks/rs/cpp/
H A DType.cpp36 uint32_t z = getZ();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java472 float getZ(View view); method in interface:ViewCompat.ViewCompatImpl
1068 public float getZ(View view) { method in class:ViewCompat.BaseViewCompatImpl
1708 public float getZ(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1709 return ViewCompatLollipop.getZ(view);
3311 public static float getZ(View view) { method in class:ViewCompat
3312 return IMPL.getZ(view);
/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java258 public float getZ() { method in class:GeomagneticField
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java116 values.values.put(PROPNAME_Z, view.getZ());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1068 if ((*current)->getZ() == z) {
1988 return lhs->getZ() < rhs->getZ();
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1651 final float lz = ViewCompat.getZ(lhs);
1652 final float rz = ViewCompat.getZ(rhs);
/frameworks/base/core/java/android/view/
H A DWindowManager.java1805 final int surfaceInset = (int) Math.ceil(view.getZ() * 2);

Completed in 5683 milliseconds

12