Searched refs:obtain (Results 101 - 125 of 352) sorted by relevance

1234567891011>>

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAccessibilityManagerTest.java6 * You may obtain a copy of the License at
149 AccessibilityEvent sentEvent = AccessibilityEvent.obtain();
168 AccessibilityEvent nextEventDifferentProcesses = AccessibilityEvent.obtain();
176 AccessibilityEvent nextEventSameProcess = AccessibilityEvent.obtain();
187 AccessibilityEvent sentEvent = AccessibilityEvent.obtain();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java6 * You may obtain a copy of the License at
64 Parcel reply = Parcel.obtain();
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java6 * You may obtain a copy of the License at
274 KeyEvent downEvent = KeyEvent.obtain(eventTime, eventTime, KeyEvent.ACTION_DOWN,
278 KeyEvent upEvent = KeyEvent.obtain(eventTime, eventTime, KeyEvent.ACTION_UP,
343 MotionEvent event = MotionEvent.obtain(
354 MotionEvent event = MotionEvent.obtain(
366 MotionEvent event = MotionEvent.obtain(
513 KeyEvent downEvent = KeyEvent.obtain(eventTime, eventTime, KeyEvent.ACTION_DOWN,
517 KeyEvent upEvent = KeyEvent.obtain(eventTime, eventTime, KeyEvent.ACTION_UP,
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java6 * You may obtain a copy of the License at
620 Parcel parcel = Parcel.obtain();
744 Parcel request = Parcel.obtain();
745 Parcel reply = Parcel.obtain();
1201 Parcel reply = Parcel.obtain();
1446 Parcel p = Parcel.obtain();
1461 Parcel p = Parcel.obtain();
1483 Parcel p = Parcel.obtain();
1495 Parcel p = Parcel.obtain();
1509 Parcel p = Parcel.obtain();
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java6 * You may obtain a copy of the License at
66 * remains active. Use the {@link #getPointerId(int)} method to obtain the
69 * to obtain the pointer index for a given pointer id in that motion event.
503 * To obtain calibrated size information, use
1387 static private MotionEvent obtain() { method in class:MotionEvent
1430 static public MotionEvent obtain(long downTime, long eventTime, method in class:MotionEvent
1435 MotionEvent ev = obtain();
1470 * @deprecated Use {@link #obtain(long, long, int, int, PointerProperties[], PointerCoords[], int, int, float, float, int, int, int, int)}
1474 static public MotionEvent obtain(long downTime, long eventTime, method in class:MotionEvent
1485 return obtain(downTim
1520 static public MotionEvent obtain(long downTime, long eventTime, int action, method in class:MotionEvent
1580 static public MotionEvent obtain(long downTime, long eventTime, int action, method in class:MotionEvent
1602 static public MotionEvent obtain(long downTime, long eventTime, int action, method in class:MotionEvent
1611 static public MotionEvent obtain(MotionEvent other) { method in class:MotionEvent
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java6 * You may obtain a copy of the License at
255 Message.obtain(mWebViewClassic.mPrivateHandler,
573 Message message = Message.obtain(mWebViewClassic.mPrivateHandler,
1731 Message.obtain(mWebViewClassic.mPrivateHandler,
1741 Message.obtain(mWebViewClassic.mPrivateHandler,
1926 mEventHub.sendMessage(Message.obtain(null, what));
1930 mEventHub.sendMessageAtFrontOfQueue(Message.obtain(
1935 mEventHub.sendMessage(Message.obtain(null, what, obj));
1940 mEventHub.sendMessage(Message.obtain(null, what, arg1, 0));
1944 mEventHub.sendMessage(Message.obtain(nul
[all...]
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java6 * You may obtain a copy of the License at
360 android.os.Parcel data = android.os.Parcel.obtain();
361 android.os.Parcel reply = android.os.Parcel.obtain();
/frameworks/base/core/java/android/widget/
H A DChronometer.java6 * You may obtain a copy of the License at
259 mHandler.sendMessageDelayed(Message.obtain(mHandler, TICK_WHAT), 1000);
272 sendMessageDelayed(Message.obtain(this, TICK_WHAT), 1000);
/frameworks/base/core/tests/ConnectivityManagerTest/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/bandwidthtests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedScreen.java6 * You may obtain a copy of the License at
113 Message m = Message.obtain();
116 Message m = Message.obtain();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DVerifierDeviceIdentityTest.java6 * You may obtain a copy of the License at
113 Parcel parcel = Parcel.obtain();
125 Parcel parcel = Parcel.obtain();
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/utillib/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/data/keyboards/
H A DAndroid.mk5 # You may obtain a copy of the License at
H A Dcommon.mk5 # You may obtain a copy of the License at
H A Dkeyboards.mk5 # You may obtain a copy of the License at
/frameworks/base/policy/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/test-runner/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tests/BiDiTests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tests/BrowserPowerTest/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tests/BrowserTestPlugin/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tests/Compatibility/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tests/backup/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tools/layoutlib/bridge/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 542 milliseconds

1234567891011>>