Searched defs:ty (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | TileImageView.java | 433 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { 437 drawTile(canvas, tx, ty, level, x, y, length); 567 int tx, int ty, int level, float x, float y, float length) { 573 Tile tile = getTile(tx, ty, level); 595 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, 596 (ty + size) * scaleY); 566 drawTile(GLCanvas canvas, int tx, int ty, int level, float x, float y, float length) argument
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | AppsCustomizePagedView.java | 135 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { argument 138 dataType = ty;
|
Completed in 123 milliseconds