OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:devicemotionsensors
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceMotionAndOrientation.java
120
Set<Integer>
deviceMotionSensors
= new HashSet<Integer>(DEVICE_MOTION_SENSORS);
121
deviceMotionSensors
.removeAll(mActiveSensors);
122
return DEVICE_MOTION_SENSORS.size() -
deviceMotionSensors
.size();
Completed in 28 milliseconds