/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
fbosync.rs | 178 float startX = posX, startY = posY; 180 rsgDrawQuadTexCoords(startX, startY, 0, 0, 1, 181 startX, startY + height, 0, 0, 0, 182 startX + width, startY + height, 0, 1, 0, 183 startX + width, startY, 0, 1, 1);
|
fbotest.rs | 177 float startX = posX, startY = posY; 179 rsgDrawQuadTexCoords(startX, startY, 0, 0, 1, 180 startX, startY + height, 0, 0, 0, 181 startX + width, startY + height, 0, 1, 0, 182 startX + width, startY, 0, 1, 1);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
rsbench.rs | 163 float startX = posX, startY = posY; 164 rsgDrawQuadTexCoords(startX, startY, 0, 0, 1, 165 startX, startY + height, 0, 0, 0, 166 startX + width, startY + height, 0, 1, 0, 167 startX + width, startY, 0, 1, 1);
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
shaderstest.rs | 168 float startX = posX, startY = posY; 169 rsgDrawQuadTexCoords(startX, startY, 0, 0, 1, 170 startX, startY + height, 0, 0, 0, 171 startX + width, startY + height, 0, 1, 0, 172 startX + width, startY, 0, 1, 1);
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 195 const SkGlyph& glyph, uint32_t* startX, uint32_t* startY) { 197 if (cacheTextures[i]->fitBitmap(glyph, startX, startY)) { 246 uint32_t startX = 0; 249 CacheTexture* cacheTexture = cacheBitmapInTexture(*cacheTextures, glyph, &startX, &startY); 256 cacheTexture = cacheBitmapInTexture(*cacheTextures, glyph, &startX, &startY); 267 *retOriginX = startX; 270 uint32_t endX = startX + glyph.fWidth; 292 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX 300 cacheBuffer[row + startX - TEXTURE_BORDER_SIZE] = 0; 301 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) [all...] |
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
AnimatedNotificationDisplayActivity.java | 71 float startX = mImageView.getTranslationX(); 75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2)); 78 PropertyValuesHolder.ofFloat("translationX", startX, endX),
|
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
AnimatedNotificationDisplayActivity.java | 71 float startX = mImageView.getTranslationX(); 75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2)); 78 PropertyValuesHolder.ofFloat("translationX", startX, endX),
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
AnimatedNotificationDisplayActivity.java | 71 float startX = mImageView.getTranslationX(); 75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2)); 78 PropertyValuesHolder.ofFloat("translationX", startX, endX),
|
/frameworks/av/include/media/stagefright/ |
YUVCanvas.h | 44 // Fills the rectangular region [startX,endX]x[startY,endY] with the given YUV values. 48 // Copies the region [startX,endX]x[startY,endY] from srcImage into the
|
/frameworks/support/v4/java/android/support/v4/app/ |
ActivityOptionsCompat.java | 65 * defines the coordinate space for startX and startY. 66 * @param startX The x starting location of the new activity, relative to 75 int startX, int startY, int startWidth, int startHeight) { 78 ActivityOptionsCompatJB.makeScaleUpAnimation(source, startX, startY, 95 * defines the coordinate space for startX and startY. 98 * @param startX The x starting location of the bitmap, relative to source. 104 Bitmap thumbnail, int startX, int startY) { 108 startX, startY));
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Scroller.java | 307 * @param startX Starting horizontal scroll offset in pixels. Positive 316 public void startScroll(int startX, int startY, int dx, int dy) { 317 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); 323 * @param startX Starting horizontal scroll offset in pixels. Positive 333 public void startScroll(int startX, int startY, int dx, int dy, int duration) { 338 mStartX = startX; 340 mFinalX = startX + dx; 351 * @param startX Starting point of the scroll (X) 366 public void fling(int startX, int startY, int velocityX, int velocityY, 397 mStartX = startX; [all...] |
OverScroller.java | 347 * @param startX Starting horizontal scroll offset in pixels. Positive 356 public void startScroll(int startX, int startY, int dx, int dy) { 357 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); 363 * @param startX Starting horizontal scroll offset in pixels. Positive 373 public void startScroll(int startX, int startY, int dx, int dy, int duration) { 375 mScrollerX.startScroll(startX, dx, duration); 382 * @param startX Starting X coordinate 388 * @return true if a springback was initiated, false if startX and startY were 391 public boolean springBack(int startX, int startY, int minX, int maxX, int minY, int maxY) { 395 final boolean spingbackX = mScrollerX.springback(startX, minX, maxX) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherScroller.java | 343 * @param startX Starting horizontal scroll offset in pixels. Positive 352 public void startScroll(int startX, int startY, int dx, int dy) { 353 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); 360 * @param startX Starting horizontal scroll offset in pixels. Positive 370 public void startScroll(int startX, int startY, int dx, int dy, int duration) { 375 mStartX = startX; 377 mFinalX = startX + dx; 388 * @param startX Starting point of the scroll (X) 403 public void fling(int startX, int startY, int velocityX, int velocityY, 433 mStartX = startX; [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
Test5DetailFragment.java | 37 int startX; 102 mPointerEvent.startX, mPointerEvent.startY, mPointerEvent.endX, 118 mPointerEvent.startX = mPointerEvent.startY = 133 mPointerEvent.startX = (int)(event.getX() + offsetInScreen[0]);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTableTooltipHelper.java | 139 private void showTooltip(PropertyTooltipProvider provider, int startX, int endX) { 150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this); 160 tooltipLocation = m_table.toDisplay(new Point(startX, m_y)); 162 tooltipLocation = m_table.toDisplay(new Point(startX, m_y + m_rowHeight));
|
/external/replicaisland/src/com/replica/replicaisland/ |
AnimationPlayerActivity.java | 88 float startX = 0.0f; 93 startX = 200 * metrics.density; 97 startX = -200 * metrics.density; 106 Animation gameOverAnim = new TranslateAnimation(startX, 0, 0, 0);
|
TiledVertexGrid.java | 192 final int startX = leftTile; 194 final int endX = startX + horizontalSlop + horzTileCount; 207 final int startOffset = (startX * indexesPerTile); 208 final int count = (endX - startX) * indexesPerTile;
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
SimpleMonthView.java | 32 int x, int y, int startX, int stopX, int startY, int stopY) {
|
/frameworks/base/core/java/com/android/internal/transition/ |
EpicenterTranslateClipReveal.java | 131 final float startX = startBounds.centerX() - endBounds.centerX(); 136 view.setTranslationX(startX); 150 final State startStateX = new State(startClip.left, startClip.right, startX); 172 final float startX = (float) endValues.values.get(PROPNAME_TRANSLATE_X); 182 final State startStateX = new State(startClip.left, startClip.right, startX); 210 private static Animator createRectAnimator(final View view, State startX, State startY, 222 final ObjectAnimator animX = ObjectAnimator.ofObject(view, propX, evaluator, startX, endX);
|
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 346 * @param startX Starting horizontal scroll offset in pixels. Positive 355 public void startScroll(int startX, int startY, int dx, int dy) { 356 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); 362 * @param startX Starting horizontal scroll offset in pixels. Positive 372 public void startScroll(int startX, int startY, int dx, int dy, int duration) { 374 mScrollerX.startScroll(startX, dx, duration); 381 * @param startX Starting X coordinate 387 * @return true if a springback was initiated, false if startX and startY were 390 public boolean springBack(int startX, int startY, int minX, int maxX, int minY, int maxY) { 394 final boolean spingbackX = mScrollerX.springback(startX, minX, maxX) [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
OverScrollerSGV.java | 349 * @param startX Starting horizontal scroll offset in pixels. Positive 358 public void startScroll(int startX, int startY, int dx, int dy) { 359 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); 365 * @param startX Starting horizontal scroll offset in pixels. Positive 375 public void startScroll(int startX, int startY, int dx, int dy, int duration) { 377 mScrollerX.startScroll(startX, dx, duration); 384 * @param startX Starting X coordinate 390 * @return true if a springback was initiated, false if startX and startY were 393 public boolean springBack(int startX, int startY, int minX, int maxX, int minY, int maxY) { 397 final boolean spingbackX = mScrollerX.springback(startX, minX, maxX) [all...] |
/external/replicaisland/tools/ |
ExtractPoints.js | 77 edge.startX = firstPoint.anchor[0]; 84 var normalY = edge.endX - edge.startX; 105 var width = edge.endX - edge.startX; 146 edge.startX -= tile.xOffset; 176 outputString += x + ":" + Math.floor(edge.startX) + "," + 227 lineArray[y] = Array(offsetX + edge.startX, offsetY + edge.startY);
|
/external/skia/src/core/ |
SkMaskFilter.cpp | 172 int startX = r.left() - outerR.left(); 173 int stopX = startX + r.width(); 175 for (int x = startX; x < stopX; ++x) { 183 int startX = outerR.right() - r.right(); 184 int stopX = startX + r.width(); 186 for (int x = startX; x < stopX; ++x) {
|
/frameworks/base/core/tests/coretests/src/android/view/ |
VelocityTest.java | 232 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, 234 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); 241 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, 243 addMotionEvent(vt, startX, startY, startime, MotionEvent.ACTION_DOWN); 245 int distX = endX - startX; 249 int x = (int) (startX + distX * ii);
|
/frameworks/support/v4/java/android/support/v4/view/ |
NestedScrollingChildHelper.java | 154 int startX = 0; 158 startX = offsetInWindow[0]; 167 offsetInWindow[0] -= startX; 192 int startX = 0; 196 startX = offsetInWindow[0]; 212 offsetInWindow[0] -= startX;
|