HomeSort by relevance Sort by last modified time
    Searched defs:rotationAngle (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebTouchPoint.h 46 , rotationAngle(0)
67 float rotationAngle;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformTouchPoint.h 57 float rotationAngle() const { return m_rotationAngle; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 56 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
64 m_rotationAngle = rotationAngle;
210 double rotationAngle, force;
228 if (!pointObj->getNumber("rotationAngle", &rotationAngle))
229 rotationAngle = 0.0f;
265 SyntheticInspectorTouchPoint point(id++, convertedState, globalPoint, convertedPoint, radiusX, radiusY, rotationAngle, force);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 261 int32_t rotationAngle;
262 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
263 rotationAngle = 0; // By default, no rotation
273 frame->mRotationAngle = rotationAngle;
500 int32_t rotationAngle = -1;
528 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
529 rotationAngle = 0;
564 sprintf(tmp, "%d", rotationAngle);
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 524 milliseconds