Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java72 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis()); in testAddText() local
209 DropBoxManager.Entry e2 = dropbox.getNextEntry(null, e1.getTimeMillis()); in testAddEntriesInTheFuture() local
367 DropBoxManager.Entry e2 = dropbox.getNextEntry(null, e1.getTimeMillis()); in testSizeLimits() local
486 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.java92 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll()
115 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling()
185 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
190 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/core/java/com/android/internal/widget/
DDecorCaptionView.java425 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
435 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java183 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
/frameworks/base/tools/aapt2/util/
DStringPiece.h184 const char* e2 = b2 + rhs.mLength; in compare() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4_s.s86 e2 RN 8 label
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java280 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/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.cpp1374 uint32_t e1 = e0, e2 = e0; in process__nop() local
1434 uint32_t e1 = e0, e2 = e0; in process__genericNoResampling() local
1529 uint32_t e1 = e0, e2 = e0; in process__genericResampling() local
/frameworks/base/core/java/android/widget/
DGallery.java1003 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
1022 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java345 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
362 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c346 list_elem_t *e2; in EffectRelease() local
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3065 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
3199 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()