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/rs/support/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.h275 float getZ() const { return getElevation() + getTranslationZ(); } function in class:android::uirenderer::RenderProperties
500 // TODO: Figure out something better for getZ(), as children should still be
502 // for this RP's getZ() anyway, this can be optimized when we have a
505 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
509 return getZ() > 0.0f && getOutline().getPath() != nullptr &&
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1657 int32_t Layer::getZ() const { function in class:android::Layer
1719 if (relative->getZ() >= 0) {
1753 if (relative->getZ() < 0) {
1811 if (relative->getZ() >= 0) {
/frameworks/rs/cpp/
H A DrsCppStructs.h1621 uint32_t getZ() const { function in class:android::RSC::Type
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java2875 public static float getZ(@NonNull View view) { method in class:ViewCompat
2877 return view.getZ();
/frameworks/base/core/java/android/view/
H A DView.java7929 structure.setElevation(getZ());
15489 public float getZ() { method in class:View
23597 int shadowOffset = getZ() > 0 ? (int) getZ() : 0;
25581 * {@link View#setZ(float)} and {@link View#getZ()} methods.
25591 return object.getZ();
[all...]

Completed in 652 milliseconds