/external/chromium_org/ui/views/ |
view_model_utils.h | 20 VERTICAL
|
/external/chromium_org/ui/views/controls/ |
separator.h | 21 VERTICAL
|
slider.h | 48 VERTICAL
|
/external/chromium_org/cc/input/ |
scrollbar.h | 16 enum ScrollbarOrientation { HORIZONTAL, VERTICAL };
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
OverflowEvent.h | 45 VERTICAL = 1,
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
Direction.java | 39 VERTICAL {
|
/external/chromium_org/chromeos/ime/ |
candidate_window.h | 22 VERTICAL = 1, 80 return property_->is_vertical ? VERTICAL : HORIZONTAL; 83 property_->is_vertical = (orientation == VERTICAL);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeadZone.java | 36 public static final int VERTICAL = 1; 75 mVertical = (index == VERTICAL); 79 + (mVertical ? " vertical" : " horizontal"));
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
scrollbar.js | 15 * Mode of the scrollbar. As for now, only vertical scrollbars are supported. 19 VERTICAL: 0, 26 if (this.mode_ == ScrollBar.Mode.VERTICAL) { 28 this.classList.add('scrollbar-vertical'); 30 this.classList.remove('scrollbar-vertical'); 51 this.mode = ScrollBar.Mode.VERTICAL;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategoryView.java | 37 public static final int VERTICAL = 0; 93 if (getOrientation() == CategoryView.VERTICAL) { 187 if (getOrientation() == CategoryView.VERTICAL) {
|
IconView.java | 38 public static final int VERTICAL = 0; 82 if (getOrientation() == VERTICAL) { 184 if (getOrientation() == VERTICAL && isHalfImage()) { 233 if (getOrientation() == VERTICAL && isHalfImage()) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterMirrorRepresentation.java | 41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); 57 return VERTICAL; 126 || mMirror == Mirror.VERTICAL) { 141 mMirror = Mirror.VERTICAL; 143 case VERTICAL:
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 38 * This layout supports two different orientations: vertical and horizontal. When horizontal, 43 * When vertical, the layout is the following: 55 * orientation: horizontal or vertical 63 public static final int VERTICAL = 1; 74 private int mOrientation = VERTICAL; 97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL); 122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL. 138 if (mOrientation == VERTICAL) { 148 if (mOrientation == VERTICAL) { 187 if (mOrientation == VERTICAL) { [all...] |
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
FoldingLayout.java | 56 VERTICAL,
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.h | 31 // 2 bit specifies horizontal or vertical. 36 VERTICAL = 0x04, 45 LEFT_TOP = VERTICAL, 46 RIGHT_TOP = VERTICAL | RIGHT, 47 LEFT_BOTTOM = VERTICAL | BOTTOM, 48 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT, 51 LEFT_CENTER = CENTER | VERTICAL, 52 RIGHT_CENTER = CENTER | VERTICAL | RIGHT, 107 return a >= NONE ? false : !(a & VERTICAL);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ClipDrawable.java | 53 public static final int VERTICAL = 2; 60 * @param orientation Bitwise-or of {@link #HORIZONTAL} and/or {@link #VERTICAL} 214 if ((mClipState.mOrientation & VERTICAL) != 0) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 43 VERTICAL='vertical'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 43 VERTICAL='vertical'
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
MultiPaneChallengeLayout.java | 41 public static final int VERTICAL = LinearLayout.VERTICAL; 267 // Only subtract out space from one dimension. Favor vertical. 379 final boolean fixedLayoutVertical = fixedLayoutSize && mOrientation == VERTICAL;
|
/frameworks/base/core/java/com/android/internal/widget/ |
AutoScrollHelper.java | 58 * {@link #setRelativeEdges}. Default value is 20% for both vertical and 73 * Default value is 100% per second for both vertical and horizontal. 133 private static final int VERTICAL = 1; 288 * @param verticalMax The maximum vertical scrolling velocity, or 294 mMaximumVelocity[VERTICAL] = verticalMax / 1000f; 306 * @param verticalMin The minimum vertical scrolling velocity, or 312 mMinimumVelocity[VERTICAL] = verticalMin / 1000f; 326 * @param vertical The target vertical velocity as a fraction of the host 331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) { [all...] |
RotarySelector.java | 49 public static final int VERTICAL = 1; 158 * Either {@link #HORIZONTAL} or {@link #VERTICAL}. 389 // vertical 480 // the vertical distance from the outer edge of the circle to the desired point
|
SlidingTab.java | 57 private static final int VERTICAL = 1; 76 * Either {@link #HORIZONTAL} or {@link #VERTICAL}. 371 // vertical [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
AutoScrollHelper.java | 59 * {@link #setRelativeEdges}. Default value is 20% for both vertical and 74 * Default value is 100% per second for both vertical and horizontal. 134 private static final int VERTICAL = 1; 289 * @param verticalMax The maximum vertical scrolling velocity, or 295 mMaximumVelocity[VERTICAL] = verticalMax / 1000f; 307 * @param verticalMin The minimum vertical scrolling velocity, or 313 mMinimumVelocity[VERTICAL] = verticalMin / 1000f; 327 * @param vertical The target vertical velocity as a fraction of the host 332 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) { [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartSweepView.java | 87 public static final int VERTICAL = 1; 180 if (mFollowAxis == VERTICAL) { 295 if (mFollowAxis == VERTICAL) { 425 if (mFollowAxis == VERTICAL) { 446 if (mFollowAxis == VERTICAL) { 481 if (mFollowAxis == VERTICAL) { 537 if (mFollowAxis == VERTICAL) { 609 if (mFollowAxis == VERTICAL) { 630 // TODO: handle vertical labels 646 if (mFollowAxis == VERTICAL) { [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 61 public static final int VERTICAL = 1; 312 if (mOrientation == VERTICAL) { 487 if (mOrientation == VERTICAL) { 587 if (mOrientation == VERTICAL) { 621 * to {@link #VERTICAL}. 624 * @param heightMeasureSpec Vertical space requirements as imposed by the parent. 852 // Child may now not fit in vertical dimension. [all...] |