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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingImageTransformState.java 6 * You may obtain a copy of the License at
55 public static MessagingImageTransformState obtain() { method in class:MessagingImageTransformState
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java 6 * You may obtain a copy of the License at
145 mWifiChannel.sendMessage(Message.obtain(this,
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
KeyboardInterceptor.java 6 * You may obtain a copy of the License at
100 KeyEventHolder.obtain(event, policyFlags, dispatchTime);
104 final KeyEventHolder holder = KeyEventHolder.obtain(event, policyFlags, dispatchTime);
161 public static KeyEventHolder obtain(KeyEvent event, int policyFlags, long dispatchTime) { method in class:KeyboardInterceptor.KeyEventHolder
166 holder.event = KeyEvent.obtain(event);
  /frameworks/base/services/core/java/com/android/server/lights/
LightsService.java 5 * You may obtain a copy of the License at
87 mH.sendMessageDelayed(Message.obtain(mH, 1, this), onMS);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 6 * You may obtain a copy of the License at
110 Message.obtain(mTrafficHandler, ADD_CLIENT, client).sendToTarget();
115 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
145 sendMessageDelayed(Message.obtain(this, TRAFFIC_STATS_POLL,
160 sendMessageDelayed(Message.obtain(this, TRAFFIC_STATS_POLL,
184 msg = Message.obtain(mTrafficHandler,
187 msg = Message.obtain(mTrafficHandler,
225 Message msg = Message.obtain();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RILRequest.java 6 * You may obtain a copy of the License at
75 private static RILRequest obtain(int request, Message result) { method in class:RILRequest
116 public static RILRequest obtain(int request, Message result, WorkSource workSource) { method in class:RILRequest
119 rr = obtain(request, result);
  /frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
AccessibilityRecordCompat.java 6 * You may obtain a copy of the License at
65 * @deprecated Use {@link AccessibilityRecord#obtain(AccessibilityRecord)} directly.
68 public static AccessibilityRecordCompat obtain(AccessibilityRecordCompat record) { method in class:AccessibilityRecordCompat
69 return new AccessibilityRecordCompat(AccessibilityRecord.obtain(record.mRecord));
78 * @deprecated Use {@link AccessibilityRecord#obtain()} directly.
81 public static AccessibilityRecordCompat obtain() { method in class:AccessibilityRecordCompat
82 return new AccessibilityRecordCompat(AccessibilityRecord.obtain());
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
RemoteControlClientCompat.java 6 * You may obtain a copy of the License at
42 public static RemoteControlClientCompat obtain(Context context, Object rcc) { method in class:RemoteControlClientCompat
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ViewInfoStore.java 6 * You may obtain a copy of the License at
64 record = InfoRecord.obtain();
145 record = InfoRecord.obtain();
182 record = InfoRecord.obtain();
198 record = InfoRecord.obtain();
310 static InfoRecord obtain() { method in class:ViewInfoStore.InfoRecord
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java 6 * You may obtain a copy of the License at
82 return Result.obtain(Result.CACHE_HIT_EXACT, size, entry);
94 return Result.obtain(Result.CACHE_HIT_LARGER, otherSize, entry);
107 return Result.obtain(Result.CACHE_HIT_SMALLER, otherSize, entry);
217 return obtain(CACHE_MISS, null, null, 0);
220 private static Result obtain(@Status int status, Point size, Entry entry) { method in class:ThumbnailCache.Result
221 return obtain(status, entry.mThumbnail, size, entry.mLastModified);
224 private static Result obtain(@Status int status, @Nullable Bitmap thumbnail, method in class:ThumbnailCache.Result
  /packages/services/Car/service/src/com/android/car/hal/
HalClient.java 6 * You may obtain a copy of the License at
239 mHandler.sendMessage(Message.obtain(
245 mHandler.sendMessage(Message.obtain(
251 mHandler.sendMessage(Message.obtain(
  /system/media/audio_utils/
fifo.cpp 6 * You may obtain a copy of the License at
182 ssize_t availToWrite = obtain(iovec, count, timeout);
197 ssize_t audio_utils_fifo_writer::obtain(audio_utils_iovec iovec[2], size_t count, function in class:audio_utils_fifo_writer
358 return obtain(NULL /*iovec*/, SIZE_MAX /*count*/, NULL /*timeout*/);
439 ssize_t availToRead = obtain(iovec, count, timeout, lost);
453 ssize_t audio_utils_fifo_reader::obtain(audio_utils_iovec iovec[2], size_t count, function in class:audio_utils_fifo_reader
457 return obtain(iovec, count, timeout, NULL /*lost*/);
513 ssize_t audio_utils_fifo_reader::obtain(audio_utils_iovec iovec[2], size_t count, function in class:audio_utils_fifo_reader
621 return obtain(NULL /*iovec*/, SIZE_MAX /*count*/, NULL /*timeout*/, lost);
627 ssize_t ret = obtain(iovec, SIZE_MAX /*count*/, NULL /*timeout*/, lost)
    [all...]
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 6 * You may obtain a copy of the License at
102 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 6 * You may obtain a copy of the License at
47 * object pool using {@link #obtain()} and {@link #recycle()} to reuse
71 public static TouchHistory obtain(float x, float y, float pressure) { method in class:TouchDisplayView.TouchHistory
154 TouchHistory data = TouchHistory.obtain(event.getX(0), event.getY(0),
184 TouchHistory data = TouchHistory.obtain(event.getX(index), event.getY(index),
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 6 * You may obtain a copy of the License at
47 * object pool using {@link #obtain()} and {@link #recycle()} to reuse
71 public static TouchHistory obtain(float x, float y, float pressure) { method in class:TouchDisplayView.TouchHistory
154 TouchHistory data = TouchHistory.obtain(event.getX(0), event.getY(0),
184 TouchHistory data = TouchHistory.obtain(event.getX(index), event.getY(index),
  /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));
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 6 * You may obtain a copy of the License at
47 * object pool using {@link #obtain()} and {@link #recycle()} to reuse
71 public static TouchHistory obtain(float x, float y, float pressure) { method in class:TouchDisplayView.TouchHistory
154 TouchHistory data = TouchHistory.obtain(event.getX(0), event.getY(0),
184 TouchHistory data = TouchHistory.obtain(event.getX(index), event.getY(index),
  /frameworks/base/core/java/android/speech/
RecognitionService.java 5 * use this file except in compliance with the License. You may obtain a copy of
273 Message.obtain(mHandler, MSG_RESET).sendToTarget();
310 Message.obtain(mHandler, MSG_RESET).sendToTarget();
346 service.mHandler.sendMessage(Message.obtain(service.mHandler,
357 service.mHandler.sendMessage(Message.obtain(service.mHandler,
367 service.mHandler.sendMessage(Message.obtain(service.mHandler,
SpeechRecognizer.java 6 * 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(mInternalHandler, MSG_READY_FOR_SPEECH, noiseParams).sendToTarget()
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 6 * You may obtain a copy of the License at
60 * - Run nComputeLineBreaks() to obtain line breaks for the paragraph.
70 * newer features. To build a static layout, first call {@link #obtain} with the required
79 * Obtain a builder for constructing StaticLayout objects.
89 public static Builder obtain(@NonNull CharSequence source, @IntRange(from = 0) int start, method in class:StaticLayout.Builder
277 * passed to {@link #obtain}.
516 Builder b = Builder.obtain(source, bufstart, bufend, paint, outerwidth)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ViewInfoStore.java 6 * You may obtain a copy of the License at
69 record = InfoRecord.obtain();
150 record = InfoRecord.obtain();
187 record = InfoRecord.obtain();
203 record = InfoRecord.obtain();
313 static InfoRecord obtain() { method in class:ViewInfoStore.InfoRecord
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
KeyEventDispatcherTest.java 6 * You may obtain a copy of the License at
588 timedMessages.add(Message.obtain(message));
  /frameworks/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 6 * You may obtain a copy of the License at
1028 static TypedArray obtain(Resources res, int len) { method in class:BridgeTypedArray
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 6 * You may obtain a copy of the License at
48 AccessibilityNodeInfo sentInfo = AccessibilityNodeInfo.obtain(new View(getContext()));
52 Parcel parcel = Parcel.obtain();
68 AccessibilityEvent firstInfo = AccessibilityEvent.obtain();
70 AccessibilityEvent secondInfo = AccessibilityEvent.obtain();
79 // obtain and populate an node info
80 AccessibilityNodeInfo populatedInfo = AccessibilityNodeInfo.obtain();
83 // recycle and obtain the same recycled instance
85 AccessibilityNodeInfo recycledInfo = AccessibilityNodeInfo.obtain();
96 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain();
    [all...]

Completed in 996 milliseconds

1 2 34 5 6 7 8 91011>>