Searched refs:obtain (Results 51 - 75 of 734) sorted by relevance

1234567891011>>

/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java6 * You may obtain a copy of the License at
272 public static AccessibilityWindowInfoCompat obtain() { method in class:AccessibilityWindowInfoCompat
274 return wrapNonNullInstance(AccessibilityWindowInfo.obtain());
288 public static AccessibilityWindowInfoCompat obtain(AccessibilityWindowInfoCompat info) { method in class:AccessibilityWindowInfoCompat
293 AccessibilityWindowInfo.obtain((AccessibilityWindowInfo) info.mInfo));
/frameworks/base/tests/net/java/android/net/
H A DUidRangeTest.java6 * You may obtain a copy of the License at
95 Parcel p = Parcel.obtain();
107 Parcel p = Parcel.obtain();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockWifiMonitor.java6 * You may obtain a copy of the License at
60 sendMessage(iface, Message.obtain(null, what));
71 if (sendMessage(entry.getValue(), Message.obtain(message))) {
/frameworks/opt/setupwizard/library/eclair-mr1/test/instrumentation/src/com/android/setupwizardlib/test/
H A DLinkAccessibilityHelperTest.java6 * You may obtain a copy of the License at
92 AccessibilityEvent event = AccessibilityEvent.obtain();
106 AccessibilityEvent event = AccessibilityEvent.obtain();
119 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain();
141 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain();
159 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain();
181 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain();
204 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain();
233 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain();
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc6 * You may obtain a copy of the License at
/frameworks/base/core/java/android/view/
H A DDragEvent.java6 * You may obtain a copy of the License at
285 static DragEvent obtain() { method in class:DragEvent
286 return DragEvent.obtain(0, 0f, 0f, null, null, null, null, false);
290 public static DragEvent obtain(int action, float x, float y, Object localState, method in class:DragEvent
315 public static DragEvent obtain(DragEvent source) { method in class:DragEvent
316 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
529 DragEvent event = DragEvent.obtain();
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java6 * You may obtain a copy of the License at
53 final Parcel dataParcel = Parcel.obtain();
56 final Parcel tableParcel = Parcel.obtain();
87 final Parcel dataParcel = Parcel.obtain();
90 final Parcel tableParcel = Parcel.obtain();
134 final Parcel dataParcel = Parcel.obtain();
137 final Parcel tableParcel = Parcel.obtain();
/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DScrollManagerTest.java6 * You may obtain a copy of the License at
133 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
140 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0);
145 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
163 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
171 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE, x, y, 0);
176 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java6 * You may obtain a copy of the License at
261 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
268 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
274 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
301 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
308 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL,
336 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
344 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
350 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
397 MotionEvent event = MotionEvent.obtain(downTim
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pMonitor.java6 * You may obtain a copy of the License at
220 sendMessage(iface, Message.obtain(null, what));
224 sendMessage(iface, Message.obtain(null, what, obj));
228 sendMessage(iface, Message.obtain(null, what, arg1, 0));
232 sendMessage(iface, Message.obtain(null, what, arg1, arg2));
236 sendMessage(iface, Message.obtain(null, what, arg1, arg2, obj));
247 sendMessage(handler, Message.obtain(message));
265 sendMessage(handler, Message.obtain(message));
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java5 * use this file except in compliance with the License. You may obtain a copy of
273 Message.obtain(mHandler, MSG_RESET).sendToTarget();
310 Message.obtain(mHandler, MSG_RESET).sendToTarget();
346 service.mHandler.sendMessage(Message.obtain(service.mHandler,
357 service.mHandler.sendMessage(Message.obtain(service.mHandler,
367 service.mHandler.sendMessage(Message.obtain(service.mHandler,
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DParceledListSliceTest.java21 Parcel parcel = Parcel.obtain();
41 Parcel p = Parcel.obtain();
72 Parcel parcel = Parcel.obtain();
102 Parcel parcel = Parcel.obtain();
125 Parcel parcel = Parcel.obtain();
/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java6 * You may obtain a copy of the License at
86 final MotionEvent firstFingerEvent = MotionEvent.obtain(startTime,
91 final MotionEvent secondFingerEvent = MotionEvent.obtain(startTime, eventTime,
131 final MotionEvent event = MotionEvent.obtain(startTime, eventTime,
151 final MotionEvent secondFingerUpEvent = MotionEvent.obtain(startTime, eventTime,
166 final MotionEvent firstFingerUpEvent = MotionEvent.obtain(startTime, eventTime,
/frameworks/base/core/java/android/app/job/
H A DJobServiceEngine.java6 * You may obtain a copy of the License at
77 Message m = Message.obtain(service.mHandler, MSG_EXECUTE_JOB, jobParams);
86 Message m = Message.obtain(service.mHandler, MSG_STOP_JOB, jobParams);
216 Message m = Message.obtain(mHandler, MSG_JOB_FINISHED, params);
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableParcelable.java6 * You may obtain a copy of the License at
77 Parcel parcel = Parcel.obtain();
119 * Future: Alternatively use Parcel#obtain(long) directly into the native
124 Parcel parcel = Parcel.obtain();
163 Parcel parcel = Parcel.obtain();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java6 * You may obtain a copy of the License at
63 SomeArgs args = SomeArgs.obtain();
82 SomeArgs args = SomeArgs.obtain();
95 SomeArgs args = SomeArgs.obtain();
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityManagerTest.java6 * You may obtain a copy of the License at
138 AccessibilityEvent sentEvent = AccessibilityEvent.obtain(
144 assertSame("The event should be recycled.", sentEvent, AccessibilityEvent.obtain());
149 AccessibilityEvent sentEvent = AccessibilityEvent.obtain();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java6 * You may obtain a copy of the License at
170 Message message = Message.obtain(mTarget, mAsuEventWhat);
181 Message message = Message.obtain(mTarget,
189 Message message = Message.obtain(mTarget,
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java6 * You may obtain a copy of the License at
171 mSourceNode = AccessibilityNodeInfo.obtain(info);
190 return AccessibilityNodeInfo.obtain(mSourceNode);
747 public static AccessibilityRecord obtain(AccessibilityRecord record) { method in class:AccessibilityRecord
748 AccessibilityRecord clone = AccessibilityRecord.obtain();
759 public static AccessibilityRecord obtain() { method in class:AccessibilityRecord
820 mSourceNode = AccessibilityNodeInfo.obtain(record.mSourceNode);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S6 @ You may obtain a copy of the License at
/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostNfcFService.java6 * You may obtain a copy of the License at
190 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET);
241 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET);
/frameworks/base/core/java/android/os/
H A DBinder.java6 * You may obtain a copy of the License at
661 Parcel data = Parcel.obtain(dataObj);
662 Parcel reply = Parcel.obtain(replyObj);
764 Parcel data = Parcel.obtain();
765 Parcel reply = Parcel.obtain();
778 Parcel data = Parcel.obtain();
779 Parcel reply = Parcel.obtain();
793 Parcel data = Parcel.obtain();
794 Parcel reply = Parcel.obtain();
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 702 milliseconds

1234567891011>>