/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DropTarget.java | 41 void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, in onDrop() argument 44 void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 47 void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 50 void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument 69 boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 90 Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, in estimateDropLocation() argument
|
D | UserFolder.java | 33 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 42 public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, in estimateDropLocation() argument 47 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, in onDrop() argument 59 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 63 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 67 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument
|
D | FolderIcon.java | 64 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 73 public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, in estimateDropLocation() argument 78 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, in onDrop() argument 86 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 91 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 95 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument
|
D | LiveFolderIcon.java | 57 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 63 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, in onDrop() argument 68 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 73 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 78 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument
|
D | DeleteZone.java | 80 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 85 public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, in estimateDropLocation() argument 90 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, in onDrop() argument 123 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 129 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 133 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument
|
/packages/apps/Launcher/src/com/android/launcher/ |
D | DropTarget.java | 38 void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDrop() argument 40 void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDragEnter() argument 42 void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDragOver() argument 44 void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in onDragExit() argument 61 boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo); in acceptDrop() argument
|
D | UserFolder.java | 30 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 38 …public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, Object… in estimateDropLocation() argument 42 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() argument 49 …public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo… in onDragEnter() argument 52 …public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo)… in onDragOver() argument 55 …public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo)… in onDragExit() argument
|
D | LiveFolderIcon.java | 57 …public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragIn… in acceptDrop() argument 62 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() argument 66 …public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo… in onDragEnter() argument 70 …public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo)… in onDragOver() argument 74 …public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo)… in onDragExit() argument
|
D | FolderIcon.java | 64 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 73 …public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, Object… in estimateDropLocation() argument 77 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() argument 84 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 89 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 93 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument
|
D | DeleteZone.java | 77 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, in acceptDrop() argument 82 …public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset, Object… in estimateDropLocation() argument 86 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() argument 119 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 124 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 128 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument
|
D | Workspace.java | 832 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, Object dragInfo) { in onDrop() argument 835 onDropExternal(x - xOffset, y - yOffset, dragInfo, cellLayout); in onDrop() 846 mTargetCell = estimateDropCell(x - xOffset, y - yOffset, in onDrop() 858 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, in onDragEnter() argument 863 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, in onDragOver() argument 867 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset, in onDragExit() argument 926 int xOffset, int yOffset, Object dragInfo) { in acceptDrop() argument 943 public Rect estimateDropLocation(int x, int y, int xOffset, int yOffset, Rect recycle) { in estimateDropLocation() argument 954 int[] dropCell = estimateDropCell(x - xOffset, y - yOffset, in estimateDropLocation()
|
/packages/wallpapers/Basic/res/raw/ |
D | galaxy.rs | 114 void drawSpace(float xOffset, int width, int height) { 123 void drawLights(float xOffset, int width, int height) { 129 float x = -scale + xOffset - scale * 0.05f; 140 void drawParticles(float xOffset, float offset, int width, int height) { 175 vtx->x = star->t * x + star->s * y + xOffset; 193 float offset = lerpf(-1.0f, 1.0f, State->xOffset);
|
D | grass.rs | 92 float brightness, float xOffset, float now) { 100 float xpos = bladeStruct[BLADE_STRUCT_XPOS] + xOffset; 189 void drawBlades(float brightness, float xOffset) { 204 int offset = drawBlade(bladeStruct, bladeBuffer, bladeColor, brightness, xOffset, now); 218 float x = lerpf(width, 0, State->xOffset);
|
D | fall.rs | 115 float xShift = State->xOffset * ratio * 2; 212 matrixTranslate(matrix, (x - State->xOffset * 2) + (shadowOffet / 2), y - shadowOffet, tz); 232 matrixTranslate(matrix, x - State->xOffset * 2, y, tz); 308 matrixTranslate(matrix, State->xOffset, 0.0f, 0.0f);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/ |
D | Visualization3RS.java | 49 public void setOffset(float xOffset, float yOffset, in setOffset() argument 53 xStep = xOffset / 2; // originator didn't set step size, assume we're halfway in setOffset() 55 mWorldState.yRotation = (xOffset / xStep) * 360; // rotate 360 degrees per screen in setOffset()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
D | FallRS.java | 105 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { in setOffset() argument 106 mWorldState.xOffset = xOffset; in setOffset() 114 addDrop(x + (mWorldState.width * mWorldState.xOffset), y); in onCommand() 116 addDrop(x + (mWorldState.width * mWorldState.xOffset), y); in onCommand() 128 addDrop(x + (width * worldState.xOffset), y); in start() 259 public float xOffset; field in FallRS.WorldState
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
D | GalaxyRS.java | 155 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { in setOffset() argument 156 mGalaxyState.xOffset = xOffset; in setOffset() 178 public float xOffset; field in GalaxyRS.GalaxyState 202 mGalaxyState.xOffset = 0.5f; in createState()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
D | RenderScriptWallpaper.java | 94 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged() argument 96 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels); in onOffsetsChanged()
|
D | GenericWaveRS.java | 238 public void setOffset(float xOffset, float yOffset, in setOffset() argument 243 xStep = xOffset / 2; // originator didn't set step size, assume we're halfway in setOffset() 245 mWorldState.yRotation = (xOffset / xStep) * 180; // rotate 180 degrees per screen in setOffset()
|
D | RenderScriptScene.java | 85 public void setOffset(float xOffset, float yOffset, in setOffset() argument
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
D | RenderScriptWallpaper.java | 88 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged() argument 90 mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels); in onOffsetsChanged()
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
D | RenderScriptWallpaper.java | 95 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged() argument 97 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels); in onOffsetsChanged()
|
D | RenderScriptScene.java | 85 public void setOffset(float xOffset, float yOffset, in setOffset() argument
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
D | GrassRS.java | 210 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) { in setOffset() argument 211 mWorldState.xOffset = xOffset; in setOffset() 220 public float xOffset; field in GrassRS.WorldState 238 mWorldState.xOffset = 0.5f; in createState()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/ |
D | Visualization1.java | 123 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged() argument 125 mOffset = xOffset; in onOffsetsChanged()
|