Lines Matching full:sensor
21 <string name="batching_queue_title">Background sensor batching</string>
22 <string name="batching_queue_description">Batching allows the sensor to report sensor events at
27 while the CPU is awake. If the CPU is asleep and a batched sensor event listener is still
28 registered, the sensor will continue to collect events until it runs out of memory and
29 overwrites old values. This use case is not covered by this sample. (The sensor event queue
31 collected while the app is running and the CPU is awake. In this case the sensor will
35 <string name="explanation_description">The age of a sensor event describes the delay between
36 when it was recorded by the sensor until it was delivered to the SensorEventListener.
39 <string name="register_detector_title">Register step detector sensor</string>
41 sensor.\n\nThis sensor delivers an event when the user takes a step. One event is received
45 <string name="register_counter_title">Register step counter sensor</string>
47 sensor.\n\nThis sensor triggers events when a step is detected, but applies algorithms to
48 filter out false positives. Events from this sensor have higher latency than the step
49 detector and contain the total number of steps taken since the sensor was first registered.
59 <string name="counting_description">Sensor: %1$s\nMax sensor event delay: %2$,d \u00B5s\nAge of
65 with the step sensor.\n\nThis device does not appear to meet these requirements, as an
66 alternative you may want to consider using the gyro sensor and implement your own step