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

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java49 public BorderKey(Config config, boolean vertical, int length) { argument
50 super(config, vertical ? length : -length);
61 private static Bitmap getBorderLine(boolean vertical, Config config, int length) { argument
62 BorderKey key = new BorderKey(config, vertical, length);
65 bitmap = vertical
/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/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java186 protected void center(boolean horizontal, boolean vertical) { argument
204 if (vertical) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollController.java621 final public Axis vertical = new Axis(mLerper, "vertical"); field in class:ScrollController
627 private Axis mSecondAxis = vertical;
638 /** the major movement is in horizontal or vertical */
672 mSecondAxis = vertical;
674 mMainAxis = vertical;
733 (dy == 0 || vertical.canScroll(dy < 0));
768 vertical.setOperationMode(operationMode);
771 (int)(vertical.mScrollCenter),
788 vertical
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 330 milliseconds