HomeSort by relevance Sort by last modified time
    Searched refs:vertical (Results 26 - 50 of 456) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/include/freetype/
ftincrem.h 107 * Vertical component of glyph advance, in font units.
110 * These correspond to horizontal or vertical metrics depending on the
111 * value of the `vertical' argument to the function
227 * vertical ::
228 * If true, return vertical metrics.
244 FT_Bool vertical,
  /external/pdfium/third_party/freetype/include/freetype/
ftincrem.h 107 * Vertical component of glyph advance, in font units.
110 * These correspond to horizontal or vertical metrics depending on the
111 * value of the `vertical' argument to the function
227 * vertical ::
228 * If true, return vertical metrics.
244 FT_Bool vertical,
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
NavBarButtonProvider.java 47 void setVertical(boolean vertical);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
StaggeredGridLayoutManagerActivity.java 32 return new StaggeredGridLayoutManager(3, StaggeredGridLayoutManager.VERTICAL);
41 new ConfigToggle(this, R.string.vertical) {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftincrem.h 107 * Vertical component of glyph advance, in font units.
110 * These correspond to horizontal or vertical metrics depending on the
111 * value of the `vertical' argument to the function
227 * vertical ::
228 * If true, return vertical metrics.
244 FT_Bool vertical,
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.c 66 alloc_mode_context(cm, num_4x4_blk / 2, &tree->vertical[0]);
70 alloc_mode_context(cm, num_4x4_blk / 2, &tree->vertical[1]);
73 memset(&tree->vertical[1], 0, sizeof(tree->vertical[1]));
81 free_mode_context(&tree->vertical[0]);
82 free_mode_context(&tree->vertical[1]);
86 // partition level. There are contexts for none, horizontal, vertical, and
vp9_context_tree.h 85 PICK_MODE_CONTEXT vertical[2]; member in struct:PC_TREE
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
WindowAlignment.java 356 public final Axis vertical = new Axis("vertical"); field in class:WindowAlignment
362 private Axis mSecondAxis = vertical;
376 mSecondAxis = vertical;
378 mMainAxis = vertical;
395 .append("; vertical=")
396 .append(vertical.toString())
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 83 int vertical = 0; local
87 vertical += 1;
97 assertEquals(50, vertical, TOLERANCE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ButtonDispatcher.java 177 public void setVertical(boolean vertical) {
178 mVertical = vertical;
183 ((ButtonInterface) view).setVertical(vertical);
  /external/autotest/frontend/client/src/autotest/public/
tkoclient.css 9 vertical-align: top;
  /external/llvm/docs/_static/
llvm.css 21 text-align: center; vertical-align: middle; }
32 vertical-align: middle;
99 { border: none; padding: 4pt 4pt 2pt 2pt; vertical-align: top; }
103 text-align: center; vertical-align: middle; }
  /external/skia/src/pathops/
SkIntersections.h 70 return vertical(conic, top, bottom, x, flipped);
94 return vertical(cubic, top, bottom, x, flipped);
144 return vertical(line, top, bottom, x, flipped);
180 return vertical(quad, top, bottom, x, flipped);
276 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
277 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped);
278 int vertical(const SkDConic&, double top, double bottom, double x, bool flipped);
279 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
  /external/swiftshader/third_party/LLVM/docs/
llvm.css 21 text-align: center; vertical-align: middle; }
32 vertical-align: middle;
99 { border: none; padding: 4pt 4pt 2pt 2pt; vertical-align: top; }
103 text-align: center; vertical-align: middle; }
  /cts/tests/tests/text/src/android/text/method/cts/
BaseMovementMethodTest.java 143 // limit lines for vertical scroll
202 private static MotionEvent createScrollEvent(int horizontal, int vertical) {
203 return createScrollEvent(horizontal, vertical, 0);
206 private static MotionEvent createScrollEvent(int horizontal, int vertical, int meta) {
212 coords[0].setAxisValue(MotionEvent.AXIS_VSCROLL, vertical);
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 32 #define V| vertical bar
  /frameworks/base/apct-tests/perftests/core/src/android/view/
ViewShowHidePerfTest.java 81 boolean vertical = remainingDepth % 2 == 0;
82 parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
86 // vertical: match parent in x axis, horizontal: y axis.
88 (vertical ? ViewGroup.LayoutParams.MATCH_PARENT : 0),
89 (vertical ? 0 : ViewGroup.LayoutParams.MATCH_PARENT),
  /external/llvm/docs/_ocamldoc/
style.css 10 line-height: inherit; vertical-align: baseline; text-align:inherit;
31 .superscript { vertical-align: super; }
32 .subscript { vertical-align: sub; }
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 58 Resources res, boolean vertical) {
61 if (vertical) {
Slider.java 72 protected void initSliderView(Context context, boolean vertical) {
74 mVertical = vertical;
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 437 final boolean vertical = mVertical;
438 if (vertical) {
465 if (vertical ? (mExpanded && top < mTapThreshold + mTopOffset) ||
476 animateClose(vertical ? top : left, true);
478 animateOpen(vertical ? top : left, true);
481 performFling(vertical ? top : left, velocity, false, true);
485 performFling(vertical ? top : left, velocity, false, true);
488 performFling(vertical ? top : left, velocity, false, true);
    [all...]
  /external/fmtlib/doc/bootstrap/
normalize.less 51 // 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
59 vertical-align: baseline; // 2
166 vertical-align: baseline;
396 // Remove default vertical scrollbar in IE 8/9/10/11.
  /external/libnl/doc/stylesheets/
asciidoc.css 205 vertical-align: top;
285 vertical-align: top;
292 vertical-align: top;
308 vertical-align: super;
333 vertical-align: top;
519 vertical-align: top;
522 vertical-align: middle;
525 vertical-align: bottom;
flask.css 206 vertical-align: top;
285 vertical-align: top;
291 vertical-align: top;
307 vertical-align: super;
332 vertical-align: top;
511 vertical-align: top;
514 vertical-align: middle;
517 vertical-align: bottom;

Completed in 1670 milliseconds

12 3 4 5 6 7 8 91011>>