Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterChanSat.java136 int ty; in runSelectiveAdjust() local
139 for (ty = 0; ty < height; ty += STRIP_SIZE) { in runSelectiveAdjust()
140 int endy = ty + STRIP_SIZE; in runSelectiveAdjust()
144 options.setY(ty, endy); in runSelectiveAdjust()
DImageFilterGrad.java165 int ty; in runSelectiveAdjust() local
168 for (ty = 0; ty < height; ty += STRIP_SIZE) { in runSelectiveAdjust()
169 int endy = ty + STRIP_SIZE; in runSelectiveAdjust()
173 options.setY(ty, endy); in runSelectiveAdjust()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java436 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in render()
440 drawTile(canvas, tx, ty, level, x, y, length); in render()
591 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument
597 Tile tile = getTile(tx, ty, level); in drawTile()
618 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
619 (ty + size) * scaleY); in drawTile()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java442 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in draw()
446 drawTile(canvas, tx, ty, level, x, y, length); in draw()
597 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument
603 Tile tile = getTile(tx, ty, level); in drawTile()
626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
627 (ty + size) * scaleY); in drawTile()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java442 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in draw()
446 drawTile(canvas, tx, ty, level, x, y, length); in draw()
597 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument
603 Tile tile = getTile(tx, ty, level); in drawTile()
626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
627 (ty + size) * scaleY); in drawTile()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java498 float ty = (getHeight() - h) / 2.0f; in computeImageBounds() local
501 (int) ty + mShadowMargin, in computeImageBounds()
503 (int) (h + ty) - mShadowMargin); in computeImageBounds()
846 float ty = screenPos.bottom - translation.y * scale; in constrainTranslation()
847 translation.y = (int) ((getHeight() - mShadowMargin - ty) / scale); in constrainTranslation()
850 float ty = screenPos.top - translation.y * scale; in constrainTranslation()
851 translation.y = (int) ((mShadowMargin - ty) / scale); in constrainTranslation()
855 float ty = screenPos.bottom - translation.y * scale; in constrainTranslation()
857 translation.y = (int) ((getHeight() - mShadowMargin - ty - dy) / scale); in constrainTranslation()
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java883 float ty = eventY - mWaveCenterY; in handleMove()
884 float touchRadius = (float) Math.sqrt(dist2(tx, ty)); in handleMove()
887 float limitY = ty * scale; in handleMove()
888 double angleRad = Math.atan2(-ty, tx); in handleMove()
909 if (angleMatches && (dist2(tx, ty) > snapDistance2)) { in handleMove()
1001 final float ty = y - mWaveCenterY;
1002 if (mAlwaysTrackFinger || dist2(tx,ty) <= getScaledGlowRadiusSquared()) {
1005 updateGlowPosition(tx, ty);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java128 float ty = -1 + t * y; in onAccelerometerChanged() local
131 float length = FloatMath.sqrt(tx * tx + ty * ty + tz * tz); in onAccelerometerChanged()
138 + ty * USER_ANGEL_SIN / length) * mUserDistance, in onAccelerometerChanged()
/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java307 ObjectAnimator ty = ObjectAnimator.ofInt(mAnimScreen.mContent, "top", in showNavScreen() local
321 inanim.playTogether(tx, ty, tr, tb, sx, title); in showNavScreen()
506 int ty = web.getScrollY(); in set() local
507 c.translate(-tx, -ty - tbar.getEmbeddedHeight()); in set()
/packages/inputmethods/LatinIME/dictionaries/
Dfi_wordlist.combined.gz1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...
Dcs_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1393228143, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1393228154, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1393228134, ...
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java495 PropertyValuesHolder ty = PropertyValuesHolder.ofFloat("translationY", transY, 0); in animateOpen() local
518 Animator drift = LauncherAnimUtils.ofPropertyValuesHolder(this, tx, ty); in animateOpen()
DAppsCustomizePagedView.java110 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask() argument
113 dataType = ty; in AppsCustomizeAsyncTask()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java117 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask() argument
120 dataType = ty; in AppsCustomizeAsyncTask()