Searched refs:hitTest (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/ |
D | Ocquarium.java | 57 if (mOcto.hitTest(motionEvent.getX(), motionEvent.getY())) { in onCreate()
|
D | OctopusDrawable.java | 164 public boolean hitTest(float x, float y) { in hitTest() method in OctopusDrawable
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 433 private static boolean hitTest(View child, float x, float y, float left, float top) { in hitTest() method in ItemTouchHelper 1006 if (hitTest(selectedView, x, y, mSelectedStartX + mDx, mSelectedStartY + mDy)) { in findChildView() 1013 if (hitTest(view, x, y, anim.mX, anim.mY)) { in findChildView()
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | ItemTouchHelper.java | 443 private static boolean hitTest(View child, float x, float y, float left, float top) { in hitTest() method in ItemTouchHelper 1027 if (hitTest(selectedView, x, y, mSelectedStartX + mDx, mSelectedStartY + mDy)) { in findChildView() 1034 if (hitTest(view, x, y, anim.mX, anim.mY)) { in findChildView()
|