HomeSort by relevance Sort by last modified time
    Searched defs:obtain (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /frameworks/base/graphics/java/android/graphics/
TemporaryBuffer.java 6 * You may obtain a copy of the License at
25 public static char[] obtain(int len) { method in class:TemporaryBuffer
  /frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatJellyBean.java 6 * You may obtain a copy of the License at
56 public static Object obtain(View root, int virtualDescendantId) { method in class:AccessibilityNodeInfoCompatJellyBean
57 return AccessibilityNodeInfo.obtain(root, virtualDescendantId);
  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 6 * You may obtain a copy of the License at
82 return obtain(GROUP, groupPosition, 0, 0);
86 return obtain(CHILD, groupPosition, childPosition, 0);
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { method in class:ExpandableListPosition
129 * Do not call this unless you obtained this via ExpandableListPosition.obtain().
Chronometer.java 6 * 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);
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 6 * You may obtain a copy of the License at
174 mAccessibilityManager.sendAccessibilityEvent(AccessibilityEvent.obtain(
AccessibilityRecordTest.java 6 * You may obtain a copy of the License at
52 * Tests the cloning obtain method.
56 AccessibilityRecord originalRecord = AccessibilityRecord.obtain();
58 AccessibilityRecord cloneRecord = AccessibilityRecord.obtain(originalRecord);
67 // obtain and populate an event
68 AccessibilityRecord populatedRecord = AccessibilityRecord.obtain();
71 // recycle and obtain the same recycled instance
73 AccessibilityRecord recycledRecord = AccessibilityRecord.obtain();
123 record.setParcelableData(Message.obtain(null, 1, 2, 3));
AccessibilityEventTest.java 6 * You may obtain a copy of the License at
54 AccessibilityEvent sentEvent = AccessibilityEvent.obtain();
58 Parcel parcel = Parcel.obtain();
72 AccessibilityEvent firstEvent = AccessibilityEvent.obtain();
74 AccessibilityEvent secondEvent = AccessibilityEvent.obtain();
83 // obtain and populate an event
84 AccessibilityEvent populatedEvent = AccessibilityEvent.obtain();
87 // recycle and obtain the same recycled instance
89 AccessibilityEvent recycledEvent = AccessibilityEvent.obtain();
135 AccessibilityEvent event = AccessibilityEvent.obtain();
    [all...]
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 6 * You may obtain a copy of the License at
132 injectPointerEvent(MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, x, y, 0));
133 injectPointerEvent(MotionEvent.obtain(now, now, MotionEvent.ACTION_UP, x, y, 0));
139 injectPointerEvent(MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, x1, y1, 0));
142 injectPointerEvent(MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE,
145 injectPointerEvent(MotionEvent.obtain(now, now, MotionEvent.ACTION_UP, x2, y2, 0));
  /frameworks/base/core/jni/
android_view_KeyEvent.cpp 6 * You may obtain a copy of the License at
33 jmethodID obtain; member in struct:android::__anon16840
53 gKeyEventClassInfo.obtain,
140 GET_STATIC_METHOD_ID(gKeyEventClassInfo.obtain, gKeyEventClassInfo.clazz,
141 "obtain", "(JJIIIIIIIILjava/lang/String;)Landroid/view/KeyEvent;");
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 6 * You may obtain a copy of the License at
279 assertWriteToParcel(createConfig(null), Parcel.obtain());
280 assertWriteToParcel(createConfig(Locale.JAPAN), Parcel.obtain());
  /frameworks/base/core/java/android/os/
Message.java 6 * You may obtain a copy of the License at
28 * one of these is to call {@link #obtain Message.obtain()} or one of the
106 public static Message obtain() { method in class:Message
120 * Same as {@link #obtain()}, but copies the values of an existing
125 public static Message obtain(Message orig) { method in class:Message
126 Message m = obtain();
142 * Same as {@link #obtain()}, but sets the value for the <em>target</em> member on the Message returned.
146 public static Message obtain(Handler h) { method in class:Message
147 Message m = obtain();
160 public static Message obtain(Handler h, Runnable callback) { method in class:Message
175 public static Message obtain(Handler h, int what) { method in class:Message
191 public static Message obtain(Handler h, int what, Object obj) { method in class:Message
210 public static Message obtain(Handler h, int what, int arg1, int arg2) { method in class:Message
231 public static Message obtain(Handler h, int what, method in class:Message
    [all...]
  /frameworks/base/core/java/android/speech/
RecognitionService.java 5 * use this file except in compliance with the License. You may obtain a copy of
254 Message.obtain(mHandler, MSG_RESET).sendToTarget();
291 Message.obtain(mHandler, MSG_RESET).sendToTarget();
317 mInternalService.mHandler.sendMessage(Message.obtain(mInternalService.mHandler,
326 mInternalService.mHandler.sendMessage(Message.obtain(mInternalService.mHandler,
334 mInternalService.mHandler.sendMessage(Message.obtain(mInternalService.mHandler,
SpeechRecognizer.java 6 * You may obtain a copy of the License at
244 putMessage(Message.obtain(mHandler, MSG_CHANGE_LISTENER, listener));
289 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));
304 putMessage(Message.obtain(mHandler, MSG_STOP));
314 putMessage(Message.obtain(mHandler, MSG_CANCEL));
458 Message.obtain(mInternalHandler, MSG_BEGINNING_OF_SPEECH).sendToTarget();
462 Message.obtain(mInternalHandler, MSG_BUFFER_RECEIVED, buffer).sendToTarget();
466 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget();
470 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget();
474 Message.obtain(mInternalHandler, MSG_READY_FOR_SPEECH, noiseParams).sendToTarget()
    [all...]
  /frameworks/base/core/java/android/text/
MeasuredText.java 6 * You may obtain a copy of the License at
51 static MeasuredText obtain() { method in class:MeasuredText
  /frameworks/base/core/java/android/view/
DragEvent.java 6 * You may obtain a copy of the License at
266 static DragEvent obtain() { method in class:DragEvent
267 return DragEvent.obtain(0, 0f, 0f, null, null, null, false);
271 public static DragEvent obtain(int action, float x, float y, Object localState, method in class:DragEvent
294 public static DragEvent obtain(DragEvent source) { method in class:DragEvent
295 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
488 DragEvent event = DragEvent.obtain();
VelocityTracker.java 6 * You may obtain a copy of the License at
28 * Use {@link #obtain} to retrieve a new instance of the class when you are going
75 static public VelocityTracker obtain() { method in class:VelocityTracker
88 public static VelocityTracker obtain(String strategy) { method in class:VelocityTracker
90 return obtain();
  /frameworks/base/core/java/android/webkit/
GeolocationPermissionsClassic.java 6 * You may obtain a copy of the License at
108 postUIMessage(Message.obtain(null, RETURN_ORIGINS, values));
118 postUIMessage(Message.obtain(null, RETURN_ALLOWED, retValues));
177 postMessage(Message.obtain(null, GET_ORIGINS, callback));
198 postMessage(Message.obtain(null, GET_ALLOWED, values));
208 postMessage(Message.obtain(null, CLEAR, origin));
217 postMessage(Message.obtain(null, ALLOW, origin));
223 postMessage(Message.obtain(null, CLEAR_ALL));
WebStorageClassic.java 6 * You may obtain a copy of the License at
124 postUIMessage(Message.obtain(null, RETURN_ORIGINS, values));
139 postUIMessage(Message.obtain(null, RETURN_USAGE_ORIGIN, retValues));
154 postUIMessage(Message.obtain(null, RETURN_QUOTA_ORIGIN, retValues));
185 postMessage(Message.obtain(null, GET_ORIGINS, callback));
219 postMessage(Message.obtain(null, GET_USAGE_ORIGIN, values));
240 postMessage(Message.obtain(null, GET_QUOTA_ORIGIN, values));
250 postMessage(Message.obtain(null, SET_QUOTA_ORIGIN,
262 postMessage(Message.obtain(null, DELETE_ORIGIN,
273 postMessage(Message.obtain(null, DELETE_ALL))
    [all...]
  /frameworks/base/services/java/com/android/server/
LightsService.java 6 * You may obtain a copy of the License at
99 mH.sendMessageDelayed(Message.obtain(mH, 1, this), onMS);
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 6 * You may obtain a copy of the License at
30 public static Object obtain() { method in class:AccessibilityNodeInfoCompatIcs
31 return AccessibilityNodeInfo.obtain();
34 public static Object obtain(View source) { method in class:AccessibilityNodeInfoCompatIcs
35 return AccessibilityNodeInfo.obtain(source);
38 public static Object obtain(Object info) { method in class:AccessibilityNodeInfoCompatIcs
39 return AccessibilityNodeInfo.obtain((AccessibilityNodeInfo) info);
AccessibilityRecordCompatIcs.java 6 * You may obtain a copy of the License at
30 public static Object obtain() { method in class:AccessibilityRecordCompatIcs
31 return AccessibilityRecord.obtain();
34 public static Object obtain(Object record) { method in class:AccessibilityRecordCompatIcs
35 return AccessibilityRecord.obtain((AccessibilityRecord) record);
  /hardware/ril/mock-ril/src/java/com/android/internal/communication/
Msg.java 6 * You may obtain a copy of the License at
82 public static Msg obtain() { method in class:Msg
215 Msg msg = Msg.obtain();
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 6 * You may obtain a copy of the License at
186 mEventQueue.add(AccessibilityEvent.obtain(event));
329 AccessibilityNodeInfo rootClone = AccessibilityNodeInfo.obtain(root);
343 AccessibilityNodeInfo childClone = AccessibilityNodeInfo.obtain(child);
355 AccessibilityNodeInfo parentClone = AccessibilityNodeInfo.obtain(parent);
371 AccessibilityNodeInfo targetClone = AccessibilityNodeInfo.obtain(target);
422 AccessibilityNodeInfo currentClone = AccessibilityNodeInfo.obtain(current);
435 AccessibilityNodeInfo currentClone = AccessibilityNodeInfo.obtain(current);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 6 * You may obtain a copy of the License at
205 Message msg = Message.obtain(null, BluetoothHDPService.MSG_REG_CLIENT);
311 mHealthService.send(Message.obtain(null, what, value, 0));
328 mHealthService.send(Message.obtain(null, what, mDevice));
BluetoothHDPService.java 6 * You may obtain a copy of the License at
273 mClient.send(Message.obtain(null, what, value, 0));

Completed in 212 milliseconds

1 2 3 4