Searched refs:vertical (Results 1 - 5 of 5) 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/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...]
H A DScrollAdapterView.java56 * So you could have a vertical ScrollAdapterView with a nested expanding Horizontal ScrollAdapterView.
804 scrollTo(mScroll.horizontal.getSystemScrollPos(), mScroll.vertical.getSystemScrollPos());
810 mScroll.vertical.setSize(h);
1181 mScroll.vertical.setPadding(getPaddingTop(), getPaddingBottom());
1496 top = mScroll.vertical.getPaddingLow();
1500 top = viewLoc != Integer.MIN_VALUE ? viewLoc: mScroll.vertical.getPaddingLow()
/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java186 protected void center(boolean horizontal, boolean vertical) { argument
204 if (vertical) {

Completed in 273 milliseconds