HomeSort by relevance Sort by last modified time
    Searched full:points (Results 901 - 925 of 7862) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 48 ; * decoded, so that it points to the current byte
50 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_intra.c 73 * decoded, so that it points to the current byte
75 * [out] pBitOffset *pBitOffset is updated so that it points to the
armVCM4P2_EncodeVLCZigzag_intra.c 76 * so that it points to the current byte in the bit
78 * [out] pBitOffset *pBitOffset is updated so that it points to the
armVCM4P2_FillVLCBuffer.c 67 * so that it points to the current byte in the bit
69 * [out] pBitOffset *pBitOffset is updated so that it points to the
omxVCM4P2_DecodeBlockCoef_Inter.c 65 * that it points to the current byte in the bit stream buffer
66 * pBitOffset - *pBitOffset is updated so that it points to the current bit
omxVCM4P2_DecodeVLCZigzag_Inter.c 65 * that it points to the current byte in the stream buffer
66 * pBitOffset - *pBitOffset is updated after decoding such that it points
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 76 * that it points to the current byte in the bit stream buffer
77 * pBitOffset - *pBitOffset is updated such that it points to the current
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 74 * that it points to the current byte in the bit stream buffer.
75 * pBitOffset - *pBitOffset is updated so that it points to the current bit
  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 73 * <li> bit 0: Whether this ID points to a child (unset) or group (set), so for this method
88 * <li> bit 0: Whether this ID points to a child (unset) or group (set), so for this method
  /frameworks/base/docs/html/guide/
index.jd 25 <h4>Apps provide multiple entry points</h4>
34 provides multiple entry points for a single app and allows any app to behave as a user's "default"
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 406 void DisplayListCanvas::drawLines(const float* points, int count, const SkPaint& paint) {
407 points = refBuffer<float>(points, count);
409 addDrawOp(new (alloc()) DrawLinesOp(points, count, refPaint(&paint)));
412 void DisplayListCanvas::drawPoints(const float* points, int count, const SkPaint& paint) {
413 points = refBuffer<float>(points, count);
415 addDrawOp(new (alloc()) DrawPointsOp(points, count, refPaint(&paint)));
RecordedOp.h 280 LinesOp(BASE_PARAMS, const float* points, const int floatCount)
282 , points(points)
284 const float* points; member in struct:android::uirenderer::LinesOp
310 PointsOp(BASE_PARAMS, const float* points, const int floatCount)
312 , points(points)
314 const float* points; member in struct:android::uirenderer::PointsOp
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
AccelerationClassifier.java 24 * A classifier which looks at the speed and distance between successive points of a Stroke.
25 * It looks at two consecutive speeds between two points and calculates the ratio between them.
  /frameworks/support/core-ui/java/android/support/v4/view/animation/
FastOutLinearInInterpolator.java 22 * Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
32 * 201 points.
FastOutSlowInInterpolator.java 22 * Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
32 * 201 points.
LinearOutSlowInInterpolator.java 22 * Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
32 * 201 points.
  /hardware/qcom/msm8994/original-kernel-headers/sound/
lsm_params.h 132 * @params: Points to an array of lsm_params_info
133 * Each entry points to one parameter to set
  /hardware/qcom/msm8996/original-kernel-headers/linux/sound/
lsm_params.h 132 * @params: Points to an array of lsm_params_info
133 * Each entry points to one parameter to set
  /hardware/qcom/msm8996/original-kernel-headers/sound/
lsm_params.h 132 * @params: Points to an array of lsm_params_info
133 * Each entry points to one parameter to set
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReadyForCapture.java 364 float points[] = new float[2];
365 points[0] = (tapPoint.x - previewRect.left) / previewRect.width();
366 points[1] = (tapPoint.y - previewRect.top) / previewRect.height();
371 rotationMatrix.mapPoints(points);
375 points[0] = 1 - points[0];
380 new PointF(points[0], points[1]));
  /packages/apps/Dialer/InCallUI/res/values/
attrs.xml 37 <!-- Drawble used for drawing points -->
46 <!-- Size of target radius. Points within this distance of target center is a "hit". -->
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 55 * Extension points for providing custom behavior on certain user interactions.
85 * Extensions points for adding / replacing some other aspects of the Launcher experience.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 30 points in X*/
74 points in X*/
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageTextStats.java 48 * int[1] the number of code points used,
49 * int[2] is the number of code points remaining until the next message.
  /packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java 57 // Step one - from 4 points to 3.
62 // Step two - from 3 points to 2.

Completed in 1492 milliseconds

<<31323334353637383940>>