Searched defs:ev (Results 1 - 13 of 13) sorted by relevance

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
H A DTouchExampleView.java50 public boolean onTouchEvent(MotionEvent ev) { argument
51 mDetector.onTouchEvent(ev);
H A DVersionedGestureDetector.java47 public abstract boolean onTouchEvent(MotionEvent ev); argument
58 float getActiveX(MotionEvent ev) { argument
59 return ev.getX();
62 float getActiveY(MotionEvent ev) { argument
63 return ev.getY();
71 public boolean onTouchEvent(MotionEvent ev) { argument
72 switch (ev.getAction()) {
74 mLastTouchX = getActiveX(ev);
75 mLastTouchY = getActiveY(ev);
79 final float x = getActiveX(ev);
101 getActiveX(MotionEvent ev) argument
106 getActiveY(MotionEvent ev) argument
111 onTouchEvent(MotionEvent ev) argument
160 onTouchEvent(MotionEvent ev) argument
[all...]
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dapp-linux.c216 XEvent ev; local
217 XNextEvent(sDisplay, &ev);
218 switch (ev.type)
223 keycode = ((XKeyEvent *)&ev)->keycode;
/development/tools/emulator/opengl/
H A Dcommon.mk208 emugl-gen-wrapper-generic = $(eval $(emugl-gen-wrapper-generic-ev))
210 define emugl-gen-wrapper-generic-ev
/development/tools/emulator/system/camera/
H A DEmulatedCameraDevice.cpp114 void EmulatedCameraDevice::setExposureCompensation(const float ev) { argument
121 mExposureCompensation = std::pow(2.0f, ev / GAMMA_CORRECTION);
/development/tools/emulator/system/gps/
H A Dgps_qemu.c647 struct epoll_event ev; local
654 ev.events = EPOLLIN;
655 ev.data.fd = fd;
657 ret = epoll_ctl( epoll_fd, EPOLL_CTL_ADD, fd, &ev );
/development/tools/emulator/system/qemud/
H A Dqemud.c395 struct epoll_event ev; local
398 ev.events = hook->wanted;
399 ev.data.ptr = hook;
400 epoll_ctl( l->epoll_fd, EPOLL_CTL_MOD, hook->fd, &ev );
410 struct epoll_event ev; local
427 ev.events = 0;
428 ev.data.ptr = hook;
429 epoll_ctl( l->epoll_fd, EPOLL_CTL_ADD, fd, &ev );
466 struct epoll_event ev; local
469 ev
491 struct epoll_event ev; local
544 struct epoll_event ev; local
[all...]
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 330 milliseconds