/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ImageViewTouchBase.java | 223 * @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) { 492 if (vertical) {
|
/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;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
html.css | 256 vertical-align: middle; 262 vertical-align: middle; 268 vertical-align: middle; 274 vertical-align: middle; 287 vertical-align: inherit; 293 vertical-align: inherit 396 /* Form controls don't go vertical. */ 613 vertical-align: top; 630 vertical-align: top; 903 vertical-align: -0.2em [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
sfobjs.c | 521 #define LOADM_( x, vertical ) \ 524 vertical ? "vertical " : "" )); \ 527 error = sfnt->load_ ## x( face, stream, vertical ); \ 590 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */ 824 /* vertical information? */ [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 521 #define LOADM_( x, vertical ) \ 524 vertical ? "vertical " : "" )); \ 527 error = sfnt->load_ ## x( face, stream, vertical ); \ 590 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */ 824 /* vertical information? */ [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_base.cc | 406 const bool vertical = part == kScrollbarVerticalThumb; local 415 if (vertical) 424 if (vertical) { 442 if (vertical) { 762 if (slider.vertical) { 788 if (slider.vertical) 797 if (slider.vertical) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 74 * <li>Handle GridLayouts that have been configured in a vertical orientation. 167 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"), 169 "horizontal", "vertical"), getCurrentOrientation(parentNode), 391 String vertical = null; local 396 vertical = GRAVITY_VALUE_FILL_VERTICAL; 400 && vertical == GRAVITY_VALUE_FILL_VERTICAL) { 402 } else if (vertical != null) { 403 gravity = horizontal + '|' + vertical;
|
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-core.css | 55 vertical-align:middle; 84 line-height:inherit; /* fixes vertical scrolling in webkit */ 172 vertical-align:top; 306 vertical-align: top; 314 vertical-align:middle; 617 vertical-align:middle; 630 vertical-align:top;
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 55 vertical-align:middle; 84 line-height:inherit; /* fixes vertical scrolling in webkit */ 172 vertical-align:top; 305 vertical-align: top; 313 vertical-align:middle; 616 vertical-align:middle; 629 vertical-align:top;
|
/external/chromium_org/cc/trees/ |
layer_tree_impl.cc | 262 // having a vertical scrollbar but no horizontal overflow. 344 if (ScrollbarLayerImplBase* vertical = 346 vertical->SetVerticalAdjust(vertical_adjust); 347 vertical->SetVisibleToTotalLengthRatio(
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.js | 339 label: 'Complete when overscrolled (vertical)', 354 label: 'Start overscroll gesture (vertical)', 364 label: 'Start resisting overscroll after (vertical)',
|
/cts/tests/tests/widget/src/android/widget/cts/ |
LinearLayoutTest.java | 88 linearLayout = (LinearLayout) mActivity.findViewById(R.id.vertical); 210 mockLinearLayout.setOrientation(LinearLayout.VERTICAL); 274 * layout of vertical LinearLayout. 290 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.vertical); 307 assertEquals(LinearLayout.VERTICAL, parent.getOrientation());
|
/external/chromium/chrome/browser/resources/net_internals/ |
resizableverticalsplitview.js | 36 // vertical split.
|
/external/chromium/chrome/browser/resources/ntp/ |
apps.css | 149 vertical-align: text-bottom;
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_view.css | 13 -webkit-box-orient: vertical;
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
change_picture_options.css | 29 vertical-align: middle;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.css | 63 vertical-align: bottom;
|
/external/chromium_org/ppapi/c/documentation/ |
stylesheet.css | 153 vertical-align: middle;
|
/external/chromium_org/ppapi/cpp/documentation/ |
stylesheet.css | 153 vertical-align: middle;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
profilesPanel.css | 124 vertical-align: -1px;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
results.css | 74 vertical-align: top;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.css | 155 vertical-align: top;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDLineIntersection.cpp | 105 // note that this only works if both lines are neither horizontal nor vertical 275 int SkIntersections::vertical(const SkDLine& line, double x) { function in class:SkIntersections 287 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, function in class:SkIntersections
|
/external/chromium_org/ui/gfx/ |
rect_base_impl.h | 77 Offset(Type horizontal, Type vertical) { 78 origin_ += VectorClass(horizontal, vertical);
|
/external/chromium_org/ui/webui/resources/css/ |
tree.css | 36 vertical-align: top;
|