HomeSort by relevance Sort by last modified time
    Searched refs:me2 (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 73 Method me2 = eqList.get(j); local
74 //System.out.println("eq test for "+me1.getName()+", "+me2.getName());
76 Annotation a2 = me2.getDeclaredAnnotations()[0];
77 assertEquals("must be equal : method1:"+me1.getName()+", method2: "+me2.getName(), a1, a2);
87 Method me2 = eqList.get(j); local
89 Annotation a2 = me2.getDeclaredAnnotations()[0];
90 //System.out.println("ne test for "+me1.getName()+", "+me2.getName());
91 assertFalse("must not be equal : method1:"+me1.getName()+", method2: "+me2.getName(),
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 383 public boolean onFling(MotionEvent me1, MotionEvent me2,
388 float deltaX = me2.getX() - me1.getX();
389 float deltaY = me2.getY() - me1.getY();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 386 public boolean onFling(MotionEvent me1, MotionEvent me2,
391 float deltaX = me2.getX() - me1.getX();
392 float deltaY = me2.getY() - me1.getY();
    [all...]

Completed in 726 milliseconds