Searched refs:GetDisplayForTouchDevice (Results 1 – 5 of 5) sorted by relevance
61 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(10)); in TEST_F()62 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(11)); in TEST_F()122 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(10)); in TEST_F()123 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(11)); in TEST_F()175 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(5)); in TEST_F()176 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(6)); in TEST_F()
38 int64_t GetDisplayForTouchDevice(int touch_device_id) const;
106 int64_t DeviceDataManager::GetDisplayForTouchDevice(int touch_device_id) const { in GetDisplayForTouchDevice() function in ui::DeviceDataManager
206 ui::DeviceDataManager::GetInstance()->GetDisplayForTouchDevice( in CanDispatchEvent()
666 int64 touch_display_id = GetDisplayForTouchDevice(touch_device_id); in TouchEventNeedsCalibrate()