Home | History | Annotate | Download | only in phone

Lines Matching refs:OnTouchListener

198         // Add a custom OnTouchListener to manually shrink the "hit
206 View.OnTouchListener smallerHitTargetTouchListener = new SmallerHitTargetTouchListener();
677 * OnTouchListener used to shrink the "hit target" of some onscreen
680 class SmallerHitTargetTouchListener implements View.OnTouchListener {