Searched defs:updatePosition (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DEditor.java1012 public void updatePosition(int parentPositionX, int parentPositionY, method in interface:Editor.TextViewPositionListener
2909 updatePosition();
2962 updatePosition();
2968 positionListener.updatePosition(mPositionX, mPositionY,
2978 private void updatePosition() { method in class:Editor.PositionListener
3040 updatePosition(positionListener.getPositionX(), positionListener.getPositionY());
3068 private void updatePosition(int parentPositionX, int parentPositionY) { method in class:Editor.PinnedPopupWindow
3098 public void updatePosition(int parentPositionX, int parentPositionY, method in class:Editor.PinnedPopupWindow
3103 updatePosition(parentPositionX, parentPositionY);
3878 public void updatePosition(in method in class:Editor.CursorAnchorInfoNotifier
4229 public abstract void updatePosition(float x, float y); method in class:Editor.HandleView
4293 public void updatePosition(int parentPositionX, int parentPositionY, method in class:Editor.HandleView
4593 public void updatePosition(float x, float y) { method in class:Editor.InsertionHandleView
4697 public void updatePosition(float x, float y) { method in class:Editor.SelectionHandleView
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java11433 void updatePosition(float x, float y) { method in class:WindowManagerService.MousePositionTracker
11444 updatePosition(motionEvent.getRawX(), motionEvent.getRawY());
11495 mMousePositionTracker.updatePosition(latestX, latestY);

Completed in 241 milliseconds