Searched refs:position (Results 226 - 250 of 300) sorted by relevance

1234567891011>>

/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h97 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
H A DDrmManagerClientImpl.h201 * @param[in] position Position in the file (in milliseconds) where the start occurs.
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
302 * @param[in] offset Start position of the content
396 * @param[in] offset Offset with which to update the file position.
H A DIDrmManagerService.h123 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
213 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h221 * @param[in] position Position in the file (in milliseconds) where the start occurs.
227 int playbackStatus, int64_t position) = 0;
322 * @param[in] offset Start position of the content
423 * @param[in] offset Offset with which to update the file position.
/frameworks/av/include/media/
H A DAudioRecord.h47 EVENT_MARKER = 2, // Record head is at the specified marker position
49 EVENT_NEW_POS = 3, // Record head is at a new position
87 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
88 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
211 /* Sets marker position. When record reaches the number of frames specified,
219 * marker: marker position expressed in frames.
229 /* Sets position update period. Every time the number of frames specified has been recorded,
231 * Calling setPositionUpdatePeriod with updatePeriod == 0 cancels new position notification
238 * updatePeriod: position update notification period expressed in frames.
248 /* Gets record head position
[all...]
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java89 // The seek position.
155 // save the current position.
678 public void play(String url, int position, int videoLayerID) { argument
683 if (position > 0) {
684 seek(position);
709 * @param time is the position in the video stream.
791 private native void nativeOnTimeupdate(int position, int nativePointer); argument
H A DHTML5VideoFullScreen.java150 HTML5VideoFullScreen(Context context, int videoLayerId, int position, boolean skipPrepare) { argument
155 init(videoLayerId, position, skipPrepare);
/frameworks/base/core/java/android/widget/
H A DMediaController.java415 int position = mPlayer.getCurrentPosition();
420 long pos = 1000L * position / duration;
430 mCurrentTime.setText(stringForTime(position));
432 return position;
528 // session to avoid jumps in the position in case of ongoing playback.
532 // we will simply apply the updated position without suspending regular updates.
550 // the progress bar's position.
H A DEditor.java150 * is attached to the window (so its position is still unknown).
172 // Global listener that detects changes in the global position of the TextView
610 // If a URLSpan (web address, email, phone...) is found at that position, select it.
713 final float[] position = TEMP_POSITION;
714 position[0] = positionX;
715 position[1] = positionY;
721 position[0] -= view.getScrollX();
722 position[1] -= view.getScrollY();
725 if (position[0] < 0 || position[
2270 getItem(int position) argument
2275 getItemId(int position) argument
2280 getView(int position, View convertView, ViewGroup parent) argument
2542 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java136 public View getView(int position, View convertView, ViewGroup parent) { argument
/frameworks/base/libs/hwui/
H A DProgram.cpp46 position = bindAttrib("position", kBindingPosition);
/frameworks/base/libs/hwui/font/
H A DFont.h113 SkPathMeasure& measure, SkPoint* position, SkVector* tangent);
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java308 protected int getItemViewType(int partitionIndex, int position) { argument
315 int position, ViewGroup parent) {
325 protected void bindView(View v, int partition, Cursor cursor, int position) { argument
348 protected boolean isEnabled(int partitionIndex, int position) { argument
314 newView(Context context, int partitionIndex, Cursor cursor, int position, ViewGroup parent) argument
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java61 mTriangleVertices.put(mTriangleVerticesData).position(0);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp155 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
160 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
154 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/base/core/java/android/text/
H A DSelection.java366 public int preceding(int position); argument
367 public int following(int position); argument
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp190 struct position { struct in struct:Queue
194 position q[16];
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java119 public PhotoViewFragment(Intent intent, int position, PhotoPagerAdapter adapter) { argument
121 mPosition = position;
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java123 public PhotoViewFragment(Intent intent, int position, PhotoPagerAdapter adapter, argument
126 mPosition = position;
/frameworks/base/core/java/android/view/
H A DView.java195 * <td>Called when this view should assign a size and position to all
2515 * The undefined cursor position.
3109 * Position the scroll bar at the default position as determined by the system.
4023 * Set the position of the vertical scroll bar. Should be one of
4027 * @param position Where the vertical scroll bar should be positioned.
4029 public void setVerticalScrollbarPosition(int position) { argument
4030 if (mVerticalScrollbarPosition != position) {
4031 mVerticalScrollbarPosition = position;
4038 * @return The position where the vertical scroll bar will show, if applicable.
4421 RectF position
7057 setAccessibilityCursorPosition(int position) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java588 float position = isHorizontal() ? x : y;
593 position > target : position < target;
596 position < target : position > target;
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp699 jint position) {
706 return android_media_translateErrorCode( lpTrack->setPosition(position) );
713 uint32_t position = 0; local
720 lpTrack->getPosition(&position);
721 return (jint)position;
698 android_media_AudioTrack_set_position(JNIEnv *env, jobject thiz, jint position) argument
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp338 // the record head position will reset to 0, so if a marker is set, we need
406 status_t AudioRecord::getPosition(uint32_t *position) const
408 if (position == NULL) return BAD_VALUE;
411 *position = mCblk->user;
677 // determine the number of new position callback(s) that will be needed, while locked
689 // perform new position callback(s), while unlocked
700 // stuck here not being able to handle timed events (position, markers).
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java350 mTriangleVertices.put(mTriangleVerticesData).position(0);
395 mTriangleVertices.position(TRIANGLE_VERTICES_DATA_POS_OFFSET);
404 mTriangleVertices.position(TRIANGLE_VERTICES_DATA_UV_OFFSET);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java629 int position, long id) {
630 if (mCurrentMode != position) {
631 mCurrentMode = position;

Completed in 483 milliseconds

1234567891011>>