Searched refs:axis (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/wilhelm/src/itf/
H A DI3DLocation.cpp220 SLVec3D axis = *pAxis; local
221 // NTH Check that axis is not (close to) zero vector, length does not matter
231 thiz->mAxis = axis;
H A DI3DMacroscopic.cpp129 SLVec3D axis = *pAxis; local
130 // NTH Check that axis is not (close to) zero vector, length does not matter
136 thiz->mAxis = axis;
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp50 << "getAxisValue should return zero because axis is not present";
52 << "getAxisValue should return zero because axis is not present";
54 // Set first axis.
60 << "getAxisValue should return zero because axis is not present";
62 << "getAxisValue should return value of axis";
64 // Set an axis with a higher id than all others. (appending value at the end)
71 << "getAxisValue should return zero because axis is not present";
73 << "getAxisValue should return value of axis";
75 << "getAxisValue should return zero because axis is not present";
77 << "getAxisValue should return value of axis";
[all...]
/frameworks/native/include/input/
H A DInputEventLabels.h24 #define DEFINE_AXIS(axis) { #axis, AMOTION_EVENT_AXIS_##axis }
374 // NOTE: If you add a new axis here you must also add it to several other files.
/frameworks/native/include/android/
H A Dinput.h387 * Constants that identify each individual axis of a motion event.
392 * Axis constant: X axis of a motion event.
407 * Axis constant: Y axis of a motion event.
422 * Axis constant: Pressure axis of a motion event.
435 * Axis constant: Size axis of a motion event.
446 * Axis constant: TouchMajor axis of a motion event.
448 * - For a touch screen, reports the length of the major axis of an ellipse that
451 * - For a touch pad, reports the length of the major axis of an ellipse that
457 * Axis constant: TouchMinor axis of a motion event.
459 * - For a touch screen, reports the length of the minor axis o
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java122 * If either a weight or alignment were defined along a given axis then the component
141 * given axis. During layout, GridLayout solves the constraints so as to return the unique
336 * To control which axis should be processed first during the layout operation:
337 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
675 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis;
678 boolean isAtEdge = leading1 ? (span.min == 0) : (span.max == axis.getCount());
695 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis;
696 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins();
743 final Axis axis
2402 include(GridLayout gl, View c, Spec spec, Axis axis, int size) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java117 * If either a weight or alignment were defined along a given axis then the component
136 * given axis. During layout, GridLayout solves the constraints so as to return the unique
325 * To control which axis should be processed first during the layout operation:
326 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
659 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis;
662 boolean isAtEdge = leading1 ? (span.min == 0) : (span.max == axis.getCount());
683 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis;
684 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins();
731 final Axis axis
2292 include(GridLayout gl, View c, Spec spec, Axis axis, int size) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java450 * @param axes An array of font variation axis tag-value pairs.
518 for (FontVariationAxis axis : axes) {
519 builder.append(axis.getTag());
521 builder.append(Float.toString(axis.getStyleValue()));
1048 public boolean isSupportedAxes(int axis) { argument
1059 return Arrays.binarySearch(mSupportedAxes, axis) >= 0;
H A DPaint.java1547 * multiple pairs of axis tag and style values. The axis tag must contain four ASCII characters
1550 * are invalid. If a specified axis name is not defined in the font, the settings will be
1606 for (final FontVariationAxis axis : axes) {
1607 if (targetTypeface.isSupportedAxes(axis.getOpenTypeTagValue())) {
1608 filteredAxes.add(axis);
/frameworks/native/services/inputflinger/
H A DInputReader.h743 /* Raw axis information from the driver. */
1000 status_t getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo);
1004 const RawAbsoluteAxisInfo& axis, const char* name);
1920 bool explicitlyMapped; // true if the axis was explicitly assigned an axis id
1967 // Axes indexed by raw ABS_* axis index.
1981 static bool isCenteredAxis(int32_t axis);
1982 static int32_t getCompatAxis(int32_t axis);
1984 static void addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info);
1985 static void setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis,
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1183 int axis = scrollPosX != 0 ? View.SCROLL_AXIS_HORIZONTAL : 0;
1184 axis |= scrollPosY != 0 ? View.SCROLL_AXIS_VERTICAL : 0;
1185 if (view.startNestedScroll(axis)) {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp399 void addAbsoluteAxis(int32_t deviceId, int axis, argument
410 device->absoluteAxes.add(axis, info);
413 void addRelativeAxis(int32_t deviceId, int32_t axis) { argument
415 device->relativeAxes.add(axis, true);
433 void setAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t value) { argument
435 device->absoluteAxisValue.replaceValueFor(axis, value);
518 virtual status_t getAbsoluteAxisInfo(int32_t deviceId, int axis, argument
522 ssize_t index = device->absoluteAxes.indexOfKey(axis);
532 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const {
535 return device->relativeAxes.indexOfKey(axis) >
633 getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const argument
1488 assertMotionRange(const InputDeviceInfo& info, int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) argument
[all...]
/frameworks/rs/script_api/
H A Drs_matrix.spec328 arg: float fovy, "Field of view, in degrees along the Y axis."
345 arg: float x, "X component of the vector that is the axis of rotation."
346 arg: float y, "Y component of the vector that is the axis of rotation."
347 arg: float z, "Z component of the vector that is the axis of rotation."
350 This function creates a rotation matrix. The axis of rotation is the <code>(x, y, z)</code> vector.
515 arg: float x, "X component of the vector that is the axis of rotation."
516 arg: float y, "Y component of the vector that is the axis of rotation."
517 arg: float z, "Z component of the vector that is the axis of rotation."
522 This function modifies a transformation matrix to first do a rotation. The axis of
H A Drs_graphics.spec687 Computes an axis aligned bounding box of a mesh object
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5003 // We pick the axis that has moved the most as the direction of
5004 // the DPAD. When we generate DPAD events for one axis, then the
5005 // other axis is reset -- we don't want to perform DPAD jumps due
5007 // along the other axis.
5076 * Maintains state information for a single trackball axis, generating
5129 float collect(float off, long time, String axis) { argument
5134 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " reversed to positive!");
5144 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " reversed to negative!");
5166 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " accelerate: off="
5174 if (DEBUG_TRACKBALL) Log.v(TAG, axis
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 586 milliseconds

12