Searched refs:getZ (Results 1 - 25 of 26) 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.java309 (t.getZ() != 0)) {
H A DAllocation.java303 mCurrentDimZ = t.getZ();
1540 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) {
/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.java293 mCurrentDimZ = t.getZ();
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java159 public static float getZ(View view) { method in class:ViewCompatLollipop
160 return view.getZ();
/frameworks/base/libs/hwui/
H A DRenderProperties.h315 float getZ() const { function in class:android::uirenderer::RenderProperties
592 // TODO: Figure out something better for getZ(), as children should still be
594 // for this RP's getZ() anyway, this can be optimized when we have a
597 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
601 return getZ() > 0.0f
H A DAnimator.cpp198 {RenderNode::Z, &RenderProperties::getZ, &RenderProperties::setZ },
H A DRenderNode.cpp483 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ());
487 true3dTransform ? properties().getZ() : 0.0f);
496 properties().getZ());
650 float childZ = child->properties().getZ();
H A DRenderProperties.cpp140 level * 2, "", getTranslationX(), getTranslationY(), getZ());
/frameworks/rs/cpp/
H A DType.cpp36 uint32_t z = getZ();
H A DAllocation.cpp31 mCurrentDimZ = t->getZ();
H A DScriptIntrinsics.cpp62 if (t->getZ() == 0) {
H A DrsCppStructs.h1321 uint32_t getZ() const { function in class:android::RSC::Type
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java385 public float getZ(View view); method in interface:ViewCompat.ViewCompatImpl
958 public float getZ(View view) { method in class:ViewCompat.BaseViewCompatImpl
1527 public float getZ(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1528 return ViewCompatLollipop.getZ(view);
3024 public static float getZ(View view) { method in class:ViewCompat
3025 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/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1581 final float lz = ViewCompat.getZ(lhs);
1582 final float rz = ViewCompat.getZ(rhs);
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1184 final int surfaceInset = (int) Math.ceil(mBackgroundView.getZ() * 2);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3502 if (mChildren[i].getZ() != 0) return true;
3530 float currentZ = nextChild.getZ();
3534 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) {
5639 * Note that {@link View#getZ() Z} reordering, done by {@link #dispatchDraw(Canvas)},
H A DView.java6184 structure.setElevation(getZ());
11838 public float getZ() { method in class:View
12725 if (isHardwareAccelerated() && getZ() != 0) {
12801 if (isHardwareAccelerated() && invalidateParent && getZ() != 0) {
20863 * {@link View#setZ(float)} and {@link View#getZ()} methods.
20873 return object.getZ();

Completed in 1500 milliseconds

12