HomeSort by relevance Sort by last modified time
    Searched refs:xPos (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutKeysLayout.java 50 int xPos = getPaddingLeft();
70 if (xPos + childWidth > width) {
71 xPos = getPaddingLeft();
74 xPos += childWidth + layoutParams.mHorizontalSpacing;
110 int xPos = isRTL()
126 ? xPos - getPaddingLeft() - currentChildWidth < 0
127 : xPos + currentChildWidth > fullRowWidth;
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos,
134 xPos = isRTL()
141 xPos = isRTL(
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 124 CFX_Matrix CPDF_Page::GetDisplayMatrix(int xPos,
141 x0 = xPos;
143 x1 = xPos;
145 x2 = xPos + xSize;
149 x0 = xPos;
151 x1 = xPos + xSize;
153 x2 = xPos;
157 x0 = xPos + xSize;
159 x1 = xPos + xSize;
161 x2 = xPos;
    [all...]
cpdf_page.h 36 CFX_Matrix GetDisplayMatrix(int xPos,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 53 final int xPos = (int)(getWidth() * mXRatio);
56 mIndicatorPath.moveTo(xPos, 0);
57 mIndicatorPath.lineTo(xPos + height, height);
58 mIndicatorPath.lineTo(xPos - height, height);
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
Interaction.java 108 float[] xPos, float[] yPos, long duration) {
112 float startX = xPos[0];
119 for (int i = 1; i < xPos.length; i++) {
120 float endX = xPos[i];
139 float lastX = xPos[xPos.length - 1];
149 float[] xPos, float[] yPos, long duration) {
151 mXPositions = xPos;
  /external/skia/samplecode/
SampleShadowReference.cpp 130 SkScalar xPos = 230;
138 canvas->translate(xPos, yPos);
144 xPos += 320;
149 canvas->translate(xPos, yPos);
155 xPos += 320;
160 canvas->translate(xPos, yPos);
166 xPos += 320;
171 canvas->translate(xPos, yPos);
177 xPos += 320;
182 canvas->translate(xPos, yPos)
    [all...]
  /external/skqp/samplecode/
SampleShadowReference.cpp 127 SkScalar xPos = 230;
135 canvas->translate(xPos, yPos);
141 xPos += 320;
146 canvas->translate(xPos, yPos);
152 xPos += 320;
157 canvas->translate(xPos, yPos);
163 xPos += 320;
168 canvas->translate(xPos, yPos);
174 xPos += 320;
179 canvas->translate(xPos, yPos)
    [all...]
  /external/skqp/gm/
tonalshadows.cpp 55 SkScalar xPos = 75;
60 canvas->translate(xPos, yPos);
68 xPos += 120;
pathopsinverse.cpp 85 int xPos = 150;
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
95 xPos += 150;
multipicturedraw.cpp 66 SkScalar xPos, yPos = 0;
69 xPos = 0;
73 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
78 xPos += 1.5f * kHexSide;
116 SkScalar xPos = 0.0f, yPos = 0.0f;
119 xPos = 0;
121 for (int x = 0; xPos < kBig; ++x) {
123 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
131 xPos += 1.5f * kHexSide;
  /external/skia/gm/
tonalshadows.cpp 55 SkScalar xPos = 75;
61 canvas->translate(xPos, yPos);
77 xPos += 120;
pathopsinverse.cpp 85 int xPos = 150;
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
95 xPos += 150;
multipicturedraw.cpp 66 SkScalar xPos, yPos = 0;
69 xPos = 0;
73 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
78 xPos += 1.5f * kHexSide;
116 SkScalar xPos = 0.0f, yPos = 0.0f;
119 xPos = 0;
121 for (int x = 0; xPos < kBig; ++x) {
123 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
131 xPos += 1.5f * kHexSide;
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
672 int xPos = mSpec.mLeftEdgePadding;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
684 xPos = mSpec.mLeftEdgePadding;
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing;
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing));
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) {
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 335 int xPos = -1;
341 xPos = i;
348 xPos, yPos, iconIdx));
352 for (int x = xPos + increment; 0 <= x && x < cntX; x += increment) {
369 x = xPos + increment * coeff;
418 int xPos = -1;
424 xPos = i;
432 xPos, yPos, iconIndex));
437 if ((newIconIndex = inspectMatrix(xPos, y, cntX, cntY, matrix)) != NOOP
443 // Rule2: check (xPos + increment, y_(1-n)), (xPos - increment, y_(1-n)
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 167 CFX_Matrix CPDFXFA_Page::GetDisplayMatrix(int xPos,
180 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
cpdfxfa_page.h 60 CFX_Matrix GetDisplayMatrix(int xPos,
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 333 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1;
337 xPos -= num_partitions * (PART_LEN1);
341 float* aRe = x_fft_buf[0] + xPos;
342 float* aIm = x_fft_buf[1] + xPos;
451 int xPos = (i + x_fft_buf_block_pos)*(PART_LEN1);
455 xPos -= num_partitions * PART_LEN1;
459 float* aRe = x_fft_buf[0] + xPos;
460 float* aIm = x_fft_buf[1] + xPos;
    [all...]
aec_core_neon.c 46 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1;
50 xPos -= num_partitions * PART_LEN1;
55 const float32x4_t x_fft_buf_re = vld1q_f32(&x_fft_buf[0][xPos + j]);
56 const float32x4_t x_fft_buf_im = vld1q_f32(&x_fft_buf[1][xPos + j]);
72 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j],
73 x_fft_buf[1][xPos + j],
76 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j],
77 x_fft_buf[1][xPos + j],
198 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1;
203 xPos -= num_partitions * PART_LEN1
    [all...]
aec_core_sse2.c 42 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1;
46 xPos -= num_partitions * (PART_LEN1);
51 const __m128 x_fft_buf_re = _mm_loadu_ps(&x_fft_buf[0][xPos + j]);
52 const __m128 x_fft_buf_im = _mm_loadu_ps(&x_fft_buf[1][xPos + j]);
70 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j],
71 x_fft_buf[1][xPos + j],
74 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j],
75 x_fft_buf[1][xPos + j],
160 int xPos = (i + x_fft_buf_block_pos) * (PART_LEN1);
164 xPos -= num_partitions * PART_LEN1
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestBuffer.cpp 537 float xPos = x;
551 xPos = xPos - dfL - dfW / 2.0;
556 xPos = -xPos;
568 float tmp = xPos;
569 xPos = yPos * dfW / dfH;
575 xPos = xPos + dfL + dfW / 2.0;
639 if (xPos < ((bWDiv3) - scL) * (dfWDivScW) + dfL)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 361 @Input xPos The x Position within the current word.
367 static PVRTint32 getModulationValues(PVRTint32 i32ModulationValues[16][8],PVRTint32 i32ModulationModes[16][8],PVRTuint32 xPos,PVRTuint32 yPos,PVRTuint8 ui8Bpp)
374 if(i32ModulationModes[xPos][yPos]==0)
376 return RepVals0[i32ModulationValues[xPos][yPos]];
381 if(((xPos^yPos)&1)==0)
383 return RepVals0[i32ModulationValues[xPos][yPos]];
388 else if(i32ModulationModes[xPos][yPos] == 1)
390 return (RepVals0[i32ModulationValues[xPos][yPos-1]] +
391 RepVals0[i32ModulationValues[xPos][yPos+1]] +
392 RepVals0[i32ModulationValues[xPos-1][yPos]] +
    [all...]
  /external/skia/tools/sk_app/win/
Window_win.cpp 262 int xPos = GET_X_LPARAM(lParam);
269 // xPos -= rc.left;
276 eventHandled = window->onMouse(xPos, yPos, istate,
281 int xPos = GET_X_LPARAM(lParam);
288 // xPos -= rc.left;
292 eventHandled = window->onMouse(xPos, yPos, Window::kMove_InputState,
  /external/skqp/tools/sk_app/win/
Window_win.cpp 262 int xPos = GET_X_LPARAM(lParam);
269 // xPos -= rc.left;
276 eventHandled = window->onMouse(xPos, yPos, istate,
281 int xPos = GET_X_LPARAM(lParam);
288 // xPos -= rc.left;
292 eventHandled = window->onMouse(xPos, yPos, Window::kMove_InputState,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 243 for (int xPos = 0; xPos < xLen; xPos++) {
244 Projection p = mProjection[yPos][xPos];

Completed in 596 milliseconds

1 2 3