/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterChanSat.java | 136 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()
|
D | ImageFilterGrad.java | 165 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/ |
D | TileImageView.java | 436 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/ |
D | TiledImageRenderer.java | 442 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/ |
D | TiledImageRenderer.java | 442 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/ |
D | ImageShow.java | 498 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/ |
D | GlowPadView.java | 883 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/ |
D | EyePosition.java | 128 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/ |
D | PhoneUi.java | 307 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/ |
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
D | cs_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1393228143, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1393228154, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1393228134, ... |
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Folder.java | 495 PropertyValuesHolder ty = PropertyValuesHolder.ofFloat("translationY", transY, 0); in animateOpen() local 518 Animator drift = LauncherAnimUtils.ofPropertyValuesHolder(this, tx, ty); in animateOpen()
|
D | AppsCustomizePagedView.java | 110 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask() argument 113 dataType = ty; in AppsCustomizeAsyncTask()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 117 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask() argument 120 dataType = ty; in AppsCustomizeAsyncTask()
|