Searched defs:getZ (Results 1 - 9 of 9) 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.h318 float getZ() const { function in class:android::uirenderer::RenderProperties
599 // TODO: Figure out something better for getZ(), as children should still be
601 // for this RP's getZ() anyway, this can be optimized when we have a
604 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
608 return getZ() > 0.0f
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h555 uint32_t getZ() const { return mZ; } function in class:android::HWC2On1Adapter::Layer
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2601 int32_t Layer::getZ() const { function in class:android::Layer
2640 if (relative->getZ() >= 0) {
2662 if (relative->getZ() < 0) {
/frameworks/rs/cpp/
H A DrsCppStructs.h1621 uint32_t getZ() const { function in class:android::RSC::Type
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java881 public float getZ(View view) { method in class:ViewCompat.ViewCompatBaseImpl
1383 public float getZ(View view) { method in class:ViewCompat.ViewCompatApi21Impl
1384 return view.getZ();
3384 public static float getZ(View view) { method in class:ViewCompat
3385 return IMPL.getZ(view);
/frameworks/base/core/java/android/view/
H A DView.java7536 structure.setElevation(getZ());
14595 public float getZ() { method in class:View
22426 int shadowOffset = getZ() > 0 ? (int) getZ() : 0;
24393 * {@link View#setZ(float)} and {@link View#getZ()} methods.
24403 return object.getZ();

Completed in 1145 milliseconds