HomeSort by relevance Sort by last modified time
    Searched refs:yStep (Results 1 - 25 of 33) 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
67 CGFloat yStep = m_repeatY ? tileRect.height() : (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);
ViewRootImpl.java     [all...]
  /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) {
MagicSmokeRS.java 236 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 442 double yStep = 0;
449 yStep = ((double)(upY - downY)) / swipeSteps;
456 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i));
481 double yStep = 0;
497 yStep = ((double)(segments[seg+1].y - segments[seg].y)) / segmentSteps;
501 segments[seg].y + (int)(yStep * 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) {
  /frameworks/base/core/java/android/app/
WallpaperManager.java 726 * @param yStep The Y offset delta from one screen to the next one
728 public void setWallpaperOffsetSteps(float xStep, float yStep) {
730 mWallpaperYStep = yStep;
  /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);
WindowManagerService.java     [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 773 float yStep = (toY - fromY) / stepCount;
782 y += yStep;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 511 float yStep = (yEnd - yStart) / stepCount;
520 y += yStep;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 281 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
288 mPendingYOffsetStep = yStep;
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 452 float xStep, float yStep, int xPixels, int yPixels) {
  /external/opencv/cv/src/
_cvipp.h     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 395 milliseconds

1 2