Example #1
0
 private void setTouchTargetView(android.view.View view)
 {
     mTouchTargetView = view;
     if (view != null)
     {
         view.getLocationInWindow(mTouchTargetWindowLocation);
     }
 }