Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterChanSat.java136 int ty; in runSelectiveAdjust() local
DImageFilterGrad.java165 int ty; in runSelectiveAdjust() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java127 float ty = -1 + t * y; in onAccelerometerChanged() local
/packages/apps/Launcher3/src/com/android/launcher3/
DWidgetPreviewLoader.java399 float ty = 0; in generateWidgetPreview() local
DFolder.java498 PropertyValuesHolder ty = PropertyValuesHolder.ofFloat("translationY", transY, 0); in animateOpen() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java498 float ty = (getHeight() - h) / 2.0f; in computeImageBounds() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java598 int tx, int ty, int level, float x, float y, float length) { in drawTile()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java590 int tx, int ty, int level, float x, float y, float length) { in drawTile()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java597 int tx, int ty, int level, float x, float y, float length) { in drawTile()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java117 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask()