Searched refs:startIndex (Results 26 - 34 of 34) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java954 int startIndex = page * numCells;
955 int endIndex = Math.min(startIndex + numCells, mApps.size());
961 for (int i = startIndex; i < endIndex; ++i) {
972 int index = i - startIndex;
H A DPagedView.java952 final int startIndex = isRtl ? childCount - 1 : 0;
958 LayoutParams lp = (LayoutParams) getChildAt(startIndex).getLayoutParams();
966 for (int i = startIndex; i != endIndex; i += delta) {
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java669 int startIndex = startRow * mColumns;
675 for (int i = startIndex; i < endIndex; i++) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java205 LanguageModelParam[] languageModelParams, int startIndex);
204 addMultipleDictionaryEntriesNative(long dict, LanguageModelParam[] languageModelParams, int startIndex) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1914 int startIndex;
1953 startIndex = i;
1985 Log.d(TAG, "batch of " + (i-startIndex) + " icons processed in "
/packages/apps/ContactsCommon/libs/
H A Dlibphonenumber-6.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/i18n/ com/google/i18n/phonenumbers/ ...
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java1205 * Recycle views within the range starting from startIndex (inclusive) until the last
1208 private void recycleViewsInRange(int startIndex, int endIndex) { argument
1209 for (int i = endIndex; i >= startIndex; i--) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1488 // startIndex is the first child in the same offAxis of selection
1490 int startIndex = selection - selection % mItemsOnOffAxis;
1503 mRightIndex = startIndex;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java1322 return snippetize(matched.line, matched.startIndex, lengthThreshold);

Completed in 538 milliseconds

12