Searched refs:obtain (Results 276 - 300 of 352) sorted by relevance

<<1112131415

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java6 * You may obtain a copy of the License at
214 mMessage = Message.obtain();
484 * That is, shared UID applications can obtain access to any other
529 * give you the path to where you can obtain access to the internals of the
/frameworks/base/core/java/android/view/
H A DChoreographer.java6 * You may obtain a copy of the License at
727 Message msg = Message.obtain(mHandler, this);
H A DGLES20RecordingCanvas.java6 * You may obtain a copy of the License at
65 static GLES20RecordingCanvas obtain(GLES20DisplayList displayList) { method in class:GLES20RecordingCanvas
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java6 * You may obtain a copy of the License at
574 MotionEvent containerEvent = MotionEvent.obtain(event);
H A DHorizontalScrollView.java6 * You may obtain a copy of the License at
398 mVelocityTracker = VelocityTracker.obtain();
406 mVelocityTracker = VelocityTracker.obtain();
H A DProgressBar.java6 * You may obtain a copy of the License at
632 public static RefreshData obtain(int id, int progress, boolean fromUser) { method in class:ProgressBar.RefreshData
704 final RefreshData rd = RefreshData.obtain(id, progress, fromUser);
H A DScrollView.java6 * You may obtain a copy of the License at
420 mVelocityTracker = VelocityTracker.obtain();
428 mVelocityTracker = VelocityTracker.obtain();
/frameworks/base/services/java/com/android/server/am/
H A DBatteryStatsService.java6 * You may obtain a copy of the License at
98 Parcel out = Parcel.obtain();
H A DUsageStatsService.java6 * You may obtain a copy of the License at
308 Parcel in = Parcel.obtain();
567 Parcel out = Parcel.obtain();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java6 * You may obtain a copy of the License at
474 Message msg = Message.obtain(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java6 * You may obtain a copy of the License at
84 mVelocityTracker = VelocityTracker.obtain();
H A DUniverseBackground.java6 * You may obtain a copy of the License at
305 mVelocityTracker = VelocityTracker.obtain();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java6 * You may obtain a copy of the License at
271 mVelocityTracker = VelocityTracker.obtain();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java6 * You may obtain a copy of the License at
428 MotionEvent cancellation = MotionEvent.obtain(ev);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_wm.asm6 ; You may obtain a copy of the License at
H A Dpvmp3_mdct_18_arm.s6 ; You may obtain a copy of the License at
H A Dpvmp3_mdct_18_gcc.s6 @ You may obtain a copy of the License at
/frameworks/base/core/java/android/os/
H A DBundle.java6 * You may obtain a copy of the License at
117 mParcelledData = Parcel.obtain();
1659 Parcel p = Parcel.obtain();
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java6 * You may obtain a copy of the License at
156 mVelocity = VelocityTracker.obtain();
161 mAltVelocity = VelocityTracker.obtain(altStrategy);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java6 * You may obtain a copy of the License at
1390 char[] buf = TemporaryBuffer.obtain(end - start);
1481 char[] buf = TemporaryBuffer.obtain(contextLen);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java6 * You may obtain a copy of the License at
546 mVelocityTracker = VelocityTracker.obtain();
607 mVelocityTracker = VelocityTracker.obtain();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java6 * You may obtain a copy of the License at
57 Parcel p = Parcel.obtain();
580 Parcel p = Parcel.obtain();
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java6 ** You may obtain a copy of the License at
361 AccessibilityEvent.obtain(event)).sendToTarget();
1351 AccessibilityEvent event = AccessibilityEvent.obtain(
1945 AccessibilityEvent newEvent = AccessibilityEvent.obtain(event);
2041 KeyEvent down = KeyEvent.obtain(downTime, downTime, KeyEvent.ACTION_DOWN, keyCode, 0, 0,
2050 KeyEvent up = KeyEvent.obtain(downTime, upTime, KeyEvent.ACTION_UP, keyCode, 0, 0,
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java6 * You may obtain a copy of the License at
1845 mVelocityTracker = VelocityTracker.obtain();
1877 mVelocityTracker = VelocityTracker.obtain();
2203 mVelocityTracker = VelocityTracker.obtain();
2208 final MotionEvent ev = MotionEvent.obtain(time, time, MotionEvent.ACTION_DOWN, 0, 0, 0);
2287 final MotionEvent ev = MotionEvent.obtain(mFakeDragBeginTime, time, MotionEvent.ACTION_MOVE,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_quarter.s5 ; You may obtain a copy of the License at

Completed in 426 milliseconds

<<1112131415