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

1 2 3

  /external/glide/library/src/main/java/com/bumptech/glide/signature/
EmptySignature.java 14 public static EmptySignature obtain() { method in class:EmptySignature
ApplicationVersionSignature.java 23 public static Key obtain(Context context) { method in class:ApplicationVersionSignature
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapResource.java 23 public static BitmapResource obtain(Bitmap bitmap, BitmapPool bitmapPool) { method in class:BitmapResource
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifBitmapProvider.java 17 public Bitmap obtain(int width, int height, Bitmap.Config config) { method in class:GifBitmapProvider
GifResourceDecoder.java 58 final GifHeaderParser parser = parserPool.obtain(data);
59 final GifDecoder decoder = decoderPool.obtain(provider);
120 public synchronized GifDecoder obtain(GifDecoder.BitmapProvider bitmapProvider) { method in class:GifResourceDecoder.GifDecoderPool
138 public synchronized GifHeaderParser obtain(byte[] data) { method in class:GifResourceDecoder.GifHeaderParserPool
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
PreloadTarget.java 21 public static <Z> PreloadTarget<Z> obtain(int width, int height) { method in class:PreloadTarget
  /cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
IsolatedService.java 6 * You may obtain a copy of the License at
47 msg.replyTo.send(Message.obtain(null, MSG_SECCOMP_RESULT, result, 0));
  /cts/hostsidetests/devicepolicy/app/MeteredDataTestApp/src/com/android/cts/devicepolicy/metereddatatestapp/
MainActivity.java 6 * You may obtain a copy of the License at
54 callbackMessenger.send(Message.obtain(null,
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityRecordTest.java 6 * You may obtain a copy of the License at
39 * Tests the cloning obtain method.
43 AccessibilityRecord originalRecord = AccessibilityRecord.obtain();
45 AccessibilityRecord cloneRecord = AccessibilityRecord.obtain(originalRecord);
54 // obtain and populate an event
55 AccessibilityRecord populatedRecord = AccessibilityRecord.obtain();
58 // recycle and obtain the same recycled instance
60 AccessibilityRecord recycledRecord = AccessibilityRecord.obtain();
110 record.setParcelableData(Message.obtain(null, 1, 2, 3));
AccessibilityEventTest.java 6 * You may obtain a copy of the License at
42 AccessibilityEvent sentEvent = AccessibilityEvent.obtain();
46 Parcel parcel = Parcel.obtain();
62 AccessibilityEvent firstEvent = AccessibilityEvent.obtain();
64 AccessibilityEvent secondEvent = AccessibilityEvent.obtain();
73 // obtain and populate an event
74 AccessibilityEvent populatedEvent = AccessibilityEvent.obtain();
77 // recycle and obtain the same recycled instance
79 AccessibilityEvent recycledEvent = AccessibilityEvent.obtain();
127 AccessibilityEvent event = AccessibilityEvent.obtain();
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestProcessService.java 6 * You may obtain a copy of the License at
69 Message m = Message.obtain(null, REPLY_EXCEPTION);
79 msg.replyTo.send(Message.obtain(null, REPLY_OK));
TestProcessClient.java 6 * You may obtain a copy of the License at
102 Message m = Message.obtain(null, TestProcessService.MSG_RUN_TEST);
131 mService.send(Message.obtain(null, TestProcessService.MSG_EXIT_PROCESS));
  /cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
AlertWindowService.java 6 * You may obtain a copy of the License at
102 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_ADDED));
119 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_REMOVED));
  /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
SomeArgs.java 6 * You may obtain a copy of the License at
59 public static SomeArgs obtain() { method in class:SomeArgs
MbmsDownloadTestBase.java 6 * You may obtain a copy of the License at
72 SomeArgs args = SomeArgs.obtain();
82 SomeArgs args = SomeArgs.obtain();
89 mMiddlewareReadyCalls.add(SomeArgs.obtain());
MbmsGroupCallTestBase.java 6 * You may obtain a copy of the License at
66 SomeArgs args = SomeArgs.obtain();
75 mMiddlewareReadyCalls.add(SomeArgs.obtain());
82 SomeArgs args = SomeArgs.obtain();
91 SomeArgs args = SomeArgs.obtain();
MbmsStreamingTestBase.java 6 * You may obtain a copy of the License at
66 SomeArgs args = SomeArgs.obtain();
74 SomeArgs args = SomeArgs.obtain();
81 mMiddlewareReadyCalls.add(SomeArgs.obtain());
  /external/glide/library/src/main/java/com/bumptech/glide/util/
ExceptionCatchingInputStream.java 23 public static ExceptionCatchingInputStream obtain(RecyclableBufferedInputStream toWrap) { method in class:ExceptionCatchingInputStream
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
RepresenterTest.java 6 * You may obtain a copy of the License at
188 public int obtain() { method in class:RepresenterTest.EmptyBean
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 5 * You may obtain a copy of the License at
92 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
100 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
108 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
AlertWindowsImportanceTests.java 6 * You may obtain a copy of the License at
109 mService.send(Message.obtain(null, AlertWindowService.MSG_REMOVE_ALL_ALERT_WINDOWS));
158 mService.send(Message.obtain(null, AlertWindowService.MSG_ADD_ALERT_WINDOW));
166 mService.send(Message.obtain(null, AlertWindowService.MSG_REMOVE_ALERT_WINDOW));
  /cts/tests/tests/security/src/android/security/cts/
MotionEventTest.java 6 * You may obtain a copy of the License at
201 MotionEvent event = MotionEvent.obtain(downTime, eventTime, action, x, y, 0);
216 mOutsideEvents.add(MotionEvent.obtain(e));
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 6 * You may obtain a copy of the License at
108 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_FAILURE, failingTest, 0, null));
116 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_SUCCESS));
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityWindowInfo.java 58 protected static AccessibilityWindowInfo obtain() { method in class:ShadowAccessibilityWindowInfo
67 protected static AccessibilityWindowInfo obtain(AccessibilityWindowInfo window) { method in class:ShadowAccessibilityWindowInfo
103 * Check for leaked objects that were {@code obtain}ed but never
107 * to {@code obtain} that lack matching calls to {@code recycle} are
192 return (rootNode == null) ? null : AccessibilityNodeInfo.obtain(rootNode);
  /frameworks/base/apct-tests/perftests/core/src/android/os/
ParcelPerfTest.java 5 * use this file except in compliance with the License. You may obtain a copy of
45 mParcel = Parcel.obtain();
167 Parcel.obtain();
172 Parcel.obtain().recycle();
202 Parcel p = Parcel.obtain();
221 Parcel p = Parcel.obtain();

Completed in 517 milliseconds

1 2 3