Searched refs:obtain (Results 1 - 25 of 734) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerFactory.java6 * You may obtain a copy of the License at
31 public static VelocityTrackerInterface obtain(Context ctx) { method in class:VelocityTrackerFactory
35 return NoisyVelocityTracker.obtain();
37 return PlatformVelocityTracker.obtain();
H A DPlatformVelocityTracker.java6 * You may obtain a copy of the License at
34 public static PlatformVelocityTracker obtain() { method in class:PlatformVelocityTracker
39 tracker.setTracker(VelocityTracker.obtain());
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DTypedArray_Delegate.java6 * You may obtain a copy of the License at
32 /*package*/ static TypedArray obtain(Resources res, int len) { method in class:TypedArray_Delegate
33 return BridgeTypedArray.obtain(res, len);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java6 * You may obtain a copy of the License at
60 return obtain(this.key, this.rank, this.visible);
101 public static NotificationVisibility obtain(String key, int rank, boolean visible) { method in class:NotificationVisibility
102 NotificationVisibility vo = obtain();
109 private static NotificationVisibility obtain(Parcel in) { method in class:NotificationVisibility
110 NotificationVisibility vo = obtain();
115 private static NotificationVisibility obtain() { method in class:NotificationVisibility
152 return obtain(parcel);
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java6 * You may obtain a copy of the License at
119 Parcel data = Parcel.obtain();
120 Parcel reply = Parcel.obtain();
131 Parcel data = Parcel.obtain();
132 Parcel reply = Parcel.obtain();
144 Parcel data = Parcel.obtain();
145 Parcel reply = Parcel.obtain();
159 Parcel data = Parcel.obtain();
160 Parcel reply = Parcel.obtain();
186 Parcel data = Parcel.obtain();
[all...]
H A DCommonTimeUtils.java6 * You may obtain a copy of the License at
50 android.os.Parcel data = android.os.Parcel.obtain();
51 android.os.Parcel reply = android.os.Parcel.obtain();
71 android.os.Parcel data = android.os.Parcel.obtain();
72 android.os.Parcel reply = android.os.Parcel.obtain();
92 android.os.Parcel data = android.os.Parcel.obtain();
93 android.os.Parcel reply = android.os.Parcel.obtain();
113 android.os.Parcel data = android.os.Parcel.obtain();
114 android.os.Parcel reply = android.os.Parcel.obtain();
134 android.os.Parcel data = android.os.Parcel.obtain();
[all...]
H A DMessage.java6 * You may obtain a copy of the License at
30 * one of these is to call {@link #obtain Message.obtain()} or one of the
124 public static Message obtain() { method in class:Message
139 * Same as {@link #obtain()}, but copies the values of an existing
144 public static Message obtain(Message orig) { method in class:Message
145 Message m = obtain();
162 * Same as {@link #obtain()}, but sets the value for the <em>target</em> member on the Message returned.
166 public static Message obtain(Handler h) { method in class:Message
167 Message m = obtain();
180 public static Message obtain(Handler h, Runnable callback) { method in class:Message
195 public static Message obtain(Handler h, int what) { method in class:Message
211 public static Message obtain(Handler h, int what, Object obj) { method in class:Message
230 public static Message obtain(Handler h, int what, int arg1, int arg2) { method in class:Message
251 public static Message obtain(Handler h, int what, method in class:Message
[all...]
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiConfigurationTest.java6 * You may obtain a copy of the License at
50 Parcel parcelW = Parcel.obtain();
55 Parcel parcelR = Parcel.obtain();
63 Parcel parcelWW = Parcel.obtain();
87 Parcel parcelW = Parcel.obtain();
92 Parcel parcelR = Parcel.obtain();
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java6 * You may obtain a copy of the License at
157 Parcel data = Parcel.obtain();
158 Parcel reply = Parcel.obtain();
178 Parcel data = Parcel.obtain();
179 Parcel reply = Parcel.obtain();
194 Parcel data = Parcel.obtain();
195 Parcel reply = Parcel.obtain();
209 Parcel data = Parcel.obtain();
210 Parcel reply = Parcel.obtain();
223 Parcel data = Parcel.obtain();
[all...]
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelArrayBenchmark.java6 * You may obtain a copy of the License at
40 mWriteParcel = Parcel.obtain();
46 mByteParcel = Parcel.obtain();
48 mIntParcel = Parcel.obtain();
50 mLongParcel = Parcel.obtain();
/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java6 * You may obtain a copy of the License at
25 public static char[] obtain(int len) { method in class:TemporaryBuffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DProgressTransformState.java6 * You may obtain a copy of the License at
37 public static ProgressTransformState obtain() { method in class:ProgressTransformState
/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java6 * 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().
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DAdvertiseDataTest.java6 * You may obtain a copy of the License at
42 Parcel parcel = Parcel.obtain();
53 Parcel parcel = Parcel.obtain();
64 Parcel parcel = Parcel.obtain();
79 Parcel parcel = Parcel.obtain();
94 Parcel parcel = Parcel.obtain();
110 Parcel parcel = Parcel.obtain();
131 Parcel parcel = Parcel.obtain();
/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java6 * You may obtain a copy of the License at
118 SomeArgs args = SomeArgs.obtain();
146 SomeArgs args = SomeArgs.obtain();
153 SomeArgs args = SomeArgs.obtain();
160 SomeArgs args = SomeArgs.obtain();
169 SomeArgs args = SomeArgs.obtain();
178 SomeArgs args = SomeArgs.obtain();
187 SomeArgs args = SomeArgs.obtain();
194 SomeArgs args = SomeArgs.obtain();
203 SomeArgs args = SomeArgs.obtain();
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DTouchUtils.java6 * You may obtain a copy of the License at
45 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
52 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
58 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
76 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
83 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL,
103 MotionEvent event = MotionEvent.obtain(downTime, eventTime,
110 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
116 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
140 MotionEvent event = MotionEvent.obtain(downTim
[all...]
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java6 * You may obtain a copy of the License at
250 putMessage(Message.obtain(mHandler, MSG_CHANGE_LISTENER, listener));
295 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));
310 putMessage(Message.obtain(mHandler, MSG_STOP));
320 putMessage(Message.obtain(mHandler, MSG_CANCEL));
472 Message.obtain(mInternalHandler, MSG_BEGINNING_OF_SPEECH).sendToTarget();
476 Message.obtain(mInternalHandler, MSG_BUFFER_RECEIVED, buffer).sendToTarget();
480 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget();
484 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget();
488 Message.obtain(mInternalHandle
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java6 * You may obtain a copy of the License at
38 VelocityTracker vt = VelocityTracker.obtain();
50 VelocityTracker vt = VelocityTracker.obtain();
65 VelocityTracker vt = VelocityTracker.obtain();
76 VelocityTracker vt = VelocityTracker.obtain();
88 VelocityTracker vt = VelocityTracker.obtain();
101 VelocityTracker vt = VelocityTracker.obtain();
118 VelocityTracker vt = VelocityTracker.obtain();
135 VelocityTracker vt = VelocityTracker.obtain();
157 VelocityTracker vt = VelocityTracker.obtain();
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockAccessibilityDelegateTest.java6 * You may obtain a copy of the License at
50 AccessibilityEvent ev = AccessibilityEvent.obtain();
59 AccessibilityEvent ev = AccessibilityEvent.obtain();
68 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfo.java6 * You may obtain a copy of the License at
90 Message message = Message.obtain();
104 Message message = Message.obtain();
116 Message message = Message.obtain();
/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelArrayPerfTest.java5 * use this file except in compliance with the License. You may obtain a copy of
63 mWriteParcel = Parcel.obtain();
69 mByteParcel = Parcel.obtain();
71 mIntParcel = Parcel.obtain();
73 mLongParcel = Parcel.obtain();
/frameworks/base/core/java/android/view/
H A DMagnificationSpec.java6 * You may obtain a copy of the License at
65 public static MagnificationSpec obtain(MagnificationSpec other) { method in class:MagnificationSpec
66 MagnificationSpec info = obtain();
73 public static MagnificationSpec obtain() { method in class:MagnificationSpec
157 MagnificationSpec spec = MagnificationSpec.obtain();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalDeniedReceiver.java6 * You may obtain a copy of the License at
33 Parcel data = Parcel.obtain();
H A DLocalGrantedReceiver.java6 * You may obtain a copy of the License at
33 Parcel data = Parcel.obtain();
H A DLocalService.java6 * You may obtain a copy of the License at
58 Parcel data = Parcel.obtain();
76 Parcel data = Parcel.obtain();
97 Parcel data = Parcel.obtain();
113 Parcel data = Parcel.obtain();

Completed in 625 milliseconds

1234567891011>>