Home
last modified time | relevance | path

Searched refs:firstPosition (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DAutoScrollListView.java74 int firstPosition = getFirstVisiblePosition() + 1; in layoutChildren() local
76 if (position >= firstPosition && position <= lastPosition) { in layoutChildren()
92 int twoScreens = (lastPosition - firstPosition) * 2; in layoutChildren()
94 if (position < firstPosition) { in layoutChildren()
99 if (preliminaryPosition < firstPosition) { in layoutChildren()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DUdfpsEnrollEnrollingView.java225 int[] firstPosition = new int[2]; in hasOverlap() local
228 view1.getLocationOnScreen(firstPosition); in hasOverlap()
232 Rect rectView1 = new Rect(firstPosition[0], firstPosition[1], in hasOverlap()
233 firstPosition[0] + view1.getMeasuredWidth(), in hasOverlap()
234 firstPosition[1] + view1.getMeasuredHeight()); in hasOverlap()
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.kt396 val firstPosition: Int in goTo() constant
397 firstPosition = if (child != null) { in goTo()
402 var lastPosition = firstPosition + mNumWeeks - 1 in goTo()
414 if (position < firstPosition || position > lastPosition || forceScroll) { in goTo()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java322 final int firstPosition = mList.getFirstVisiblePosition(); in onActivityCreated()
332 mList.setSelectionFromTop(firstPosition, offset); in onActivityCreated()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...