Searched refs:position (Results 426 - 450 of 580) sorted by relevance

<<11121314151617181920>>

/packages/apps/Dialer/java/com/android/dialer/app/settings/
H A DDialerSettingsActivity.java224 public void onHeaderClick(Header header, int position) { argument
239 super.onHeaderClick(header, position);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorPanel.java59 int position = adapter.undo();
60 masterImage.onHistoryItemClick(position);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DUserPresetsAdapter.java93 public View getView(int position, View convertView, ViewGroup parent) { argument
108 Action action = getItem(position);
/packages/apps/Gallery2/src/com/android/photos/
H A DAlbumFragment.java103 public void onGridItemClick(GridView g, View v, int position, long id) { argument
108 Cursor item = (Cursor) getItemAtPosition(position);
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DTouchEventGenerator.java107 * Adjusts the position of a finger for an upcoming move event.
111 public TouchEventGenerator position(int id, int x, int y) { method in class:TouchEventGenerator
118 * Commits the finger position changes of {@link #position(int, int, int)} by generating a move
121 * @see #position(int, int, int)
129 * Commits the finger position changes of {@link #position(int, int, int)} by generating a move
132 * @see #position(int, int, int)
142 return position(id, x, y).move(ms);
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DSettingsActivity.java132 public View getView(final int position, final View convertView, argument
143 final SettingsItem item = getItem(position);
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragment.java168 public View getView(final int position, final View convertView, final ViewGroup parent) { argument
170 final MessagePartData item = getItem(position);
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugSmsMmsFromDumpFileDialogFragment.java100 public View getView(final int position, final View view, final ViewGroup parent) { argument
110 final String file = getItem(position);
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetFactory.java203 public long getItemId(int position) { argument
204 return position;
/packages/apps/MusicFX/src/com/android/musicfx/
H A DActivityMusic.java523 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
524 if (position != mPRPresetPrevious) {
525 presetReverbSetPreset(position);
527 mPRPresetPrevious = position;
545 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
546 if (position != mEQPresetPrevious) {
547 equalizerSetPreset(position);
549 mEQPresetPrevious = position;
/packages/apps/Settings/src/com/android/settings/
H A DBandMode.java97 int position, long id) {
103 mTargetBand = (BandListItem) parent.getAdapter().getItem(position);
/packages/apps/Settings/src/com/android/settings/datetime/
H A DZonePicker.java239 public void onListItemClick(ListView listView, View v, int position, long id) { argument
242 final Map<?, ?> map = (Map<?, ?>)listView.getItemAtPosition(position);
/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcPaymentPreference.java165 public View getView(int position, View convertView, ViewGroup parent) { argument
167 PaymentAppInfo appInfo = appInfos[position];
/packages/apps/TV/src/com/android/tv/customization/
H A DTvCustomizationManager.java195 int position = info.filter.getPriority();
208 actions.add(new CustomAction(position, title, drawable, intent));
211 // Sort items by position
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DSampleChunk.java88 * @param startPositionUs the start position of the earliest sample to be stored
104 * @param startPositionUs the start position of the earliest sample in the file
142 * Returns the start position of the current SampleChunk
395 sample.data.position(0).limit(sample.size);
396 mAccessFile.getChannel().position(mWriteOffset + SAMPLE_HEADER_LENGTH).write(sample.data);
418 * Returns the start position.
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
H A DTagCanon.java149 public void onListItemClick(ListView l, View v, int position, long id) { argument
150 TagDescription description = mAdapter.getItem(position);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolderWatcher.java112 LogUtils.d(LOG_TAG, "Watching %s, at position %d.", uri, location);
122 * Locates the next empty position in {@link #mUris} and inserts the URI there, returning the
131 // Hole in the list, use this position
149 * Returns the loader ID for a position inside the {@link #mUris} table.
150 * @param position position in the {@link #mUris} list
153 private static int getLoaderFromPosition(int position) { argument
154 return position + AbstractActivityController.LAST_LOADER_ID;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java48 public int position; field in class:LeaveBehindItem
111 position = pos;
H A DMultiFoldersSelectionDialog.java176 protected void onListItemClick(int position) { argument
177 final Object item = mAdapter.getItem(position);
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DWidgetConversationListItemViewBuilder.java72 private static int getFolderViewId(int position) { argument
73 switch (position) {
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DSurfaceTextureView.java166 mTextureVertices.put(TEXTURE_VERTICES).position(0);
169 mQuadVertices.put(QUAD_VERTICES).position(0);
/packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
H A DMainClusterActivity.java175 public Fragment getItem(int position) { argument
176 return mOrderToFacet.get(position).getOrCreateFragment();
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallList.java126 public Call getCall(int position) { argument
127 return mCalls.get(position);
H A DTestRttActivity.java165 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
166 CharSequence selection = (CharSequence) parent.getItemAtPosition(position);
/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacController.java66 public void onFanSpeedChange(int position) { argument
324 private void handleFanPositionUpdate(int zone, int position) { argument
325 int index = fanPositionToAirflowIndex(position);
328 Log.d(TAG, "Fan Position Update, zone: " + zone + " position: " + position +
334 mCallbacks.get(i).onFanDirectionChange(position);
639 Log.e(TAG, "Unknown fan position " + fanPosition + ". Returning default.");

Completed in 652 milliseconds

<<11121314151617181920>>