Searched refs:xOffset (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/base/media/java/android/media/
H A DMediaCodec.java3490 long timestamp, int xOffset, int yOffset, @Nullable Rect cropRect) {
3498 mXOffset = xOffset;
3545 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc);
3558 cropRect.offset(-xOffset, -yOffset);
3488 MediaImage( @onNull ByteBuffer buffer, @NonNull ByteBuffer info, boolean readOnly, long timestamp, int xOffset, int yOffset, @Nullable Rect cropRect) argument
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h158 float xOffset, yOffset; member in struct:android::InputTarget
533 float xOffset, float yOffset);
546 float xOffset; member in struct:android::InputDispatcher::DispatchEntry
556 int32_t targetFlags, float xOffset, float yOffset, float scaleFactor);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java364 void applyScrollToAllWindows(final int xOffset, final int yOffset) { argument
369 win.mXOffset = xOffset;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1465 * @param xOffset The offset along the X dimension, from 0 to 1.
1468 public void setWallpaperOffsets(IBinder windowToken, float xOffset, float yOffset) { argument
1472 windowToken, xOffset, yOffset, mWallpaperXStep, mWallpaperYStep);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java933 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, argument
938 GLUtils.texSubImage2D(target, 0, xOffset, yOffset, bitmap, format, type);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java2603 * @param xOffset Offset in pixels to drag by.
2607 public void fakeDragBy(float xOffset) { argument
2616 mLastMotionX += xOffset;
2619 float scrollX = oldScrollX - xOffset;
/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp375 float xOffset, float yOffset, PathTexture& texture, const SkPaint& paint) {
377 dest.translate(xOffset + texture.left - texture.offset,
374 renderPathTexture(BakedOpRenderer& renderer, const BakedOpState& state, float xOffset, float yOffset, PathTexture& texture, const SkPaint& paint) argument
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1444 float xOffset, float yOffset, float xPrecision, float yPrecision,
1441 nativeInitialize(long nativePtr, int deviceId, int source, int action, int flags, int edgeFlags, int metaState, int buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, long downTimeNanos, long eventTimeNanos, int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) argument
H A DViewRootImpl.java2736 int xOffset = -mCanvasOffsetX;
2741 xOffset -= surfaceInsets.left;
2773 if (mHardwareYOffset != yOffset || mHardwareXOffset != xOffset) {
2775 mHardwareXOffset = xOffset;
2827 if (!drawSoftware(surface, mAttachInfo, xOffset, yOffset, scalingRequired, dirty)) {

Completed in 928 milliseconds

12