Home | History | Annotate | Download | only in touch

Lines Matching refs:TouchFactory

26 TouchFactory::TouchFactory()
49 TouchFactory::~TouchFactory() {
53 TouchFactory* TouchFactory::GetInstance() {
54 return Singleton<TouchFactory>::get();
58 void TouchFactory::SetTouchDeviceListFromCommandLine() {
79 ui::TouchFactory::GetInstance()->SetTouchDeviceList(device_ids);
84 void TouchFactory::UpdateDeviceList(Display* display) {
149 bool TouchFactory::ShouldProcessXI2Event(XEvent* xev) {
172 void TouchFactory::SetupXI2ForXWindow(Window window) {
202 void TouchFactory::SetTouchDeviceList(
214 bool TouchFactory::IsTouchDevice(unsigned deviceid) const {
219 bool TouchFactory::IsMultiTouchDevice(unsigned int deviceid) const {
227 bool TouchFactory::QuerySlotForTrackingID(uint32 tracking_id, int* slot) {
236 int TouchFactory::GetSlotForTrackingID(uint32 tracking_id) {
257 void TouchFactory::ReleaseSlotForTrackingID(uint32 tracking_id) {
271 bool TouchFactory::IsSlotUsed(int slot) const {
276 void TouchFactory::SetSlotUsed(int slot, bool used) {
281 bool TouchFactory::IsTouchDevicePresent() {
285 void TouchFactory::SetTouchDeviceForTest(