Searched defs:vertical (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java86 public boolean vertical; field in class:UploadedTexture.BorderKey
93 return vertical ? x : -x;
100 return vertical == o.vertical
119 boolean vertical, Config config, int length) {
121 key.vertical = vertical;
126 bitmap = vertical
118 getBorderLine( boolean vertical, Config config, int length) argument
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java86 public boolean vertical; field in class:UploadedTexture.BorderKey
93 return vertical ? x : -x;
100 return vertical == o.vertical
119 boolean vertical, Config config, int length) {
121 key.vertical = vertical;
126 bitmap = vertical
118 getBorderLine( boolean vertical, Config config, int length) argument
/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java186 protected void center(boolean horizontal, boolean vertical) { argument
204 if (vertical) {
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java223 * @param dy The vertical offset
232 * Pan by the specified horizontal and vertical amount
235 * @param dy Pan by this vertical amount
357 * @param centerY The vertical center
387 * @param pointY The vertical position
402 * @param pointY The vertical position
477 private void center(boolean horizontal, boolean vertical) { argument
492 if (vertical) {

Completed in 117 milliseconds