Searched defs:obtain (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DKeyEvent.java6 * You may obtain a copy of the License at
1528 private static KeyEvent obtain() { method in class:KeyEvent
1548 public static KeyEvent obtain(long downTime, long eventTime, int action, method in class:KeyEvent
1551 KeyEvent ev = obtain();
1571 public static KeyEvent obtain(KeyEvent other) { method in class:KeyEvent
1572 KeyEvent ev = obtain();
1590 return obtain(this);
H A DViewGroup.java6 * You may obtain a copy of the License at
1015 mCurrentDrag = DragEvent.obtain(event);
1334 hoverTarget = HoverTarget.obtain(child);
1587 MotionEvent transformedEvent = MotionEvent.obtain(event);
1808 event = MotionEvent.obtain(now, now,
1844 TouchTarget target = TouchTarget.obtain(child, pointerIdBits);
1963 transformedEvent = MotionEvent.obtain(event);
5635 public static TouchTarget obtain(View child, int pointerIdBits) { method in class:ViewGroup.TouchTarget
5682 public static HoverTarget obtain(View child) { method in class:ViewGroup.HoverTarget
H A DViewRootImpl.java6 * You may obtain a copy of the License at
3818 public static InputEventMessage obtain(Message msg) { method in class:ViewRootImpl.InputEventMessage
3852 InputEventMessage inputMessage = InputEventMessage.obtain(msg);
3936 Message msg = Message.obtain();
3944 Message msg = Message.obtain();
4699 Message message = Message.obtain();
4741 Message message = Message.obtain();
4785 Message message = Message.obtain();
4859 Message message = Message.obtain();

Completed in 295 milliseconds

12