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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 6 * You may obtain a copy of the License at
791 public static AccessibilityRecord obtain(AccessibilityRecord record) { method in class:AccessibilityRecord
792 AccessibilityRecord clone = AccessibilityRecord.obtain();
803 public static AccessibilityRecord obtain() { method in class:AccessibilityRecord
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
AccessibilityCacheTest.java 6 * You may obtain a copy of the License at
95 AccessibilityEvent event = AccessibilityEvent.obtain();
118 windowInfo = AccessibilityWindowInfo.obtain();
122 copyOfInfo = AccessibilityWindowInfo.obtain(windowInfo);
158 windowInfo1 = AccessibilityWindowInfo.obtain();
161 windowInfo2 = AccessibilityWindowInfo.obtain();
191 AccessibilityEvent.obtain(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED));
199 AccessibilityEvent.obtain(AccessibilityEvent.TYPE_WINDOWS_CHANGED));
209 nodeCopy = AccessibilityNodeInfo.obtain(nodeInfo);
229 nodeInfo2 = AccessibilityNodeInfo.obtain(nodeInfo1)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingLayoutTransformState.java 6 * You may obtain a copy of the License at
48 public static MessagingLayoutTransformState obtain() { method in class:MessagingLayoutTransformState
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 6 * You may obtain a copy of the License at
298 mEventQueue = MotionEventHolder.obtain(event, policyFlags);
305 MotionEventHolder holder = MotionEventHolder.obtain(event, policyFlags);
344 MotionEvent transformedEvent = MotionEvent.obtain(event);
528 public static MotionEventHolder obtain(MotionEvent event, int policyFlags) { method in class:AccessibilityInputFilter.MotionEventHolder
533 holder.event = MotionEvent.obtain(event);
TouchExplorer.java 6 ** You may obtain a copy of the License at
418 MotionEvent click_event = MotionEvent.obtain(event.getDownTime(),
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 6 * You may obtain a copy of the License at
146 mHandler.sendMessage(Message.obtain());
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 6 * You may obtain a copy of the License at
178 mMessenger.send(Message.obtain(mHandler, MESSAGE_FINISH, 0, 0));
351 mMessenger.send(Message.obtain(mHandler, MESSAGE_PROGRESS,
417 "Failed to obtain streamable types for %s due to an exception.",
697 throw new ResourceException("Failed to obtain the client for %s.",
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 6 * You may obtain a copy of the License at
601 android.os.Message.obtain(sNotificationHandler,
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 7 ** You may obtain a copy of the License at
79 int obtain();
110 int obtain() { function in class:android::RegisterAllocator::Scratch
111 int reg = mRegFile.obtain();
363 r.reg = regs.obtain();
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 6 * You may obtain a copy of the License at
141 new RemoteViews(Parcel.obtain());
408 mRemoteViews = new RemoteViews(Parcel.obtain());
438 mRemoteViews = new RemoteViews(Parcel.obtain());
446 Parcel p = Parcel.obtain();
459 p = Parcel.obtain();
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 59 public static Parcel obtain() { method in class:ShadowParcel
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityNodeInfo.java 39 * {@code obtain()} and {@code recycle()} to look for bugs that mismatches.
57 return obtain(orderedInstances.get(source.readInt()).mInfo);
185 public static AccessibilityNodeInfo obtain(AccessibilityNodeInfo info) { method in class:ShadowAccessibilityNodeInfo
200 public static AccessibilityNodeInfo obtain(View view) { method in class:ShadowAccessibilityNodeInfo
231 public static AccessibilityNodeInfo obtain() { method in class:ShadowAccessibilityNodeInfo
232 return obtain(new View(RuntimeEnvironment.application.getApplicationContext()));
236 public static AccessibilityNodeInfo obtain(View root, int virtualDescendantId) { method in class:ShadowAccessibilityNodeInfo
237 AccessibilityNodeInfo node = obtain(root);
242 * Check for leaked objects that were {@code obtain}ed but never
246 * to {@code obtain} that lack matching calls to {@code recycle} ar
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
SystemMediaRouteProvider.java 6 * You may obtain a copy of the License at
54 public static SystemMediaRouteProvider obtain(Context context, SyncCallback syncCallback) { method in class:SystemMediaRouteProvider
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 5 * use this file except in compliance with the License. You may obtain a copy of
591 Message msg = Message.obtain(this, runnable);
647 sendMessage(Message.obtain(this, runnable));
670 sendMessage(Message.obtain(this, runnable));
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 6 * You may obtain a copy of the License at
52 * newer features. To build a dynamic layout, first call {@link #obtain} with the required
62 * Obtain a builder for constructing DynamicLayout objects.
65 public static Builder obtain(@NonNull CharSequence base, @NonNull TextPaint paint, method in class:DynamicLayout.Builder
195 * width. The default is the {@code width} passed to {@link #obtain}.
369 final Builder b = Builder.obtain(base, paint, width)
593 b = StaticLayout.Builder.obtain(text, where, where + after, getPaint(), getWidth());
    [all...]
SpannableStringBuilder.java 6 * You may obtain a copy of the License at
875 final int[] prioSortBuffer = sortByInsertionOrder ? obtain(count) : EmptyArray.INT
1001 private static int[] obtain(final int elementCount) { method in class:SpannableStringBuilder
    [all...]
TextUtils.java 6 * You may obtain a copy of the License at
135 char[] temp = obtain(INDEX_INCREMENT);
193 char[] temp = obtain(INDEX_INCREMENT);
267 char[] temp = obtain(tempLen);
299 char[] temp = obtain(end - start);
1542 \/* package *\/ static char[] obtain(int len) { method in class:TextUtils
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 6 * You may obtain a copy of the License at
491 mPrewarmMessenger.send(Message.obtain(null /* handler */,
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 6 * You may obtain a copy of the License at
476 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_USER_CONTROL_RELEASE_TIMEOUT),
498 KeyEvent keyEvent = KeyEvent.obtain(time, time, action, keycode,
870 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_DISABLE_DEVICE_TIMEOUT),
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WifiScanningServiceTest.java 6 * You may obtain a copy of the License at
256 controlChannel.sendMessage(Message.obtain(null, WifiScanner.CMD_START_BACKGROUND_SCAN, 0,
265 controlChannel.sendMessage(Message.obtain(null, WifiScanner.CMD_START_SINGLE_SCAN, 0,
271 controlChannel.sendMessage(Message.obtain(null, WifiScanner.CMD_REGISTER_SCAN_LISTENER, 0,
277 controlChannel.sendMessage(Message.obtain(null, WifiScanner.CMD_DEREGISTER_SCAN_LISTENER, 0,
549 controlChannel.sendMessage(Message.obtain(null, Protocol.BASE_WIFI_MANAGER));
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 6 * You may obtain a copy of the License at
135 mProcessor.mHandler.sendMessage(Message.obtain());
582 mProcessor.mHandler.sendMessage(Message.obtain());
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
SystemMediaRouteProvider.java 6 * You may obtain a copy of the License at
53 public static SystemMediaRouteProvider obtain(Context context, SyncCallback syncCallback) { method in class:SystemMediaRouteProvider
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewCacheTest.java 6 * You may obtain a copy of the License at
380 MotionEvent.obtain(time, time, MotionEvent.ACTION_DOWN, 500, 1000, 0));
387 MotionEvent.obtain(time, time, MotionEvent.ACTION_MOVE, 50, 500, 0));
391 MotionEvent.obtain(time, time, MotionEvent.ACTION_MOVE, 50, 470, 0));
397 MotionEvent.obtain(time, time, MotionEvent.ACTION_MOVE, 40, 455, 0));
403 MotionEvent.obtain(time, time, MotionEvent.ACTION_MOVE, 40, 455, 0));
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
GridLayoutManager.java 6 * You may obtain a copy of the License at
154 info.setCollectionItemInfo(AccessibilityNodeInfoCompat.CollectionItemInfoCompat.obtain(
159 info.setCollectionItemInfo(AccessibilityNodeInfoCompat.CollectionItemInfoCompat.obtain(
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 6 * You may obtain a copy of the License at
    [all...]

Completed in 1454 milliseconds

1 2 3 4 56 7 8 91011>>