Searched refs:position (Results 701 - 725 of 821) sorted by relevance

<<21222324252627282930>>

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java94 public TimeZoneInfo get(int position) { argument
95 return mTimeZones.get(position);
H A DTimeZonePickerView.java152 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java822 int position = first + i;
823 MediaRouter.RouteInfo route = mVolumeGroupAdapter.getItem(position);
931 int position = first + i;
932 MediaRouter.RouteInfo route = mVolumeGroupAdapter.getItem(position);
952 int position = first + i;
953 MediaRouter.RouteInfo route = mVolumeGroupAdapter.getItem(position);
1283 public View getView(final int position, View convertView, ViewGroup parent) { argument
1292 MediaRouter.RouteInfo route = getItem(position);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java416 public void onBindViewHolder(ViewHolder holder, int position) { argument
417 holder.bind(mItems.get(position));
H A DFocusSearchNavigationTest.java262 public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) { argument
263 holder.itemView.setTag("pos " + position);
H A DGridLayoutManagerWrapContentWithAspectRatioTest.java129 public int getSpanSize(int position) {
130 return position == 1 ? 2 : 1;
H A DRecyclerViewFastScrollerTest.java404 public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) { argument
405 holder.itemView.setTag("pos " + position);
/frameworks/support/wear/tests/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayoutEspressoTest.java374 private void scrollToPosition(final RecyclerView recyclerView, final int position) { argument
378 recyclerView.scrollToPosition(position);
/frameworks/av/include/media/
H A DAudioRecord.h49 EVENT_MARKER = 2, // Record head is at the specified marker position
51 EVENT_NEW_POS = 3, // Record head is at a new position
100 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
101 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
160 * and inform of marker, position updates, etc.
273 /* Sets marker position. When record reaches the number of frames specified,
276 * To set a marker at a position which would compute as 0,
277 * a workaround is to set the marker at a nearby position such as ~0 or 1.
283 * marker: marker position expressed in wrapping (overflow) frame units,
293 /* Sets position updat
[all...]
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h49 EVENT_MARKER = 2, // Record head is at the specified marker position
51 EVENT_NEW_POS = 3, // Record head is at a new position
100 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
101 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
160 * and inform of marker, position updates, etc.
273 /* Sets marker position. When record reaches the number of frames specified,
276 * To set a marker at a position which would compute as 0,
277 * a workaround is to set the marker at a nearby position such as ~0 or 1.
283 * marker: marker position expressed in wrapping (overflow) frame units,
293 /* Sets position updat
[all...]
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.h90 // Get current read/write position in the mmap buffer
91 virtual status_t getMmapPosition(struct audio_mmap_position *position);
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java234 fileChannel.position(0);
/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java306 os.write(bBuf.array(), bBuf.arrayOffset(), bBuf.position());
/frameworks/base/media/java/android/media/
H A DMediaCodec.java634 must position the output Surface so that it has the proper final display aspect ratio. Conversely,
2910 buffer.limit(info.offset + info.size).position(info.offset);
3005 * <b>Note:</b> As of API 21, the position and limit of output
3083 * index. The position and limit of the returned buffer are set
3613 buffer.position(mBuffer.position() + planeOffset
3615 buffer.limit(buffer.position() + Utils.divUp(bitDepth, 8)
H A DRingtoneManager.java469 * Gets a {@link Ringtone} for the ringtone at the given position in the
472 * @param position The position (in the {@link Cursor}) of the ringtone.
475 public Ringtone getRingtone(int position) { argument
480 mPreviousRingtone = getRingtone(mContext, getRingtoneUri(position), inferStreamType());
485 * Gets a {@link Uri} for the ringtone at the given position in the {@link Cursor}.
487 * @param position The position (in the {@link Cursor}) of the ringtone.
490 public Uri getRingtoneUri(int position) { argument
492 // cause position t
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp515 env->GetMethodID(byteBufClass.get(), "position", "()I");
522 jint position = env->CallIntMethod(valueObj, positionID); local
525 sp<ABuffer> buffer = new ABuffer(limit - position);
531 (const uint8_t *)data + position,
544 position,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java713 public UserRecord getItem(int position) { argument
714 return mController.getUsers().get(position);
718 public long getItemId(int position) { argument
719 return position;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowTestUtils.java85 void addTask(Task task, int position, boolean showForAllUsers, boolean moveParents) { argument
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java209 content.limit(content.position() + capacity);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java239 buffer.position(info.offset);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java139 public void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DPlaybackSeekAsyncDataProvider.java52 protected abstract Bitmap doInBackground(Object task, int index, long position); argument
117 // no normal task or prefetch for the position, create a new task
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java168 void onSeekTo(long position); argument
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java139 public void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DPlaybackSeekAsyncDataProvider.java52 protected abstract Bitmap doInBackground(Object task, int index, long position); argument
117 // no normal task or prefetch for the position, create a new task

Completed in 713 milliseconds

<<21222324252627282930>>