Home
last modified time | relevance | path

Searched defs:leftEdge (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DCropView.java104 float leftEdge = centerX - imageWidth / 2f * scale; in getEdgesHelper() local
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1946 final int[] leftEdge = new int[mCountY]; field in CellLayout.ViewCluster