Searched defs:acceleration (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/native/include/android/
H A Dsensor.h119 ASensorVector acceleration; member in union:ASensorEvent::__anon990
/frameworks/base/include/ui/
H A DInput.h716 * Specifies parameters that govern pointer or wheel acceleration.
728 // The scaled speed at which acceleration begins to be applied.
730 // small precise motions that are performed without any acceleration.
736 // The scaled speed at which maximum acceleration is applied.
738 // the range of speeds over which the acceleration factor is interpolated.
739 // The wider the range, the smoother the acceleration.
745 // The acceleration factor.
750 // Default is 1.0 (no acceleration).
751 float acceleration; member in struct:android::VelocityControlParameters
754 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.
757 VelocityControlParameters(float scale, float lowThreshold, float highThreshold, float acceleration) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java438 // If the application owns the surface, don't enable hardware acceleration
604 // Don't enable hardware acceleration when the application is in compatibility mode
607 // Try to enable hardware acceleration if requested
632 // Don't enable hardware acceleration when we're not on the main thread
636 + "acceleration outside of the main thread, aborting");
648 // The window had wanted to use hardware acceleration, but this
2981 + x.step + " dir=" + x.dir + " acc=" + x.acceleration
2984 + y.step + " dir=" + y.dir + " acc=" + y.acceleration
3003 accel = x.acceleration;
3011 accel = y.acceleration;
4261 float acceleration = 1; field in class:ViewRootImpl.TrackballAxis
[all...]

Completed in 82 milliseconds