Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java127 float ty = -1 + t * y; in onAccelerometerChanged() local
130 float length = FloatMath.sqrt(tx * tx + ty * ty + tz * tz); in onAccelerometerChanged()
137 + ty * USER_ANGEL_SIN / length) * mUserDistance, in onAccelerometerChanged()
DCropImage.java705 for (int ty = rect.top, y = 0; in drawInTiles()
706 ty < rect.bottom; ty += tileSize, y += TILE_SIZE) { in drawInTiles()
707 tileRect.set(tx, ty, tx + tileSize, ty + tileSize); in drawInTiles()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java424 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in render()
428 drawTile(canvas, tx, ty, level, x, y, length); in render()
575 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument
581 Tile tile = getTile(tx, ty, level); in drawTile()
602 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
603 (ty + size) * scaleY); in drawTile()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLMock.java133 float ty = -(top + bottom) / (top - bottom); in glOrthof() local
139 tx, ty, tz, 1 in glOrthof()
/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java292 ObjectAnimator ty = ObjectAnimator.ofInt(mAnimScreen.mContent, "top", in showNavScreen() local
306 inanim.playTogether(tx, ty, tr, tb, sx, title); in showNavScreen()
490 int ty = web.getScrollY(); in set() local
491 c.translate(-tx, -ty - tbar.getEmbeddedHeight()); in set()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java143 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask() argument
146 dataType = ty; in AppsCustomizeAsyncTask()