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/core/java/android/view/
DGestureDetector.java90 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll()
113 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling()
166 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
171 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4.c47 int e2 = (d1>>1) - d3; in armVCM4P10_TransformResidual4x4() local
DarmVCM4P10_FwdTransformResidual4x4.c46 int e2 = d1 + d2; in armVCM4P10_FwdTransformResidual4x4() local
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DPlaybackActivity.java56 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
/frameworks/av/media/libmedia/
DMemoryLeakTrackUtil.cpp121 AllocEntry *e2 = &entries[i+1]; in dumpMemoryAddresses() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4_s.s72 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/av/services/audioflinger/
DAudioMixer.cpp1070 uint32_t e1 = e0, e2 = e0; in process__nop() local
1134 uint32_t e1 = e0, e2 = e0; in process__genericNoResampling() local
1220 uint32_t e1 = e0, e2 = e0; in process__genericResampling() local
/frameworks/native/libs/utils/
DUnicode.cpp296 const char16_t* e2 = s2+n2; in strzcmp16() local
315 const char16_t* e2 = s2N+n2; in strzcmp16_h_n() local
/frameworks/base/core/java/android/widget/
DGallery.java992 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
1011 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java241 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
258 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c330 list_elem_t *e2; in EffectRelease() local
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2685 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
2795 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()