Searched defs:obtain (Results 1 - 25 of 60) sorted by relevance

123

/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/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());
H A DNoisyVelocityTracker.java6 * You may obtain a copy of the License at
51 public static NoisyVelocityTracker obtain() { method in class:NoisyVelocityTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DActionListTransformState.java6 * You may obtain a copy of the License at
38 public static ActionListTransformState obtain() { method in class:ActionListTransformState
H A DProgressTransformState.java6 * You may obtain a copy of the License at
37 public static ProgressTransformState obtain() { method in class:ProgressTransformState
H A DTextViewTransformState.java6 * You may obtain a copy of the License at
72 public static TextViewTransformState obtain() { method in class:TextViewTransformState
H A DHeaderTransformState.java6 * You may obtain a copy of the License at
42 mWorkProfileState = TransformState.obtain();
101 public static HeaderTransformState obtain() { method in class:HeaderTransformState
H A DImageTransformState.java6 * You may obtain a copy of the License at
107 public static ImageTransformState obtain() { method in class:ImageTransformState
/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);
H A DBridgeTypedArray.java6 * You may obtain a copy of the License at
952 static TypedArray obtain(Resources res, int len) { method in class:BridgeTypedArray
/frameworks/base/core/java/android/view/
H A DDragAndDropPermissions.java6 ** You may obtain a copy of the License at
67 public static DragAndDropPermissions obtain(DragEvent dragEvent) { method in class:DragAndDropPermissions
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();
H A DWindowInfo.java6 * You may obtain a copy of the License at
54 public static WindowInfo obtain() { method in class:WindowInfo
62 public static WindowInfo obtain(WindowInfo other) { method in class:WindowInfo
63 WindowInfo window = obtain();
165 WindowInfo window = obtain();
H A DDragEvent.java6 * You may obtain a copy of the License at
284 static DragEvent obtain() { method in class:DragEvent
285 return DragEvent.obtain(0, 0f, 0f, null, null, null, null, false);
289 public static DragEvent obtain(int action, float x, float y, Object localState, method in class:DragEvent
314 public static DragEvent obtain(DragEvent source) { method in class:DragEvent
315 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
524 DragEvent event = DragEvent.obtain();
H A DVelocityTracker.java6 * You may obtain a copy of the License at
25 * Use {@link #obtain} to retrieve a new instance of the class when you are going
57 static public VelocityTracker obtain() { method in class:VelocityTracker
71 public static VelocityTracker obtain(String strategy) { method in class:VelocityTracker
73 return obtain();
/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/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/support/compat/api21/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompatApi21.java6 * You may obtain a copy of the License at
27 public static Object obtain() { method in class:AccessibilityWindowInfoCompatApi21
28 return AccessibilityWindowInfo.obtain();
31 public static Object obtain(Object info) { method in class:AccessibilityWindowInfoCompatApi21
32 return AccessibilityWindowInfo.obtain((AccessibilityWindowInfo) info);
/frameworks/base/core/java/android/text/
H A DMeasuredText.java6 * You may obtain a copy of the License at
51 static MeasuredText obtain() { method in class:MeasuredText
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java6 * You may obtain a copy of the License at
62 public static SomeArgs obtain() { method in class:SomeArgs
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp6 * You may obtain a copy of the License at
37 jmethodID obtain; member in struct:android::__anon945
57 gKeyEventClassInfo.obtain,
133 gKeyEventClassInfo.obtain = GetStaticMethodIDOrDie(env, gKeyEventClassInfo.clazz,
134 "obtain", "(JJIIIIIIIILjava/lang/String;)Landroid/view/KeyEvent;");
/frameworks/support/compat/jellybean/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatJellyBean.java6 * 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/support/v7/mediarouter/src/android/support/v7/media/
H A DRemoteControlClientCompat.java6 * You may obtain a copy of the License at
40 public static RemoteControlClientCompat obtain(Context context, Object rcc) { method in class:RemoteControlClientCompat
/frameworks/base/core/java/android/os/
H A DMessage.java6 * You may obtain a copy of the License at
28 * one of these is to call {@link #obtain Message.obtain()} or one of the
122 public static Message obtain() { method in class:Message
137 * Same as {@link #obtain()}, but copies the values of an existing
142 public static Message obtain(Message orig) { method in class:Message
143 Message m = obtain();
160 * Same as {@link #obtain()}, but sets the value for the <em>target</em> member on the Message returned.
164 public static Message obtain(Handler h) { method in class:Message
165 Message m = obtain();
178 public static Message obtain(Handler h, Runnable callback) { method in class:Message
193 public static Message obtain(Handler h, int what) { method in class:Message
209 public static Message obtain(Handler h, int what, Object obj) { method in class:Message
228 public static Message obtain(Handler h, int what, int arg1, int arg2) { method in class:Message
249 public static Message obtain(Handler h, int what, method in class:Message
[all...]

Completed in 513 milliseconds

123