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

1 2

  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 61 // If FLT_MAX should also be used for xStep or yStep, nothing is rendered. Using fractions of FLT_MAX also
66 CGFloat xStep = m_repeatX ? tileRect.width() : (1 << 22);
73 return CGPatternCreate(tileImage(), tileRect, patternTransform, xStep, yStep,
  /frameworks/base/core/java/android/view/
IWindow.aidl 66 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 95 float xStep, float yStep, int xPixels, int yPixels) {
96 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
RenderScriptScene.java 89 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 71 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
BridgeWindowSession.java 166 float xStep, float yStep) {
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 76 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 99 float xStep, float yStep, int xPixels, int yPixels) {
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 441 double xStep = 0;
448 xStep = ((double)(upX - downX)) / swipeSteps;
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
480 double xStep = 0;
496 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps;
500 ret &= touchMove(segments[seg].x + (int)(xStep * i),
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 91 float xStep, float yStep, int xPixels, int yPixels) {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 143 float xStep, float yStep, int xPixels, int yPixels) {
  /external/sqlite/dist/orig/
sqlite3ext.h 86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
220 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3ext.h 86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
220 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
sqlite3.h     [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 82 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
83 int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*));
sqlite3.h     [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 723 * launcher has 3 virtual screens, it would specify an xStep of 0.5,
725 * @param xStep The X offset delta from one screen to the next one
728 public void setWallpaperOffsetSteps(float xStep, float yStep) {
729 mWallpaperXStep = xStep;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 127 float xStep, float yStep, int xPixels, int yPixels) {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 191 float xStep, float yStep, int xPixels, int yPixels) {
  /frameworks/base/services/java/com/android/server/wm/
Session.java 391 public void setWallpaperPosition(IBinder window, float x, float y, float xStep, float yStep) {
397 x, y, xStep, yStep);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 774 float xStep = (toX - fromX) / stepCount;
783 x += xStep;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 510 float xStep = (xEnd - xStart) / stepCount;
519 x += xStep;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 281 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
287 mPendingXOffsetStep = xStep;
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 452 float xStep, float yStep, int xPixels, int yPixels) {

Completed in 1479 milliseconds

1 2