HomeSort by relevance Sort by last modified time
    Searched full:page_width (Results 1 - 2 of 2) sorted by null

  /external/opencv3/doc/pattern_tools/
gen_pattern.py 14 -w, --page_width - page width in units (default 216)
25 def __init__(self, cols,rows,output,units,square_size,radius_rate,page_width,page_height):
32 self.width = page_width
70 "page_width=","page_height="])
82 page_width = 216 #8.5 inches
103 elif o in ("-w", "--page_width"):
104 page_width = float(a)
107 pm = PatternMaker(columns,rows,output,units,square_size,radius_rate,page_width,page_height)
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 51 private static final int PAGE_WIDTH = 100;
53 private static final int SCROLL_RIGHT = ITEM_WIDTH * ITEM_COUNT - PAGE_WIDTH;
518 assertEquals(PAGE_WIDTH, mScrollView.getScrollX());
525 assertEquals(SCROLL_RIGHT - PAGE_WIDTH, mScrollView.getScrollX());
630 rect = new Rect(edge, 0, PAGE_WIDTH, 0);
634 rect = new Rect(edge + 1, 0, PAGE_WIDTH, 0);
723 mScrollView.scrollTo(PAGE_WIDTH, PAGE_HEIGHT);
725 assertEquals(PAGE_WIDTH, mScrollView.getScrollX());
    [all...]

Completed in 330 milliseconds