Searched refs:position (Results 176 - 200 of 277) sorted by relevance

1234567891011>>

/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java806 public Object getItem(int position) { argument
807 return mEntries.get(position);
811 public long getItemId(int position) { argument
812 return position;
821 public int getItemViewType(int position) { argument
822 return mEntries.get(position).getEntryType();
826 public boolean isEnabled(int position) { argument
827 return mEntries.get(position).isSelectable();
831 public View getView(int position, View convertView, ViewGroup parent) { argument
832 final RecipientEntry entry = mEntries.get(position);
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java935 int position = input2.position();
937 byteCount = input2.limit() - position;
943 input2.position(position);
946 int position = input2.position();
948 byteCount = (input2.limit() - position) * 2;
955 input2.position(position);
[all...]
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp110 SLmillisecond position; local
111 res = (*playItf)->GetPosition(playItf, &position); ExitOnError(res);
112 printf("position=%u\n", (unsigned) position);
295 /* Setup to receive playback events on position updates */
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java88 mVertices.put(mVerticesData).position(0);
114 mVertices.position(VERTICES_DATA_POS_OFFSET);
121 mVertices.position(VERTICES_DATA_UV_OFFSET);
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h84 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h59 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
/frameworks/av/include/drm/
H A DDrmManagerClient.h67 * @param[in] offset Start position of the content
113 * @param[in] position Position in the file (in milliseconds) where the start occurs.
119 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
170 * @param[in] offset Offset with which to update the file position.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s23 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s23 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java374 * Gets a {@link Ringtone} for the ringtone at the given position in the
377 * @param position The position (in the {@link Cursor}) of the ringtone.
380 public Ringtone getRingtone(int position) { argument
385 mPreviousRingtone = getRingtone(mContext, getRingtoneUri(position), inferStreamType());
390 * Gets a {@link Uri} for the ringtone at the given position in the {@link Cursor}.
392 * @param position The position (in the {@link Cursor}) of the ringtone.
395 public Uri getRingtoneUri(int position) { argument
397 // cause position t
[all...]
H A DMiniThumbFile.java165 mBuffer.position(0);
247 mBuffer.position(0);
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp358 env->GetMethodID(byteBufClass, "position", "()I");
365 jint position = env->CallIntMethod(valueObj, positionID); local
368 sp<ABuffer> buffer = new ABuffer(limit - position);
374 (const uint8_t *)data + position,
387 position,
/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/av/drm/libdrmframework/
H A DDrmManagerClient.cpp85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) {
87 ->setPlaybackStatus(mUniqueId, decryptHandle, playbackStatus, position);
84 setPlaybackStatus( sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h65 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
273 * @param[in] position Position in the file (in milliseconds) where the start occurs.
279 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
374 * @param[in] offset Start position of the content
389 * @param[in] offset Start position of the content
497 * @param[in] offset Offset with which to update the file position.
/frameworks/av/include/media/
H A DAudioTrack.h57 EVENT_MARKER = 3, // Playback head is at the specified marker position (See setMarkerPosition()).
58 EVENT_NEW_POS = 4, // Playback head is at a new position (See setPositionUpdatePeriod()).
103 * - EVENT_MARKER: pointer to an uint32_t containing the marker position in frames.
104 * - EVENT_NEW_POS: pointer to an uint32_t containing the new position in frames.
312 /* Sets marker position. When playback reaches the number of frames specified, a callback with
319 * marker: marker position expressed in frames.
329 /* Sets position update period. Every time the number of frames specified has been played,
331 * Calling setPositionUpdatePeriod with updatePeriod == 0 cancels new position notification
337 * updatePeriod: position update notification period expressed in frames.
346 /* Sets playback head position withi
[all...]
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoView.java146 public void init(int videoLayerId, int position, boolean skipPrepare) { argument
158 mSaveSeekTime = position;
/frameworks/base/core/java/android/widget/
H A DFastScroller.java183 public void setScrollbarPosition(int position) { argument
184 mPosition = position;
185 switch (position) {
522 void scrollTo(float position) { argument
530 int section = (int) (position * nSections);
572 // position actually returns Q's. So we need to look ahead to make
573 // sure that there is really a Q at Q's position. If not, move
586 if (prevSection == exactSection && position - fPrev < fThreshold) {
589 index = prevIndex + (int) ((nextIndex - prevIndex) * (position - fPrev)
605 int index = (int) (position * coun
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java205 public void onListItemClick(ListView l, View v, int position, long id) { argument
207 final Locale locale = ((LocaleInfo)getListAdapter().getItem(position)).locale;
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java197 public void onListItemClick(ListView l, View v, int position, long id) argument
199 Test t = mTests[position];
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp85 // ----- convert position dependent options into tree of input files ----- //
313 return (X->position() < Y->position());
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc46 // -> pop previous position of '/' P
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs44 float3 position;
176 float startAngle; // position of initial card, in radians
235 static float2 touchPosition; // position of first touch, as defined by last call to doStart(x,y)
392 // Return angle of slot in position p.
398 // Return angle for card in position p.
436 // from - position of the camera in x,y,z
863 // Compute position in screen space of top corner or bottom corner of card
924 // Compute alpha based on position. We fade cards quickly so they cannot overlap
1077 const float3 point = (ray.position + t*ray.direction);
1084 const float3 point = (ray.position
[all...]
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java225 // 4th to the 6th position
301 private void assertPositionMetadata(int position, int itemType, boolean isExpanded, argument
304 mAdapter.obtainPositionMetadata(metadata, position);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java138 vb.put(v).position(0);
147 vb.put(v).position(0);

Completed in 936 milliseconds

1234567891011>>