HomeSort by relevance Sort by last modified time
    Searched defs:obtain (Results 101 - 125 of 282) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 6 * You may obtain a copy of the License at
305 handler.sendMessage(Message.obtain(handler, START_TEST, frameDelay, 0));
382 mHandler.sendMessage(Message.obtain(mHandler, END_TEST));
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 88 public static <A, T, Z, R> GenericRequest<A, T, Z, R> obtain( method in class:GenericRequest
  /frameworks/base/core/java/android/content/res/
TypedArray.java 6 * You may obtain a copy of the License at
49 static TypedArray obtain(Resources res, int len) { method in class:TypedArray
    [all...]
  /frameworks/base/core/java/android/text/
MeasuredParagraph.java 6 * You may obtain a copy of the License at
72 private static @NonNull MeasuredParagraph obtain() { // Use build static functions instead. method in class:MeasuredParagraph
330 final MeasuredParagraph mt = recycle == null ? obtain() : recycle;
356 final MeasuredParagraph mt = recycle == null ? obtain() : recycle;
407 final MeasuredParagraph mt = recycle == null ? obtain() : recycle;
TextLine.java 6 * You may obtain a copy of the License at
40 * <p>Get a new instance using obtain(), and when finished with it, return it
89 public static TextLine obtain() { method in class:TextLine
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 6 * You may obtain a copy of the License at
780 public static KeyState obtain(int deviceId, int source, int keyCode) { method in class:InputEventConsistencyVerifier.KeyState
    [all...]
KeyCharacterMap.java 6 * You may obtain a copy of the License at
395 FallbackAction action = FallbackAction.obtain();
757 public static FallbackAction obtain() { method in class:KeyCharacterMap.FallbackAction
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 6 * You may obtain a copy of the License at
112 mWindowCache.put(windowId, AccessibilityWindowInfo.obtain(window));
228 info = AccessibilityNodeInfo.obtain(info);
260 windows.add(AccessibilityWindowInfo.obtain(window));
274 return AccessibilityWindowInfo.obtain(window);
336 AccessibilityNodeInfo clone = AccessibilityNodeInfo.obtain(info);
AccessibilityWindowInfo.java 6 * You may obtain a copy of the License at
430 public static AccessibilityWindowInfo obtain() { method in class:AccessibilityWindowInfo
449 public static AccessibilityWindowInfo obtain(AccessibilityWindowInfo info) { method in class:AccessibilityWindowInfo
450 AccessibilityWindowInfo infoClone = obtain();
475 * Specify a counter that will be incremented on obtain() and decremented on recycle()
777 AccessibilityWindowInfo info = obtain();
AccessibilityEvent.java 6 * You may obtain a copy of the License at
1085 public static AccessibilityEvent obtain(int eventType) { method in class:AccessibilityEvent
1099 public static AccessibilityEvent obtain(AccessibilityEvent event) { method in class:AccessibilityEvent
1122 public static AccessibilityEvent obtain() { method in class:AccessibilityEvent
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 6 * You may obtain a copy of the License at
331 mAsyncHandler.sendMessage(Message.obtain(mAsyncHandler, 1, scp));
500 mHandler.sendMessage(Message.obtain(mHandler,
510 mHandler.sendMessage(Message.obtain(mHandler,
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 6 * You may obtain a copy of the License at
124 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, flPos,
163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP,
176 return PositionMetadata.obtain(flPos, ExpandableListPosition.CHILD,
243 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, groupPos, -1,
274 return PositionMetadata.obtain(pos.groupPos, pos.type,
304 return PositionMetadata.obtain(midExpGm.flPos, pos.type,
308 return PositionMetadata.obtain(midExpGm.flPos + pos.childPos
347 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos,
361 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos
902 static GroupMetadata obtain(int flPos, int lastChildFlPos, int gPos, long gId) { method in class:ExpandableListConnector.GroupMetadata
994 static PositionMetadata obtain(int flatListPos, int type, int groupPos, method in class:ExpandableListConnector.PositionMetadata
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 6 * You may obtain a copy of the License at
457 Message msg = Message.obtain();
493 Message msg = Message.obtain();
505 Message msg = Message.obtain();
519 Message msg = Message.obtain();
535 Message msg = Message.obtain();
550 Message msg = Message.obtain();
579 Message msg = Message.obtain();
592 Message msg = Message.obtain();
607 Message msg = Message.obtain();
782 private static SyncMessenger obtain() { method in class:AsyncChannel.SyncMessenger
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 6 * You may obtain a copy of the License at
67 jmethodID obtain; member in struct:android::parcel_offsets_t
85 return env->CallStaticObjectMethod(gParcelOffsets.clazz, gParcelOffsets.obtain);
831 gParcelOffsets.obtain = GetStaticMethodIDOrDie(env, clazz, "obtain", "()Landroid/os/Parcel;");
android_view_MotionEvent.cpp 6 * You may obtain a copy of the License at
41 jmethodID obtain; member in struct:android::__anon45700
84 gMotionEventClassInfo.obtain);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 6 * You may obtain a copy of the License at
437 TextViewTransformState result = TextViewTransformState.obtain();
442 ActionListTransformState result = ActionListTransformState.obtain();
447 MessagingLayoutTransformState result = MessagingLayoutTransformState.obtain();
452 MessagingImageTransformState result = MessagingImageTransformState.obtain();
457 ImageTransformState result = ImageTransformState.obtain();
465 ProgressTransformState result = ProgressTransformState.obtain();
469 TransformState result = obtain();
570 public static TransformState obtain() { method in class:TransformState
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 6 * You may obtain a copy of the License at
282 Message msg = Message.obtain(null, TestService.CMD_START_TEST, bundle);
339 Message msg = Message.obtain(null, TestService.CMD_TERMINATE);
362 mHandler.sendMessageDelayed(Message.obtain(null, MSG_DO_NEXT_TEST), 100);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 6 * You may obtain a copy of the License at
75 mHandler.sendMessage(Message.obtain());
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 6 * You may obtain a copy of the License at
74 public static LauncherIcons obtain(Context context) { method in class:LauncherIcons
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
NetworkedVirtualDisplay.java 6 * You may obtain a copy of the License at
128 mHandler.sendMessage(Message.obtain(mHandler, MSG_START));
294 mHandler.sendMessage(Message.obtain(mHandler, MSG_STOP));
295 mHandler.sendMessage(Message.obtain(mHandler, MSG_START));
315 sendMessage(Message.obtain(this, MSG_START));
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 7 ** You may obtain a copy of the License at
242 mDstPixel.setTo(regs.obtain(), &mCbFormat);
263 parts.dither = reg_t(regs.obtain());
271 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
358 int Rx = scratches.obtain();
359 int Ry = scratches.obtain();
374 int tx = scratches.obtain();
375 int ty = scratches.obtain();
390 int Rs = scratches.obtain();
404 int dfdx = scratches.obtain();
1119 int RegisterAllocator::RegisterFile::obtain() function in class:android::RegisterAllocator::RegisterFile
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationGestureHandler.java 6 * You may obtain a copy of the License at
295 event = MotionEvent.obtain(event.getDownTime(),
316 queue.add(MotionEvent.obtain(event));
986 public static MotionEventInfo obtain(MotionEvent event, MotionEvent rawEvent, method in class:MagnificationGestureHandler.MotionEventInfo
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 5 * in compliance with the License. You may obtain a copy of the License at
552 mMotionEvents.add(MotionEvent.obtain(motionEvent));
  /external/doclava/src/com/google/doclava/
Converter.java 6 * You may obtain a copy of the License at
86 * Adds additional APIs to be available from calls to obtain() methods.
327 return (ClassInfo) mClasses.obtain(o);
447 return (MethodInfo) mMethods.obtain(o);
549 return (FieldInfo) mFields.obtain(o);
553 return (FieldInfo) mFields.obtain(o);
571 return (PackageInfo) mPackagees.obtain(o);
583 return (TypeInfo) mTypes.obtain(o);
668 return (TypeInfo) mTypesFromString.obtain(type);
690 return (MemberInfo) mMembers.obtain(o)
743 Object obtain(Object o) { method in class:Converter.Cache
    [all...]
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 146 public Bitmap obtain(int width, int height, Bitmap.Config config); method in interface:GifDecoder.BitmapProvider
688 Bitmap result = bitmapProvider.obtain(header.width, header.height, BITMAP_CONFIG);

Completed in 1263 milliseconds

1 2 3 45 6 7 8 91011>>