Searched defs:getY (Results 1 - 19 of 19) sorted by path

/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java251 public float getY() { method in class:GeomagneticField
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java158 public int getY() { method in class:MeteringRectangle
/frameworks/base/core/java/android/view/
H A DDragEvent.java52 * <th scope="col">getY()</th>
165 * box. The {@link #getX()} and {@link #getY()} methods supply
179 * @see #getY()
187 * The methods {@link #getX()} and {@link #getY()} return the X and Y position of the drop point
199 * @see #getY()
331 public float getY() { method in class:DragEvent
H A DMotionEvent.java57 * pointers, such as {@link #getX(int)}, {@link #getY(int)}, {@link #getAxisValue},
82 * pointer coordinates are available using {@link #getX(int)} and {@link #getY(int)}.
105 * ev.getPointerId(p), ev.getX(p), ev.getY(p));
484 * @see #getY(int)
1739 * {@link #getX(int)}, {@link #getY(int)}, {@link #getPressure(int)},
1860 * {@link #getY(int)} for the first pointer index (may be an
1865 public final float getY() { method in class:MotionEvent
2028 public final float getY(int pointerIndex) { method in class:MotionEvent
2239 * @see #getY(int)
2260 * multiply this number with {@link #getY} t
[all...]
H A DView.java4840 if (showContextMenu(event.getX(), event.getY(), event.getMetaState())) {
9179 * {@link MotionEvent#getY MotionEvent.getY()}. These are normalized so
9277 && pointInView(event.getX(), event.getY())) {
9284 && !pointInView(event.getX(), event.getY()))) {
9410 final float y = event.getY();
9502 mPendingCheckForTap.y = event.getY();
10908 public float getY() { method in class:View
19580 * {@link View#setY(float)} and {@link View#getY()} methods.
19590 return object.getY();
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java182 public float getY() { method in class:DrawableHolder
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java85 public float getY() { method in class:PointCloud.GlowManager
H A DTargetDrawable.java169 public float getY() { method in class:TargetDrawable
/frameworks/base/libs/hwui/
H A DRenderProperties.h278 float getY() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/rs/java/android/renderscript/
H A DType.java99 public int getY() { method in class:Type
152 int y = getY();
/frameworks/minikin/libs/minikin/
H A DLayout.cpp857 float Layout::getY(int i) const { function in class:android::Layout
/frameworks/native/include/input/
H A DInput.h216 inline float getY() const { function in struct:android::PointerCoords
416 inline float getY(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/services/inputflinger/
H A DInputReader.h875 inline int32_t getY() const { return mAbsMTPositionY; } function in class:android::MultiTouchMotionAccumulator::Slot
/frameworks/rs/cpp/
H A DrsCppStructs.h1244 uint32_t getY() const { function in class:android::RSC::Type
/frameworks/support/v4/eclair/android/support/v4/view/
H A DMotionEventCompatEclair.java34 public static float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompatEclair
35 return event.getY(pointerIndex);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java68 public static float getY(View view) { method in class:ViewCompatHC
69 return view.getY();
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java33 public float getY(MotionEvent event, int pointerIndex); method in interface:MotionEventCompat.MotionEventVersionImpl
65 public float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompat.BaseMotionEventVersionImpl
67 return event.getY();
94 public float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompat.EclairMotionEventVersionImpl
95 return MotionEventCompatEclair.getY(event, pointerIndex);
223 * Call {@link MotionEvent#getY(int)}.
227 public static float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompat
228 return IMPL.getY(event, pointerIndex);
H A DViewCompat.java300 public float getY(View view); method in interface:ViewCompat.ViewCompatImpl
565 public float getY(View view) { method in class:ViewCompat.BaseViewCompatImpl
878 public float getY(View view) { method in class:ViewCompat.HCViewCompatImpl
879 return ViewCompatHC.getY(view);
2193 public static float getY(View view) { method in class:ViewCompat
2194 return IMPL.getY(view);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DType.java101 public int getY() { method in class:Type
155 int y = getY();

Completed in 381 milliseconds