Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java70 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis()); in testAddText() local
205 DropBoxManager.Entry e2 = dropbox.getNextEntry(null, e1.getTimeMillis()); in testAddEntriesInTheFuture() local
363 DropBoxManager.Entry e2 = dropbox.getNextEntry(null, e1.getTimeMillis()); in testSizeLimits() local
483 DropBoxManager.Entry e2 = dropbox.getNextEntry(null, e1.getTimeMillis()); in testFileCountLimits() local
/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp51 ResTable_entry e2; in createTypeData() local
/frameworks/base/core/java/android/view/
DGestureDetector.java89 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll()
112 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling()
165 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
170 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_FwdTransformResidual4x4.c61 int e2 = d1 + d2; in armVCM4P10_FwdTransformResidual4x4() local
DarmVCM4P10_TransformResidual4x4.c62 int e2 = (d1>>1) - d3; in armVCM4P10_TransformResidual4x4() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarViewTaskSwitchHelper.java93 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/frameworks/av/media/libmedia/
DMemoryLeakTrackUtil.cpp126 AllocEntry *e2 = &entries[i+1]; in dumpMemoryAddresses() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4_s.s86 e2 RN 8 label
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipWakeupTimer.java320 public int compare(MyEvent e1, MyEvent e2) { in compare()
/frameworks/base/core/java/android/widget/
DGallery.java996 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
1015 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/frameworks/av/services/audioflinger/
DAudioMixer.cpp1509 uint32_t e1 = e0, e2 = e0; in process__nop() local
1571 uint32_t e1 = e0, e2 = e0; in process__genericNoResampling() local
1668 uint32_t e1 = e0, e2 = e0; in process__genericResampling() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java343 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
360 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c344 list_elem_t *e2; in EffectRelease() local
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2879 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
3026 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()