HomeSort by relevance Sort by last modified time
    Searched full:axes (Results 51 - 75 of 311) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/support/compat/java/android/support/v4/view/
NestedScrollingParent2.java 59 * @param axes Flags consisting of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL},
64 boolean onStartNestedScroll(@NonNull View child, @NonNull View target, @ScrollAxis int axes,
78 * @param axes Flags consisting of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL},
84 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes,
NestedScrollingChild2.java 44 * Begin a nestable scroll operation along the given axes, for the given input type.
72 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
82 boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type);
NestedScrollingChild.java 73 * Begin a nestable scroll operation along the given axes.
101 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
110 boolean startNestedScroll(@ScrollAxis int axes);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 121 * and Z axes.
122 * - accel biases for X, Y, Z axes.
160 * - gyro biases for X, Y, Z axes,
161 * - accel biases for X, Y, Z axes.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 121 * and Z axes.
122 * - accel biases for X, Y, Z axes.
160 * - gyro biases for X, Y, Z axes,
161 * - accel biases for X, Y, Z axes.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIteratorForward.java 21 package org.apache.xpath.axes;
34 * @see org.apache.xpath.axes#ChildTestIterator
63 * Create a OneStepIterator object that will just traverse the self axes.
IteratorPool.java 21 package org.apache.xpath.axes;
ChildTestIterator.java 21 package org.apache.xpath.axes;
32 * @see org.apache.xpath.axes.BasicTestIterator
UnionChildIterator.java 21 package org.apache.xpath.axes;
30 * tests along the child axes. If the conditions are right, it is
  /frameworks/base/core/java/android/text/
FontConfig.java 71 public Font(@NonNull String fontName, int ttcIndex, @NonNull FontVariationAxis[] axes,
75 mAxes = axes;
95 * Returns the list of axes associated to this font.
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1-sources.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 96 typedef interface Axes Axes;
241 virtual HRESULT STDMETHODCALLTYPE get_Axes (Axes **ppvObject) = 0;
264 HRESULT (STDMETHODCALLTYPE *get_Axes) (ICellset *This, Axes **ppvObject);
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 382 // Draw the axes
469 // Draw the axes
483 * Set the button and axes mapping data structures.
486 * @param axes
488 public void setButtonsAxes(int[] buttons, float[] axes) {
490 mAxes = axes;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 24 * Specifies values related to XPath Axes.
25 * <p>The ancestor, descendant, following, preceding and self axes partition a
182 /** The names of the axes for diagnostic purposes. */
  /frameworks/native/include/input/
InputEventLabels.h 330 static const InputEventLabel AXES[] = {
444 return int32_t(lookupValueByLabel(label, AXES));
448 return lookupLabelByValue(axisId, AXES);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 25 import org.apache.xpath.axes.LocPathIterator;
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h 74 /* num_axis :: The number of axes along which interpolation */
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 62 AxisDefinitions* axes) const;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
EigenDecomposition.java 50 * <p>No assumption is made about the orientation of the system axes formed
72 * <p>No assumption is made about the orientation of the system axes formed
  /external/fio/
graph.h 66 * Invisible data will have the same effect on the scaling of the axes
76 /* The labels used on the x and y axes may be shortened. You can register for callbacks
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 28 int ttcIndex, const std::vector<minikin::FontVariation>& axes) :
30 mFontSize(fontSize), mTtcIndex(ttcIndex), mAxes(axes) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java     [all...]
  /external/giflib/
quantize.c 192 axes alternatingly until ColorMapSize different cubes exists.
242 * We mitigate this problem by sorting on all three axes rather
319 /* sort on all axes of the color space! */
  /frameworks/base/core/java/com/android/internal/widget/
NestedScrollingChild.java 70 * Begin a nestable scroll operation along the given axes.
98 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
107 boolean startNestedScroll(int axes);
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 60 // Touch devices get dibs on touch-related axes.
153 // Some joysticks such as the PS3 controller report axes that conflict
193 // absolute axes.

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011>>