/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ItemAlignment.java | 34 final static class Axis extends ItemAlignmentFacet.ItemAlignmentDef { 37 Axis(int orientation) { 51 final public Axis vertical = new Axis(VERTICAL); 53 final public Axis horizontal = new Axis(HORIZONTAL); 55 private Axis mMainAxis = horizontal; 57 private Axis mSecondAxis = vertical; 59 final public Axis mainAxis() { 63 final public Axis secondAxis() [all...] |
WindowAlignment.java | 27 * Maintains Window Alignment information of two axis. 34 public static class Axis { 74 public Axis(String name) { 275 final public Axis vertical = new Axis("vertical"); 277 final public Axis horizontal = new Axis("horizontal"); 279 private Axis mMainAxis = horizontal; 281 private Axis mSecondAxis = vertical; 283 final public Axis mainAxis() [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkingIteratorSorted.java | 23 import org.apache.xml.dtm.Axis; 104 int axis = walker.getAxis(); local 108 boolean isSimpleDownAxis = ((axis == Axis.CHILD) 109 || (axis == Axis.SELF) 110 || (axis == Axis.ROOT)); 113 if(isSimpleDownAxis || (axis == -1)) 120 if(walker.isDocOrdered() && (axis == Axis.DESCENDANT || [all...] |
WalkerFactory.java | 24 import org.apache.xml.dtm.Axis; 310 return Axis.FOLLOWING; 312 return Axis.FOLLOWINGSIBLING; 314 return Axis.PRECEDING; 316 return Axis.PRECEDINGSIBLING; 318 return Axis.PARENT; 320 return Axis.NAMESPACE; 322 return Axis.ANCESTOR; 324 return Axis.ANCESTORORSELF; 326 return Axis.ATTRIBUTE 857 int axis = Axis.SELF; local 990 int axis, predicateAxis; local [all...] |
ChildTestIterator.java | 23 import org.apache.xml.dtm.Axis; 77 * @return The next node on the axis, or DTM.NULL. 127 m_traverser = m_cdtm.getAxisTraverser(Axis.CHILD); 150 * Returns the axis being iterated, if it is known. 152 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple 157 return org.apache.xml.dtm.Axis.CHILD;
|
AttributeIterator.java | 63 * Returns the axis being iterated, if it is known. 65 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple 70 return org.apache.xml.dtm.Axis.ATTRIBUTE;
|
MatchPatternIterator.java | 23 import org.apache.xml.dtm.Axis; 37 * filtered iteration over the tree, evaluating each node in a super axis 49 /** The traversal axis from where the nodes will be filtered. */ 52 /** The DTM inner traversal class, that corresponds to the super axis. */ 123 m_superAxis = Axis.ALL; 127 m_superAxis = Axis.DESCENDANTSFROMROOT; 134 m_superAxis = Axis.ALLFROMNODE; 138 m_superAxis = Axis.DESCENDANTORSELF; 143 m_superAxis = Axis.ALL; 147 System.out.println("axis: "+Axis.getNames(m_superAxis)) [all...] |
DescendantIterator.java | 23 import org.apache.xml.dtm.Axis; 104 m_axis = Axis.DESCENDANTSORSELFFROMROOT; 106 m_axis = Axis.DESCENDANTSFROMROOT; 109 m_axis = Axis.DESCENDANTORSELF; 111 m_axis = Axis.DESCENDANT; 135 m_axis = Axis.DESCENDANTSORSELFFROMROOT; 345 * Returns the axis being iterated, if it is known. 347 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple 359 /** The axis that we are traversing. * [all...] |
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
Direction.java | 53 public Axis axis() { method 54 return Axis.VERTICAL; 64 public Axis axis() { method 65 return Axis.VERTICAL; 75 public Axis axis() { method 76 return Axis.HORIZONTAL; 86 public Axis axis() method 92 public abstract Axis axis(); method in class:Direction.PhysicalDirection [all...] |
Scrollers.java | 25 import io.appium.droiddriver.scroll.Direction.Axis; 79 Axis.VERTICAL, new AccessibilityEventScrollStepStrategy(uiAutomation, 1000L, 85 Axis.VERTICAL, StaticSentinelStrategy.DEFAULT, true/* startFromBeginning */);
|
AccessibilityEventScrollStepStrategy.java | 31 import io.appium.droiddriver.scroll.Direction.Axis; 119 if (detectEnd(event, direction.axis())) { 136 protected boolean detectEnd(AccessibilityEvent event, Axis axis) { 145 if (axis == Axis.VERTICAL) { 147 } else if (axis == Axis.HORIZONTAL) { 216 protected boolean detectEnd(AccessibilityEvent event, Axis axis) { [all...] |
StepBasedScroller.java | 27 import io.appium.droiddriver.scroll.Direction.Axis; 44 private final Axis axis; field in class:StepBasedScroller 54 * @param axis the axis this scroller can scroll 61 public StepBasedScroller(int maxScrolls, long perScrollTimeoutMillis, Axis axis, 65 this.axis = axis; 72 * perScrollTimeoutMillis, vertical axis, not startFromBegining [all...] |
/external/skia/include/effects/ |
SkColorMatrix.h | 42 enum Axis { 47 void setRotate(Axis, SkScalar degrees); 48 void setSinCos(Axis, SkScalar sine, SkScalar cosine); 49 void preRotate(Axis, SkScalar degrees); 50 void postRotate(Axis, SkScalar degrees);
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
common_test.py | 39 """Make sure axis assignment works properly""" 40 new_axis = common.Axis() 43 new_axis = common.Axis() 46 new_axis = common.Axis() 49 new_axis = common.Axis() 54 axis = common.Axis() 55 self.assertTrue(axis.min is None) 56 self.assertTrue(axis.max is None) 57 axis = common.Axis(-2, 16 [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
TableModel.java | 42 public enum Axis {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 19 * $Id: Axis.java 468653 2006-10-28 07:07:05Z minchau $ 30 public final class Axis 34 * The ancestor axis contains the ancestors of the context node; 36 * node and the parent's parent and so on; thus, the ancestor axis will 42 * the ancestor-or-self axis contains the context node and the ancestors of 43 * the context node; thus, the ancestor axis will always include the 49 * the attribute axis contains the attributes of the context node; the axis 54 /** The child axis contains the children of the context node. */ 58 * The descendant axis contains the descendants of the context node [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
ContextMatchStepPattern.java | 23 import org.apache.xml.dtm.Axis; 41 public ContextMatchStepPattern(int axis, int paxis) 43 super(DTMFilter.SHOW_ALL, axis, paxis); 99 int axis = m_axis; local 101 boolean needToTraverseAttrs = WalkerFactory.isDownwardAxisOfMany(axis); 105 if((Axis.PRECEDING == axis) && iterRootIsAttr) 107 axis = Axis.PRECEDINGANDANCESTOR; 110 traverser = dtm.getAxisTraverser(axis); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XObjectFactory.java | 23 import org.apache.xml.dtm.Axis; 109 DTMAxisIterator iter = dtm.getAxisIterator(Axis.SELF); 111 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF); 125 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF);
|
/external/skia/include/ports/ |
SkFontMgr.h | 106 struct Axis { 123 /** Specify the GX variation axis values. 130 FontParameters& setAxes(const Axis* axes, int axisCount) { 139 const Axis* getAxes(int* axisCount) const { 146 const Axis* fAxes;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 95 * over an XPath axis, though perhaps not in document order. 97 * @param axis One of Axes.ANCESTORORSELF, etc. 99 * @return A DTMAxisTraverser, or null if the given axis isn't supported. 101 public DTMAxisTraverser getAxisTraverser(final int axis) 108 m_traversers = new DTMAxisTraverser[Axis.getNamesLength()]; 113 traverser = m_traversers[axis]; // Share/reuse existing traverser 119 switch (axis) // Generate new traverser 121 case Axis.ANCESTOR : 124 case Axis.ANCESTORORSELF : 127 case Axis.ATTRIBUTE [all...] |
DTMDefaultBaseIterators.java | 89 * Get an iterator that can navigate over an XPath Axis, predicated by 94 * @param axis One of Axes.ANCESTORORSELF, etc. 97 * @return A DTMAxisIterator, or null if the given axis isn't supported. 99 public DTMAxisIterator getTypedAxisIterator(int axis, int type) 113 // iterator = new FilterIterator(getAxisIterator(axis), 118 switch (axis) 120 case Axis.SELF : 123 case Axis.CHILD : 126 case Axis.PARENT : 128 case Axis.ANCESTOR [all...] |
/frameworks/base/graphics/java/android/graphics/ |
FontListParser.java | 46 public static class Axis { 47 Axis(int tag, float styleValue) { 56 Font(String fontName, int ttcIndex, List<Axis> axes, int weight, boolean isItalic) { 65 public final List<Axis> axes; 146 List<Axis> axes = new ArrayList<Axis>(); 157 if (tag.equals("axis")) { 177 private static Axis readAxis(XmlPullParser parser) 198 skip(parser); // axis tag is empty, ignore any contents and consume end tag 199 return new Axis(tag, styleValue) [all...] |
FontFamily.java | 83 public boolean addFontWeightStyle(ByteBuffer font, int ttcIndex, List<FontListParser.Axis> axes, 96 int ttcIndex, List<FontListParser.Axis> listOfAxis,
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
line_chart_test.py | 63 common.Axis()) 69 common.Axis()) 73 common.Axis()) 98 common.Axis())
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyIterator.java | 30 import org.apache.xml.dtm.Axis; 83 super(Axis.ALL);
|