Home
last modified time | relevance | path

Searched defs:subList (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DListGridLayout.java96 ViewGroup subList = getSublist(i); in removeAllItems() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DTimeLimitedMotionEventBuffer.java185 public List<MotionEvent> subList(int fromIndex, int toIndex) { in subList() method in TimeLimitedMotionEventBuffer
/frameworks/libs/net/common/testutils/hostdevice/com/android/net/module/util/
DTrackRecord.kt91 override fun subList(fromIndex: Int, toIndex: Int): List<E> = lock.withLock { in listIterator() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTrackerTest.java300 private boolean hasDbEmergencyNumbers(List<EmergencyNumber> subList, in hasDbEmergencyNumbers()
/frameworks/base/core/tests/coretests/src/android/widget/
DEditTextCursorAnchorInfoTest.java516 private List<RectF> subList(List<RectF> rectFList, int start, int end) { in subList() method in EditTextCursorAnchorInfoTest