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

1 2

  /external/webkit/WebCore/platform/graphics/cg/
PatternCG.cpp 62 // If FLT_MAX should also be used for xStep or yStep, nothing is rendered. Using fractions of FLT_MAX also
67 CGFloat xStep = m_repeatX ? tileRect.width() : (1 << 22);
74 return CGPatternCreate(tileImage(), tileRect, patternTransform, xStep, yStep,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 50 float xStep, float yStep, int xPixels, int yPixels) {
52 if (xStep <= 0.0f) {
53 xStep = xOffset / 2; // originator didn't set step size, assume we're halfway
56 mWorldState.yRotation = xStep == 0.f ? 0.f : (xOffset / xStep) * 360;
  /frameworks/base/core/java/android/view/
IWindow.aidl 63 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
ViewRoot.java     [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 234 float xStep, float yStep, int xPixels, int yPixels) {
237 if (xStep <= 0.0f) {
238 xStep = xOffset / 2; // originator didn't set step size, assume we're halfway
241 mWorldState.yRotation = xStep == 0.f ? 0.f : (xOffset / xStep) * 180;
RenderScriptWallpaper.java 98 float xStep, float yStep, int xPixels, int yPixels) {
100 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
RenderScriptScene.java 86 float xStep, float yStep, int xPixels, int yPixels) {
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 101 float xStep, float yStep, int xPixels, int yPixels) {
103 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
RenderScriptScene.java 86 float xStep, float yStep, int xPixels, int yPixels) {
MagicSmokeRS.java 215 public void setOffset(float xOffset, float yOffset, float xStep, float yStep,
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 61 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) {
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 95 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/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 76 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*));
77 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 622 * launcher has 3 virtual screens, it would specify an xStep of 0.5,
624 * @param xStep The X offset delta from one screen to the next one
627 public void setWallpaperOffsetSteps(float xStep, float yStep) {
628 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/test-runner/src/android/test/
TouchUtils.java 773 float xStep = (toX - fromX) / stepCount;
782 x += xStep;
  /external/sqlite/dist/
sqlite3.h.orig     [all...]
sqlite3.h     [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 151 float xStep, float yStep, int xPixels, int yPixels) {
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 255 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
261 mPendingXOffsetStep = xStep;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java     [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 452 float xStep, float yStep, int xPixels, int yPixels) {

Completed in 866 milliseconds

1 2