/frameworks/base/core/tests/coretests/src/android/os/ |
D | ParcelNullabilityTest.java | 41 Parcel p = Parcel.obtain(); in nullByteArray() 49 Parcel p = Parcel.obtain(); in nullBlob() 57 Parcel p = Parcel.obtain(); in nullString() 65 Parcel p = Parcel.obtain(); in nullCharSequence() 73 Parcel p = Parcel.obtain(); in nullStrongBinder() 81 Parcel p = Parcel.obtain(); in nullStringInterface() 89 Parcel p = Parcel.obtain(); in nullFileDescriptor() 99 Parcel p = Parcel.obtain(); in nullRawFileDescriptor() 109 Parcel p = Parcel.obtain(); in nullRawFileDescriptorArray() 117 Parcel p = Parcel.obtain(); in nullMap() [all …]
|
D | ParcelTest.java | 41 Parcel p = Parcel.obtain(); in testCallingWorkSourceUidAfterWrite() 61 Parcel p = Parcel.obtain(); in testCallingWorkSourceUidAfterEnforce() 78 Parcel p = Parcel.obtain(); in testParcelWithMultipleHeaders() 104 final Parcel p = Parcel.obtain(); in testStrings() 119 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenSameData() 124 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenSameData() 136 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenSameDataWithBinder() 142 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenSameDataWithBinder() 154 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenDifferentData() 159 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenDifferentData() [all …]
|
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | ObjectPoolTests.java | 72 ActivityConfigurationChangeItem.obtain(Configuration.EMPTY); in testRecycleActivityConfigurationChangeItem() 73 ActivityConfigurationChangeItem item = ActivityConfigurationChangeItem.obtain(config()); in testRecycleActivityConfigurationChangeItem() 80 ActivityConfigurationChangeItem item2 = ActivityConfigurationChangeItem.obtain(config()); in testRecycleActivityConfigurationChangeItem() 87 ActivityResultItem emptyItem = ActivityResultItem.obtain(null); in testRecycleActivityResultItem() 88 ActivityResultItem item = ActivityResultItem.obtain(resultInfoList()); in testRecycleActivityResultItem() 95 ActivityResultItem item2 = ActivityResultItem.obtain(resultInfoList()); in testRecycleActivityResultItem() 102 ConfigurationChangeItem emptyItem = ConfigurationChangeItem.obtain(null); in testRecycleConfigurationChangeItem() 103 ConfigurationChangeItem item = ConfigurationChangeItem.obtain(config()); in testRecycleConfigurationChangeItem() 110 ConfigurationChangeItem item2 = ConfigurationChangeItem.obtain(config()); in testRecycleConfigurationChangeItem() 117 DestroyActivityItem emptyItem = DestroyActivityItem.obtain(false, 0); in testRecycleDestroyActivityItem() [all …]
|
D | TransactionParcelTests.java | 94 mParcel = Parcel.obtain(); in setUp() 100 ConfigurationChangeItem item = ConfigurationChangeItem.obtain(config()); in testConfigurationChange() 113 ActivityConfigurationChangeItem item = ActivityConfigurationChangeItem.obtain(config()); in testActivityConfigChange() 127 MoveToDisplayItem item = MoveToDisplayItem.obtain(4 /* targetDisplayId */, config()); in testMoveToDisplay() 140 NewIntentItem item = NewIntentItem.obtain(referrerIntentList(), false); in testNewIntent() 153 ActivityResultItem item = ActivityResultItem.obtain(resultInfoList()); in testActivityResult() 165 DestroyActivityItem item = DestroyActivityItem.obtain(true /* finished */, in testDestroy() 223 ActivityRelaunchItem item = ActivityRelaunchItem.obtain(resultInfoList(), in testRelaunch() 237 PauseActivityItem item = PauseActivityItem.obtain(true /* finished */, in testPause() 252 ResumeActivityItem item = ResumeActivityItem.obtain(27 /* procState */, in testResume() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationTapHelperTest.java | 78 MotionEvent evDownA = MotionEvent.obtain(downtimeA, in testDoubleTap_success() 84 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testDoubleTap_success() 90 MotionEvent evDownB = MotionEvent.obtain(downtimeB, in testDoubleTap_success() 96 MotionEvent evUpB = MotionEvent.obtain(downtimeB, in testDoubleTap_success() 122 MotionEvent evDownA = MotionEvent.obtain(downtimeA, in testSingleTap_timeout() 128 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSingleTap_timeout() 149 MotionEvent evDownA = MotionEvent.obtain(downtimeA, in testSingleTap_falsed() 155 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSingleTap_falsed() 177 MotionEvent evDownA = MotionEvent.obtain(downtimeA, in testDoubleTap_falsed() 183 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testDoubleTap_falsed() [all …]
|
D | PhoneStatusBarViewTest.kt | 53 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0) in onTouchEvent_listenerNotified() 64 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0) in onInterceptTouchEvent_listenerNotified() 74 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0) in onTouchEvent_listenerReturnsTrue_viewReturnsTrue() 85 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0) in onTouchEvent_listenerReturnsFalse_viewReturnsFalse() 94 view.onTouchEvent(MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)) in onTouchEvent_noListener_noCrash()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 67 MotionEvent motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, in testObtainWithDisplayId() 71 MotionEvent motionEvent_Single = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testObtainWithDisplayId() 87 motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, in testObtainWithDisplayId() 95 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testCalculatesCursorPositionForTouchscreenEvents() 105 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testCalculatesCursorPositionForSimpleMouseEvents() 115 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testCalculatesCursorPositionForSimpleMouseEventsWithOffset() 141 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, in testCalculatesCursorPositionForMultiTouchMouseEvents() 161 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testObtainGeneratesUniqueId() 171 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testObtainGeneratesIdWithRightSource() 182 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testEventRotation() [all …]
|
D | VelocityTest.java | 41 VelocityTracker vt = VelocityTracker.obtain(); in testInitialCondiditions() 53 VelocityTracker vt = VelocityTracker.obtain(); in testClear() 68 VelocityTracker vt = VelocityTracker.obtain(); in testDragAcceleration() 79 VelocityTracker vt = VelocityTracker.obtain(); in testDragDeceleration() 91 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearHorizontal() 104 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearVertical() 121 VelocityTracker vt = VelocityTracker.obtain(); in testDragWith2Points() 138 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInNbPoints() 160 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInTime() 182 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInSpace() [all …]
|
D | KeyEventTest.java | 57 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtain() 75 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainFromKeyEvent() 77 KeyEvent keyEvent2 = KeyEvent.obtain(keyEvent); in testObtainFromKeyEvent() 84 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainWithDisplayId() 110 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainGeneratesUniqueId() 132 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainGeneratesIdWithRightSource() 149 Parcel parcel = Parcel.obtain(); in testParcelUnparcel() 167 return KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, METASTATE, in createKey()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | TimeLimitedMotionEventBufferTest.java | 59 MotionEvent eventA = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAllEventsRetained() 60 MotionEvent eventB = MotionEvent.obtain(0, 1, MotionEvent.ACTION_MOVE, 0, 0, 0); in testAllEventsRetained() 61 MotionEvent eventC = MotionEvent.obtain(0, 2, MotionEvent.ACTION_MOVE, 0, 0, 0); in testAllEventsRetained() 62 MotionEvent eventD = MotionEvent.obtain(0, 3, MotionEvent.ACTION_UP, 0, 0, 0); in testAllEventsRetained() 74 MotionEvent eventA = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testOlderEventsRemoved() 75 MotionEvent eventB = MotionEvent.obtain(0, 1, MotionEvent.ACTION_MOVE, 0, 0, 0); in testOlderEventsRemoved() 76 MotionEvent eventC = MotionEvent.obtain( in testOlderEventsRemoved() 78 MotionEvent eventD = MotionEvent.obtain( in testOlderEventsRemoved()
|
D | FalsingCollectorImplTest.java | 174 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testPassThroughGesture() 175 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testPassThroughGesture() 192 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture() 193 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture() 207 MotionEvent outside = MotionEvent.obtain(0, 0, MotionEvent.ACTION_OUTSIDE, 0, 0, 0); in testIgnoreActionOutside() 208 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testIgnoreActionOutside() 221 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidUnlocked() 222 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidUnlocked() 240 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testGestureWhenDozing() 241 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testGestureWhenDozing() [all …]
|
/frameworks/base/core/java/android/database/ |
D | BulkCursorNative.java | 159 Parcel data = Parcel.obtain(); in getWindow() 160 Parcel reply = Parcel.obtain(); in getWindow() 180 Parcel data = Parcel.obtain(); in onMove() 181 Parcel reply = Parcel.obtain(); in onMove() 196 Parcel data = Parcel.obtain(); in deactivate() 197 Parcel reply = Parcel.obtain(); in deactivate() 211 Parcel data = Parcel.obtain(); in close() 212 Parcel reply = Parcel.obtain(); in close() 225 Parcel data = Parcel.obtain(); in requery() 226 Parcel reply = Parcel.obtain(); in requery() [all …]
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | NotificationVisibility.java | 100 return obtain(this.key, this.rank, this.count, this.visible, this.location); in clone() 144 public static NotificationVisibility obtain(String key, int rank, int count, boolean visible) { in obtain() method in NotificationVisibility 145 return obtain(key, rank, count, visible, in obtain() 152 public static NotificationVisibility obtain(String key, int rank, int count, boolean visible, in obtain() method in NotificationVisibility 154 NotificationVisibility vo = obtain(); in obtain() 163 private static NotificationVisibility obtain(Parcel in) { in obtain() method in NotificationVisibility 164 NotificationVisibility vo = obtain(); in obtain() 169 private static NotificationVisibility obtain() { in obtain() method in NotificationVisibility 192 return obtain(parcel);
|
/frameworks/base/core/java/android/os/ |
D | Message.java | 153 public static Message obtain() { in obtain() method in Message 173 public static Message obtain(Message orig) { in obtain() method in Message 174 Message m = obtain(); in obtain() 196 public static Message obtain(Handler h) { in obtain() method in Message 197 Message m = obtain(); in obtain() 210 public static Message obtain(Handler h, Runnable callback) { in obtain() method in Message 211 Message m = obtain(); in obtain() 225 public static Message obtain(Handler h, int what) { in obtain() method in Message 226 Message m = obtain(); in obtain() 241 public static Message obtain(Handler h, int what, Object obj) { in obtain() method in Message [all …]
|
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
D | StaticLayoutPerfTest.java | 73 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation() 88 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation() 103 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Greedy_Hyphenation() 118 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation() 133 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_Hyphenation() 148 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_Hyphenation_Fast() 163 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_Styled_Greedy_NoHyphenation() 180 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation() 198 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent() 216 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation() [all …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | LockPatternViewTest.java | 139 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, mDot1x, mDot1y, 1)); in downStartsPattern() 148 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, mDot1x, mDot1y, 1)); in up_completesPattern() 150 MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, mDot1x, mDot1y, 1)); in up_completesPattern() 159 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 1f, 1f, 1)); in moveToDot_hitsDot() 161 MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, mDot1x, mDot1y, 1)); in moveToDot_hitsDot() 170 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 1f, 1f, 1)); in moveOutside_doesNotHitsDot() 172 MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 2f, 2f, 1)); in moveOutside_doesNotHitsDot() 181 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 1f, 1f, 1)); in moveAlongTwoDots_hitsTwo() 184 MotionEvent.obtain(0, 3, MotionEvent.ACTION_UP, mDot2x, mDot2y, 1)); in moveAlongTwoDots_hitsTwo() 198 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 1f, 1f, 1)); in moveAlongTwoDotsDiagonally_hitsTwo() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | HandlerCaller.java | 127 SomeArgs args = SomeArgs.obtain(); in obtainMessageBOO() 157 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOO() 165 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOO() 172 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOOO() 181 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOO() 190 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOOO() 200 SomeArgs args = SomeArgs.obtain(); in obtainMessageOO() 208 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOO() 217 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOO() 227 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOOO() [all …]
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderNative.java | 459 Parcel data = Parcel.obtain(); in query() 460 Parcel reply = Parcel.obtain(); in query() 507 Parcel data = Parcel.obtain(); in getType() 508 Parcel reply = Parcel.obtain(); in getType() 527 Parcel data = Parcel.obtain(); in getTypeAsync() 545 Parcel data = Parcel.obtain(); in insert() 546 Parcel reply = Parcel.obtain(); in insert() 569 Parcel data = Parcel.obtain(); in bulkInsert() 570 Parcel reply = Parcel.obtain(); in bulkInsert() 593 Parcel data = Parcel.obtain(); in applyBatch() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
D | NotificationVisibilityProviderImpl.kt | 35 override fun obtain(entry: NotificationEntry, visible: Boolean): NotificationVisibility { in obtain() method in com.android.systemui.statusbar.notification.collection.provider.NotificationVisibilityProviderImpl 40 return NotificationVisibility.obtain(entry.key, rank, count, visible && hasRow, location) in obtain() 43 override fun obtain(key: String, visible: Boolean): NotificationVisibility = in obtain() method in com.android.systemui.statusbar.notification.collection.provider.NotificationVisibilityProviderImpl 44 notifCollection.getEntry(key)?.let { return obtain(it, visible) } in obtain() 45 ?: NotificationVisibility.obtain(key, -1, getCount(), false)
|
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/ |
D | SoundTriggerTest.java | 45 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_noUsers() 65 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_zeroUsers() 85 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_pos() 110 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_noData() 135 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_zeroData() 157 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_noKeyphrases() 179 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_zeroKeyphrases() 206 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_largeData() 226 Parcel parcel = Parcel.obtain(); in testRecognitionEventParcelUnparcel_noData() 243 Parcel parcel = Parcel.obtain(); in testRecognitionEventParcelUnparcel_zeroData() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | AsyncChannel.java | 468 Message msg = Message.obtain(); in disconnect() 506 Message msg = Message.obtain(); in sendMessage() 519 Message msg = Message.obtain(); in sendMessage() 534 Message msg = Message.obtain(); in sendMessage() 551 Message msg = Message.obtain(); in sendMessage() 566 Message msg = Message.obtain(); in sendMessage() 597 Message msg = Message.obtain(); in replyToMessage() 611 Message msg = Message.obtain(); in replyToMessage() 626 Message msg = Message.obtain(); in replyToMessage() 644 Message msg = Message.obtain(); in replyToMessage() [all …]
|
/frameworks/base/core/java/android/speech/ |
D | SpeechRecognizer.java | 407 putMessage(Message.obtain(mHandler, MSG_CHANGE_LISTENER, listener)); in setRecognitionListener() 437 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent)); in startListening() 470 putMessage(Message.obtain(mHandler, MSG_STOP)); in stopListening() 481 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel() 511 putMessage(Message.obtain(mHandler, MSG_CHECK_RECOGNITION_SUPPORT, in checkRecognitionSupport() 535 putMessage(Message.obtain(mHandler, MSG_TRIGGER_MODEL_DOWNLOAD, recognizerIntent)); in triggerModelDownload() 552 Message.obtain(mHandler, MSG_SET_TEMPORARY_ON_DEVICE_COMPONENT, componentName)); in setTemporaryOnDeviceRecognizer() 865 Message.obtain(mInternalHandler, MSG_BEGINNING_OF_SPEECH).sendToTarget(); in onBeginningOfSpeech() 869 Message.obtain(mInternalHandler, MSG_BUFFER_RECEIVED, buffer).sendToTarget(); in onBufferReceived() 873 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget(); in onEndOfSpeech() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionServiceAdapterServant.java | 387 SomeArgs args = SomeArgs.obtain(); 400 SomeArgs args = SomeArgs.obtain(); 431 SomeArgs args = SomeArgs.obtain(); 467 SomeArgs args = SomeArgs.obtain(); 475 SomeArgs args = SomeArgs.obtain(); 484 SomeArgs args = SomeArgs.obtain(); 499 SomeArgs args = SomeArgs.obtain(); 508 SomeArgs args = SomeArgs.obtain(); 517 SomeArgs args = SomeArgs.obtain(); 532 SomeArgs args = SomeArgs.obtain(); [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityEventTest.java | 56 AccessibilityEvent event = AccessibilityEvent.obtain(); in testImportantForAccessibiity_getSetWorkAcrossParceling() 67 AccessibilityEvent event = AccessibilityEvent.obtain(); in testSouceNodeId_getSetWorkAcrossParceling() 75 AccessibilityEvent event = AccessibilityEvent.obtain(); in testSourceDisplayId_getSetWorkAcrossParceling() 85 AccessibilityEvent event = AccessibilityEvent.obtain(); in testWindowChanges_getSetWorkAcrossParceling() 103 Parcel parcel = Parcel.obtain(); in copyEventViaParcel()
|
/frameworks/base/core/java/android/widget/ |
D | ExpandableListConnector.java | 124 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, flPos, in getUnflattenedPos() 163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, in getUnflattenedPos() 176 return PositionMetadata.obtain(flPos, ExpandableListPosition.CHILD, in getUnflattenedPos() 243 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, groupPos, -1, in getUnflattenedPos() 274 return PositionMetadata.obtain(pos.groupPos, pos.type, in getFlattenedPos() 304 return PositionMetadata.obtain(midExpGm.flPos, pos.type, in getFlattenedPos() 308 return PositionMetadata.obtain(midExpGm.flPos + pos.childPos in getFlattenedPos() 347 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos, in getFlattenedPos() 361 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos, in getFlattenedPos() 595 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in collapseGroup() [all …]
|