Searched defs:getZ (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java258 public float getZ() { method in class:GeomagneticField
/frameworks/base/rs/java/android/renderscript/
H A DType.java111 public int getZ() { method in class:Type
187 int z = 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DType.java110 public int getZ() { method in class:Type
154 int z = 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
/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/rs/cpp/
H A DrsCppStructs.h1321 uint32_t getZ() const { function in class:android::RSC::Type
/frameworks/base/core/java/android/view/
H A DView.java6190 structure.setElevation(getZ());
11844 public float getZ() { method in class:View
12731 if (isHardwareAccelerated() && getZ() != 0) {
12807 if (isHardwareAccelerated() && invalidateParent && getZ() != 0) {
20869 * {@link View#setZ(float)} and {@link View#getZ()} methods.
20879 return object.getZ();

Completed in 1748 milliseconds