Searched refs:position (Results 751 - 775 of 821) sorted by relevance

<<313233

/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java171 final int position = DockedDividerUtils.calculatePositionForBounds(mTmpRect, dockSide,
177 .calculateNonDismissingSnapTarget(position).position;
200 // In landscape append the left position with the statusbar height to match the
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp95 positionID = _env->GetFieldID(bufferClass, "position", "I");
104 jint position; local
109 position = _env->GetIntField(buffer, positionID);
112 *remaining = (limit - position) << elementSizeShift;
249 jint position = _env->GetIntField(buffer, positionID); local
251 buf += position << elementSizeShift;
H A Dandroid_opengl_GLES32.cpp94 positionID = _env->GetFieldID(bufferClass, "position", "I");
103 jint position; local
108 position = _env->GetIntField(buffer, positionID);
111 *remaining = (limit - position) << elementSizeShift;
248 jint position = _env->GetIntField(buffer, positionID); local
250 buf += position << elementSizeShift;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/android/view/
H A DViewGroup.java470 // Index of the child's left position in the mLocation array
472 // Index of the child's top position in the mLocation array
1717 // the position within its own local coordinate system.
4611 * Given a valid position within the list of transient views, returns the index of
4612 * the transient view at that position.
4614 * @param position The position of the index being queried. Must be at least 0
4616 * @return The index of the transient view stored in the given position if the
4617 * position is valid, otherwise -1
4621 public int getTransientViewIndex(int position) { argument
4639 getTransientView(int position) argument
[all...]
H A DViewDebug.java703 int[] position = new int[2];
705 view.getLocationInWindow(position);
707 clientStream.writeInt(position[0]);
708 clientStream.writeInt(position[1]);
H A DViewRootImpl.java2383 // Update the light position for the new offsets.
3210 // to update the scroll position if the focus has changed (in which
3279 // position, and calculate new scrollY (or set it to 0).
4531 // Offset the scroll position.
4536 // Remember the touch position for possible drag-initiation.
4849 Slog.d(mTag, "updatePointerIcon called with position out of bounds");
4993 if (DEBUG_TRACKBALL) Log.v(mTag, "TB X=" + mX.position + " step="
4996 + " / Y=" + mY.position + " step="
5104 float position; field in class:ViewRootImpl.TrackballAxis
5112 position
[all...]
H A DView.java233 * <td>Called when this view should assign a size and position to all
3623 * The undefined cursor position.
4103 * View-relative position of the tooltip anchor point.
4336 * Position the scroll bar at the default position as determined by the system.
5798 * Set the position of the vertical scroll bar. Should be one of
5802 * @param position Where the vertical scroll bar should be positioned.
5804 public void setVerticalScrollbarPosition(int position) { argument
5805 if (mVerticalScrollbarPosition != position) {
5806 mVerticalScrollbarPosition = position;
5813 * @return The position wher
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java1653 // Check position and visibility of this stack relative to the front stack on its display.
2704 /** Returns the position the input task should be placed in this stack. */
2711 // If the task or starting activity can be shown, then whatever position is okay.
2732 private void insertTaskAtPosition(TaskRecord task, int position) { argument
2733 if (position >= mTaskHistory.size()) {
2737 position = getAdjustedPositionForTask(task, position, null /* starting */);
2739 mTaskHistory.add(position, task);
2740 mWindowContainerController.positionChildAt(task.getWindowContainerController(), position,
2750 final int position
5226 addTask(final TaskRecord task, int position, boolean schedulePictureInPictureModeChange, String reason) argument
[all...]
H A DProcessList.java688 sLmkdOutputStream.write(buf.array(), 0, buf.position());
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp47 virtual int Read(long long position, long length, unsigned char* buffer) { argument
48 CHECK(position >= 0);
55 ssize_t n = mSource->readAt(position, buffer, length);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp434 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
444 data.writeInt64(position);
1155 const int64_t position = data.readInt64(); local
1157 = setPlaybackStatus(uniqueId, &handle, playbackStatus, position);
433 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/media/libaudioclient/
H A DIAudioPolicyService.cpp733 size_t position = data.dataPosition(); local
735 data.setDataPosition(position);
740 size_t position = data.dataPosition(); local
743 data.setDataPosition(position);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java189 * Updates this floating toolbar to reflect recent position and view updates.
549 // We need to specify the position in window coordinates.
551 // specify the popup position in screen coordinates.
617 // We need to specify the position in window coordinates.
619 // specify the popup position in screen coordinates.
655 // Not enough space. Prefer to position as high as possible.
919 * Defines the position of the floating toolbar popup panels when transition animation has
1285 * Resets the content container and appropriately position it's panels.
1448 public View getView(int position, View convertView, ViewGroup parent) {
1450 getItem(position), mOverflowPanelSiz
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java880 buffer.position(buffer.position() + rowStride - length);
1504 * Get a crop region for a given zoom factor and center position.
1506 * The center position is normalized position in range of [0, 1.0], where
1508 * corner. The center position could limit the effective minimal zoom
1509 * factor, for example, if the center position is (0.75, 0.75), the
1510 * effective minimal zoom position becomes 2.0. If the requested zoom factor
1623 int srcPos = srcBuffer.position();
1628 srcBuffer.position(srcPo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java338 channel.position(getBlockDeviceSize() - 1);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp384 glVertexAttribPointer(Program::position,
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DANQPParserTest.java193 buffer.position(0);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java478 @Override public void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java478 @Override public void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp281 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
286 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
280 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/base/core/java/android/widget/
H A DSwitch.java1059 * Sets the thumb position as a decimal value between 0 (off) and 1 (on).
1061 * @param position new position between [0,1]
1063 private void setThumbPosition(float position) { argument
1064 mThumbPosition = position;
1084 // Immediately move the thumb to the new position.
1167 // Adjust thumb position for track padding.
1300 * Translates thumb position to offset according to current RTL setting and
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp372 // There should only be one position transaction with x and y = POSITION_UPDATE
373 bool hasX(change.position().x() == POSITION_UPDATE);
374 bool hasY(change.position().y() == POSITION_UPDATE);
378 // Failed because the position update was found a second time
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DPlaybackTransportRowPresenterTest.java110 void verifyAtHeroIndexWithDifferentPosition(long position, int heroIndex) { argument
111 assertEquals(position, mGlue.getControlsRow().getCurrentPosition());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java1042 * Sets the thumb position as a decimal value between 0 (off) and 1 (on).
1044 * @param position new position between [0,1]
1046 void setThumbPosition(float position) { argument
1047 mThumbPosition = position;
1067 // Immediately move the thumb to the new position.
1150 // Adjust thumb position for track padding.
1284 * Translates thumb position to offset according to current RTL setting and

Completed in 1089 milliseconds

<<313233