HomeSort by relevance Sort by last modified time
    Searched defs:toY (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 107 OMX_INT fromX, toX, fromY, toY;
135 toY = 1;
144 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Integer.c 110 OMX_INT fromX, toX, fromY, toY;
151 toY = nSearchRange;
170 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - iBlockWidth;
179 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Quarter.c 107 OMX_INT fromX, toX, fromY, toY;
136 toY = 1;
145 for (y = -fromY; y <= toY; y++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 101 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
121 toY = searchRange;
140 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
146 for (y = -fromY; y <= toY; y++)
armVCM4P2_BlockMatch_Half.c 93 OMX_INT minSAD, fromX, toX, fromY, toY;
128 toY = 1;
146 toY = 0;
150 for (y = -fromY; y <= toY; y++)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 87 int toY = 0;
92 toY = mNavBarScrimView.getMeasuredHeight();
96 .translationY(toY)
101 mNavBarScrimView.setTranslationY(toY);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
TouchUtils.java 178 float toY = 0;
180 drag(inst, x, x, fromY, toY, stepCount);
217 int toY) {
226 int deltaY = fromY - toY;
229 drag(inst, fromX, toX, fromY, toY, calculateStepsForDistance(distance));
249 public static int dragViewToY(Instrumentation inst, View v, int gravity, int toY) {
257 int deltaY = fromY - toY;
259 drag(inst, fromX, fromX, fromY, toY, calculateStepsForDistance(deltaY));
266 float toY, int stepCount) {
273 float yStep = (toY - fromY) / stepCount
    [all...]
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.cpp 340 int32_t toY = (int32_t)to->GetY();
341 FX_BOOL steep = FXSYS_abs(toY - fromY) > FXSYS_abs(toX - fromX);
347 toX = toY;
348 toY = temp;
351 int32_t dy = FXSYS_abs(toY - fromY);
353 int32_t ystep = fromY < toY ? 1 : -1;
365 if (y == toY) {
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 68 final float toY = size.y * 0.75f;
70 drag(test, x, x, fromY, toY, 4);
98 final float toY = size.y * 0.25f;
100 drag(test, x, x, fromY, toY, 4);
235 float toY = screenHeight - 1;
237 drag(test, x, x, fromY, toY, stepCount);
478 float toY = 0;
480 drag(test, x, x, fromY, toY, stepCount);
588 * @param toY Final location of the view after dragging
598 int toY) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 55 public int fromX, fromY, toX, toY;
57 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) {
62 this.toY = toY;
68 public int fromX, fromY, toX, toY;
75 int fromX, int fromY, int toX, int toY) {
80 this.toY = toY;
91 ", toY=" + toY
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 496 int toY = coord[1];
503 toY += Math.round(scale * tv.getPaddingTop());
504 toY -= dragView.getMeasuredHeight() * (1 - scale) / 2;
508 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
509 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
513 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
534 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
539 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight())
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 718 int toY = coord[1];
729 toY += Math.round(toScale * tv.getPaddingTop());
730 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
732 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
738 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop()));
739 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
740 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
744 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
760 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
765 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/zxing/core/
core.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 736 milliseconds

1 2