public WFTouchLayer(UiDevice mDevice, Instrumentation mInstrumentation) {
   this.mDevice = mDevice;
   mUiAutomation = mInstrumentation.getUiAutomation();
 }