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

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 26 import org.apache.xpath.axes.SubContextList;
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObjectFactory.java 28 import org.apache.xpath.axes.OneStepIterator;
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 28 import org.apache.xpath.axes.WalkerFactory;
  /external/eigen/unsupported/test/
EulerAngles.cpp 88 // Invert the relevant axes
  /external/freetype/src/truetype/
ttgxvar.h 220 /* num_axis :: The number of axes along which interpolation */
ttgxvar.c 346 FT_TRACE2(( "ft_var_load_avar: number of axes in `avar' and `fvar'\n"
471 " number of axes in item variation store\n"
877 /* inner loop steps through axes in this region */
    [all...]
  /external/skia/gm/
lattice.cpp 111 { 50, 50, }, // shrink in both axes
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 521 public boolean onStartNestedScroll(View child, View target, int axes) {
522 if ((axes & SCROLL_AXIS_VERTICAL) == 0 || mActionBarTop.getVisibility() != VISIBLE) {
529 public void onNestedScrollAccepted(View child, View target, int axes) {
530 super.onNestedScrollAccepted(child, target, axes);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
Vector3Test.java 82 // Unit axes should be perpendicular.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 467 public boolean onStartNestedScroll(View child, View target, int axes) {
468 if ((axes & SCROLL_AXIS_VERTICAL) == 0 || mActionBarTop.getVisibility() != VISIBLE) {
475 public void onNestedScrollAccepted(View child, View target, int axes) {
476 mParentHelper.onNestedScrollAccepted(child, target, axes);
  /hardware/libhardware/modules/input/evdev/
MouseInputMapper.cpp 56 // Configure mouse axes
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 33 import org.apache.xpath.axes.AxesWalker;
34 import org.apache.xpath.axes.FilterExprIteratorSimple;
35 import org.apache.xpath.axes.FilterExprWalker;
36 import org.apache.xpath.axes.LocPathIterator;
37 import org.apache.xpath.axes.SelfIteratorNoPredicate;
38 import org.apache.xpath.axes.WalkerFactory;
39 import org.apache.xpath.axes.WalkingIterator;
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 30 * default orientation. The axes are not swapped when the device's screen
427 * x_uncalib, y_uncalib, z_uncalib are the measured magnetic field in X, Y, Z axes.
432 * x_bias, y_bias, z_bias give the iron bias estimated in X, Y, Z axes.
492 * The event uses the cannonical Android Sensor axes.
624 * axes similar to the {@link android.hardware.Sensor#TYPE_ACCELEROMETER},
  /frameworks/support/core-ui/java/android/support/v4/widget/
SwipeRefreshLayout.java 756 public void onNestedScrollAccepted(View child, View target, int axes) {
758 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, axes);
760 startNestedScroll(axes & ViewCompat.SCROLL_AXIS_VERTICAL);
848 public boolean startNestedScroll(int axes) {
849 return mNestedScrollingChildHelper.startNestedScroll(axes);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 851 cvEllipse2Poly( CvPoint center, CvSize axes, int angle,
855 double size_a = axes.width, size_b = axes.height;
912 icvEllipseEx( CvMat* img, CvPoint center, CvSize axes,
925 if( axes.width < 0 || axes.height < 0 )
928 delta = (MAX(axes.width,axes.height)+(XY_ONE>>1))>>XY_SHIFT;
931 count = cvEllipse2Poly( center, axes, angle, arc_start, arc_end, v, delta );
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontMgr_android.cpp 59 const SkFixed* axes, int axesCount,
68 , fAxes(axes, axesCount)
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 199 * Tracks the state of joystick axes and game controller buttons for a particular
384 // Populate axes.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 21 package org.apache.xpath.axes;
363 iter.m_firstWalker = new org.apache.xpath.axes.FilterExprWalker(iter);
  /external/kernel-headers/original/uapi/linux/
input.h 64 * Resolution for main axes (ABS_X, ABS_Y, ABS_Z) is reported in
65 * units per millimeter (units/mm), resolution for rotational axes
  /external/skia/include/core/
SkTypeface.h 86 * @return The number of axes, or -1 if there is an error.
89 * variation space. It is possible the number of axes can be retrieved but actual position
  /frameworks/native/include/input/
Input.h 222 // Bitfield of axes that are present in this structure.
225 // Values of axes that are stored in this structure packed in order by axis id
  /prebuilts/misc/windows/sdl2/test/
controllermap.c 167 SDL_Log("Joystick has %d axes, %d hats, %d balls, and %d buttons\n",
366 SDL_Log(" axes: %d\n", SDL_JoystickNumAxes(joystick));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MagneticFieldMeasurementTestActivity.java 102 * Deviation for each of the axes the Sensor reports data for. The StdDev is compared against

Completed in 1979 milliseconds

1 2 3 4 56 7 8 91011>>