Searched refs:position (Results 351 - 375 of 580) sorted by relevance

<<11121314151617181920>>

/packages/apps/Gallery2/src/com/android/photos/
H A DAlbumSetFragment.java91 public void onGridItemClick(GridView g, View v, int position, long id) { argument
96 Cursor item = (Cursor) getItemAtPosition(position);
H A DPhotoSetFragment.java69 public void onGridItemClick(GridView g, View v, int position, long id) { argument
74 Cursor item = (Cursor) getItemAtPosition(position);
H A DMultiChoiceManager.java58 public Object getItemAtPosition(int position); argument
59 public Object getPathForItemAtPosition(int position); argument
109 public void onItemCheckedStateChanged(ActionMode mode, int position, long id, argument
112 Object item = mDelegate.getItemAtPosition(position);
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactDropdownLayouter.java72 final int position, AdapterType type, final String substring,
81 return super.bindView(convertView, parent, entry, position, type, substring,
71 bindView(final View convertView, final ViewGroup parent, final RecipientEntry entry, final int position, AdapterType type, final String substring, final StateListDrawable deleteDrawable) argument
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DSimSelectorView.java144 public View getView(final int position, final View convertView, final ViewGroup parent) { argument
155 itemView.bind(getItem(position));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DLevenshteinDistance.java102 * string. The position of the token indicates the position in the source string of the
103 * token that was unchanged/replaced, or the position in the source after which a target
137 public EditOperation(int type, int position) { argument
139 mPosition = position;
/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockTypeDialogFragment.java122 public View getView(int position, View view, ViewGroup parent) { argument
128 ScreenLockType lock = getItem(position);
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DApplicationListFragmentTest.java92 int position = 0;
93 assertThat(controllers.get(position++)).isInstanceOf(
/packages/apps/TV/src/com/android/tv/dialog/
H A DDvrHistoryDialogFragment.java74 public View getView(int position, View convertView, ViewGroup parent) {
76 ScheduledRecording schedule = mSchedules.get(position);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryPreferenceFragment.java116 final int position = (vgv.getSelectedPosition() + 1) % preferenceCount;
117 vgv.setSelectedPositionSmooth(position);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DFromAddressSpinner.java149 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { argument
150 ReplyFromAccount selection = (ReplyFromAccount) getItemAtPosition(position);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSingleFolderSelectionDialog.java119 protected void onListItemClick(int position) { argument
120 final Object item = mAdapter.getItem(position);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewView.java131 public void setPreviewBackground(final boolean hasMoreKeys, final int position) { argument
137 background.setState(KEY_PREVIEW_BACKGROUND_STATE_TABLE[position][hasMoreKeysState]);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DRingtonePickerActivity.java89 /** The position in the list of the 'Silent' item. */
92 /** The position in the list of the 'Default' item. */
95 /** The position in the list of the ringtone to sample. */
165 // Save the position of most recently clicked item
306 int position = ((AdapterContextMenuInfo) menuInfo).position;
308 Ringtone ringtone = getRingtone(getRingtoneManagerPosition(position));
320 int deletedRingtonePos = ((AdapterContextMenuInfo) item.getMenuInfo()).position;
388 * selected item position to match the new position o
495 onItemSelected(AdapterView parent, View view, int position, long id) argument
508 playRingtone(int position, int delayMs) argument
706 getItemId(int position) argument
[all...]
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
H A DPdfRender.java163 if (target.position() != expectedSize) {
164 Log.w(TAG, "Render failed: expected " + target.position() + ", got " +
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java210 mTransferCursor.moveToPosition(info.position);
211 mContextMenuPosition = info.position;
282 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
286 mTransferCursor.moveToPosition(position);
295 * appropriate position before calling this function
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DContactDetailsFragment.java278 public int getItemViewType(int position) { argument
279 return position == 0 ? ID_HEADER : ID_CONTENT;
312 public void onBindViewHolder(ContactDetailViewHolder viewHolder, int position) { argument
325 Pair<String, String> data = mPhoneNumbers.get(position - 1);
H A DCallLogListingTask.java142 int position = mCursor.getPosition();
151 mCursor.moveToPosition(position);
187 mCursor.moveToPosition(position + count - 1);
/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java99 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
100 mListener.onContactSelected(list.get(position).rawContactId);
235 public View getView(int position, View convertView, ViewGroup parent) { argument
249 final RawContactInfo info = getItem(position);
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionManager.java112 // No change in position. Ignoring.
290 * @param pos The anchor position for the selection range.
323 * @param pos The new end position for the selection range.
369 public void setSelectionRangeBegin(int position) { argument
370 if (position == RecyclerView.NO_POSITION) {
374 if (mSelection.contains(mAdapter.getModelId(position))) {
375 mRanger = new Range(this::updateForRange, position);
457 * (identified by {@code position}) changes.
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
H A DSuggestionDismissController.java35 Tile getSuggestionForPosition(int position); argument
/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java196 "Negative position in onItemMove %d -> %d", fromPosition, toPosition));
218 void removeItem(int position) { argument
223 if (position < 0 || position >= itemCount) {
226 mFeedItemList.remove(position);
/packages/services/Car/evs/app/
H A DRenderTopView.cpp75 android::vec3 eye = android::vec3(cam.position[X], cam.position[Y], cam.position[Z]);
291 const android::mat4 P = perspective(cam.info.hfov, cam.info.vfov, cam.info.position[Z], maxRange);
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifModifier.java50 mOffsetBase = byteBuffer.position();
59 mByteBuffer.position(0);
152 mByteBuffer.position(offset + mOffsetBase);
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
H A DAddWifiFragment.java148 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { argument
149 if (position == mSelectedPosition) {
152 mSelectedPosition = position;

Completed in 2631 milliseconds

<<11121314151617181920>>