Home
last modified time | relevance | path

Searched refs:obtain (Results 1 – 25 of 1346) sorted by relevance

12345678910>>...54

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelNullabilityTest.java41 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 …]
H A DParcelTest.java41 Parcel p = Parcel.obtain(); in testIsForRpc()
48 Parcel p = Parcel.obtain(); in testCallingWorkSourceUidAfterWrite()
68 Parcel p = Parcel.obtain(); in testCallingWorkSourceUidAfterEnforce()
85 Parcel p = Parcel.obtain(); in testParcelWithMultipleHeaders()
126 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenSameData()
131 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenSameData()
143 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenSameDataWithBinder()
149 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenSameDataWithBinder()
161 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenDifferentData()
166 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenDifferentData()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DObjectPoolTests.java71 ActivityConfigurationChangeItem.obtain(Configuration.EMPTY); in testRecycleActivityConfigurationChangeItem()
86 ActivityResultItem emptyItem = ActivityResultItem.obtain(null); in testRecycleActivityResultItem()
117 DestroyActivityItem item = DestroyActivityItem.obtain(true, 117); in testRecycleDestroyActivityItem()
124 DestroyActivityItem item2 = DestroyActivityItem.obtain(true, 14); in testRecycleDestroyActivityItem()
196 MoveToDisplayItem item = MoveToDisplayItem.obtain(4, config()); in testRecycleMoveToDisplayItem()
203 MoveToDisplayItem item2 = MoveToDisplayItem.obtain(3, config()); in testRecycleMoveToDisplayItem()
210 NewIntentItem emptyItem = NewIntentItem.obtain(null, false); in testRecycleNewIntentItem()
263 StartActivityItem item2 = StartActivityItem.obtain( in testRecycleStartActivityItem()
271 StopActivityItem emptyItem = StopActivityItem.obtain(0); in testRecycleStopItem()
272 StopActivityItem item = StopActivityItem.obtain(4); in testRecycleStopItem()
[all …]
H A DTransactionParcelTests.java67 mParcel = Parcel.obtain(); in setUp()
113 NewIntentItem item = NewIntentItem.obtain(referrerIntentList(), false); in testNewIntent()
126 ActivityResultItem item = ActivityResultItem.obtain(resultInfoList()); in testActivityResult()
138 DestroyActivityItem item = DestroyActivityItem.obtain(true /* finished */, in testDestroy()
195 ActivityRelaunchItem item = ActivityRelaunchItem.obtain(resultInfoList(), in testRelaunch()
209 PauseActivityItem item = PauseActivityItem.obtain(true /* finished */, in testPause()
224 ResumeActivityItem item = ResumeActivityItem.obtain(27 /* procState */, in testResume()
238 StopActivityItem item = StopActivityItem.obtain(14 /* configChanges */); in testStop()
264 NewIntentItem callback1 = NewIntentItem.obtain(new ArrayList<>(), true); in testClientTransaction()
272 ClientTransaction transaction = ClientTransaction.obtain(null, activityToken); in testClientTransaction()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationTapHelperTest.java78 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()
128 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSingleTap_timeout()
155 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSingleTap_falsed()
183 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testDoubleTap_falsed()
195 MotionEvent evUpB = MotionEvent.obtain(downtimeB, in testDoubleTap_falsed()
229 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSlideBack()
263 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testMoreThanTwoTaps()
[all …]
H A DPhoneStatusBarViewTest.kt53 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
64 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
74 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
85 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
94 view.onTouchEvent(MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/core/
H A DLoggerTest.kt30 whenever(buffer.obtain(any(), any(), any(), isNull())).thenAnswer {
54 verify(buffer).obtain(eq("LoggerTest"), any(), any(), nullable())
61 verify(buffer).obtain(anyString(), eq(LogLevel.VERBOSE), any(), nullable())
75 verify(buffer).obtain(anyString(), eq(LogLevel.DEBUG), any(), nullable())
82 verify(buffer).obtain(anyString(), eq(LogLevel.DEBUG), any(), nullable())
89 verify(buffer).obtain(anyString(), eq(LogLevel.INFO), any(), nullable())
96 verify(buffer).obtain(anyString(), eq(LogLevel.INFO), any(), nullable())
117 verify(buffer).obtain(anyString(), eq(LogLevel.ERROR), any(), nullable())
124 verify(buffer).obtain(anyString(), eq(LogLevel.ERROR), any(), nullable())
131 verify(buffer).obtain(anyString(), eq(LogLevel.WTF), any(), nullable())
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DMotionEventTest.java67 MotionEvent motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, 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()
187 MotionEvent rot90 = MotionEvent.obtain(event); in testEventRotation()
193 MotionEvent rot180 = MotionEvent.obtain(event); in testEventRotation()
199 MotionEvent rot270 = MotionEvent.obtain(event); in testEventRotation()
205 MotionEvent compoundRot = MotionEvent.obtain(event); in testEventRotation()
[all …]
H A DVelocityTest.java41 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 …]
/aosp14/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java159 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 …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBufferTest.java59 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()
H A DFalsingCollectorImplTest.java174 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()
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()
256 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testGestureWhenPulsing()
[all …]
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutPerfTest.java101 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
116 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
131 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Greedy_Hyphenation()
146 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
161 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_Hyphenation()
176 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_Hyphenation_Fast()
191 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
208 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
226 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
244 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java100 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);
/aosp14/frameworks/base/core/java/android/os/
H A DMessage.java153 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()
211 Message m = obtain(); in obtain()
226 Message m = obtain(); in obtain()
242 Message m = obtain(); in obtain()
261 Message m = obtain(); in obtain()
283 Message m = obtain(); in obtain()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockPatternViewTest.java139 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, mDot1x, mDot1y, 1)); in downStartsPattern()
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()
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()
201 MotionEvent.obtain(0, 3, MotionEvent.ACTION_UP, mDot5x, mDot5y, 1)); in moveAlongTwoDotsDiagonally_hitsTwo()
215 MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 1f, 1f, 1)); in moveAlongZPattern_hitsDots()
[all …]
/aosp14/frameworks/base/core/java/android/content/
H A DContentProviderNative.java473 Parcel data = Parcel.obtain(); in query()
521 Parcel data = Parcel.obtain(); in getType()
542 Parcel data = Parcel.obtain(); in getTypeAsync()
559 Parcel data = Parcel.obtain(); in getTypeAnonymousAsync()
577 Parcel data = Parcel.obtain(); in insert()
601 Parcel data = Parcel.obtain(); in bulkInsert()
625 Parcel data = Parcel.obtain(); in applyBatch()
650 Parcel data = Parcel.obtain(); in delete()
673 Parcel data = Parcel.obtain(); in update()
698 Parcel data = Parcel.obtain(); in openFile()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java127 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 …]
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger/
H A DSoundTriggerTest.java47 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_noUsers()
64 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_zeroUsers()
84 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_pos()
109 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_noData()
131 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_zeroData()
153 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_noKeyphrases()
172 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_zeroKeyphrases()
199 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_largeData()
231 Parcel parcel = Parcel.obtain(); in testRecognitionEventParcelUnparcel_noData()
260 Parcel parcel = Parcel.obtain(); in testRecognitionEventParcelUnparcel_zeroData()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java506 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()
661 Message msg = Message.obtain(); in replyToMessage()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DNotificationVisibilityProviderImpl.kt35 override fun obtain(entry: NotificationEntry, visible: Boolean): NotificationVisibility {
40 return NotificationVisibility.obtain(entry.key, rank, count, visible && hasRow, location)
43 override fun obtain(key: String, visible: Boolean): NotificationVisibility =
44 notifCollection.getEntry(key)?.let { return obtain(it, visible) }
45 ?: NotificationVisibility.obtain(key, -1, getCount(), false)
/aosp14/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java539 putMessage(Message.obtain(mHandler, MSG_CHANGE_LISTENER, listener)); in setRecognitionListener()
569 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent)); in startListening()
602 putMessage(Message.obtain(mHandler, MSG_STOP)); in stopListening()
613 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
643 putMessage(Message.obtain(mHandler, MSG_CHECK_RECOGNITION_SUPPORT, in checkRecognitionSupport()
667 putMessage(Message.obtain( in triggerModelDownload()
716 putMessage(Message.obtain( in triggerModelDownload()
1095 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget(); in onEndOfSpeech()
1099 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget(); in onError()
1107 Message.obtain(mInternalHandler, MSG_RESULTS, results).sendToTarget(); in onResults()
[all …]
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapterServant.java401 SomeArgs args = SomeArgs.obtain();
414 SomeArgs args = SomeArgs.obtain();
445 SomeArgs args = SomeArgs.obtain();
481 SomeArgs args = SomeArgs.obtain();
489 SomeArgs args = SomeArgs.obtain();
498 SomeArgs args = SomeArgs.obtain();
513 SomeArgs args = SomeArgs.obtain();
522 SomeArgs args = SomeArgs.obtain();
531 SomeArgs args = SomeArgs.obtain();
546 SomeArgs args = SomeArgs.obtain();
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityEventTest.java56 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()
/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, 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()
638 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in expandGroup()
679 GroupMetadata expandedGm = GroupMetadata.obtain( in expandGroup()
934 GroupMetadata gm = GroupMetadata.obtain(
[all …]

12345678910>>...54