Searched defs:pressure (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dpp_touch_point.h28 * single touch point, such as position, id, rotation angle, and pressure.
56 * This value represents the pressure applied to this TouchPoint. This value
57 * is typically between 0 and 1, with 0 indicating no pressure and 1
58 * indicating some maximum pressure. Scaling differs depending on the
61 float pressure; member in struct:PP_TouchPoint
/external/chromium_org/athena/resource_manager/
H A Dmemory_pressure_notifier.cc38 MemoryPressureObserver::MemoryPressure pressure = local
41 if (current_pressure_ != pressure ||
42 (pressure != MemoryPressureObserver::MEMORY_PRESSURE_LOW &&
43 pressure != MemoryPressureObserver::MEMORY_PRESSURE_UNKNOWN)) {
46 current_pressure_ = pressure;
H A Dmemory_pressure_notifier_unittest.cc46 // Our memory pressure observer class.
56 virtual void OnMemoryPressure(MemoryPressure pressure) OVERRIDE {
58 pressure_ = pressure;
66 MemoryPressureObserver::MemoryPressure pressure() { return pressure_; } function in class:athena::test::__anon2141::TestMemoryPressureObserver
74 // Last posted memory pressure.
143 // Test that we get only a single call while the memory pressure is low.
153 test_memory_pressure_observer()->pressure());
157 test_memory_pressure_observer()->pressure());
166 // And the memory pressure should be unknown.
168 test_memory_pressure_observer()->pressure());
[all...]
H A Dresource_manager_impl.cc38 MemoryPressureObserver::MemoryPressure pressure) OVERRIDE;
73 MemoryPressureObserver::MemoryPressure pressure) OVERRIDE;
88 // Check if activities can be unloaded to reduce memory pressure.
100 // The memory pressure has increased, previously applied measures did not show
116 // Keeping a reference to the current memory pressure.
119 // The memory pressure notifier.
186 MemoryPressureObserver::MemoryPressure pressure) {
188 OnMemoryPressure(pressure);
226 // Re-apply the memory pressure to make sure enough items are visible.
262 MemoryPressureObserver::MemoryPressure pressure) {
185 SetMemoryPressureAndStopMonitoring( MemoryPressureObserver::MemoryPressure pressure) argument
261 OnMemoryPressure( MemoryPressureObserver::MemoryPressure pressure) argument
[all...]
/external/chromium_org/ppapi/cpp/
H A Dtouch_point.h42 /// @return The pressure applied to this TouchPoint. This is typically a
43 /// value between 0 and 1, with 0 indicating no pressure and 1 indicating
44 /// some maximum pressure, but scaling differs depending on the hardware and
46 float pressure() const { return touch_point_.pressure; } function in class:pp::TouchPoint
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h65 float pressure; member in struct:ui::MotionEventAura::PointData
H A Dmotion_event_aura_unittest.cc45 float pressure) {
54 pressure);
252 float pressure; local
257 pressure = 0.123f;
259 ET_TOUCH_PRESSED, ids[0], radius_x, radius_y, rotation_angle, pressure);
266 EXPECT_FLOAT_EQ(pressure, event.GetPressure(0));
271 pressure = 0.456f;
273 ET_TOUCH_PRESSED, ids[1], radius_x, radius_y, rotation_angle, pressure);
280 EXPECT_FLOAT_EQ(pressure, event.GetPressure(1));
292 EXPECT_FLOAT_EQ(pressure, raw_clone_aur
40 TouchWithTapParams(ui::EventType type, int id, float radius_x, float radius_y, float rotation_angle, float pressure) argument
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.h25 float pressure; member in struct:ui::PointerProperties
/external/qemu/android/
H A Dmultitouch-screen.c56 /* Current pressure value. */
57 int pressure; member in struct:MTSPointerState
133 * pressure - Pressure value for the pointer.
136 _mts_pointer_down(MTSState* mts_state, int tracking_id, int x, int y, int pressure) argument
148 mts_state->tracked_pointers[slot_index].pressure = pressure;
157 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
189 mts_state->tracked_pointers[slot_index].pressure = 0;
203 * pressure - Pressure value for the pointer.
206 _mts_pointer_move(MTSState* mts_state, int slot_index, int x, int y, int pressure) argument
464 multitouch_update_pointer(MTESource source, int tracking_id, int x, int y, int pressure) argument
[all...]
H A Dmultitouch-port.c95 /* Pointer pressure. */
96 int pressure; member in struct:AndroidMTEvent
135 _on_action_down(int tracking_id, int x, int y, int pressure) argument
137 multitouch_update_pointer(MTES_DEVICE, tracking_id, x, y, pressure);
149 _on_action_pointer_down(int tracking_id, int x, int y, int pressure) argument
151 multitouch_update_pointer(MTES_DEVICE, tracking_id, x, y, pressure);
163 _on_action_move(int tracking_id, int x, int y, int pressure) argument
165 multitouch_update_pointer(MTES_DEVICE, tracking_id, x, y, pressure);
183 n, param->pid, param->x, param->y, param->pressure);
184 _on_action_move(param->pid, param->x, param->y, param->pressure);
[all...]
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc107 pressure(touch.force()),
123 value->SetDouble("pressure", pressure);
136 float pressure; member in struct:ash::TouchPointLog
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc246 virtual HRESULT STDMETHODCALLTYPE get_Pressure(float* pressure) { argument
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2984 milliseconds