Searched refs:setPenLocation (Results 1 – 2 of 2) sorted by relevance
153 setPenLocation((CaptionPenLocation) event.obj); in processCaptionEvent()335 private void setPenLocation(CaptionPenLocation location) { in setPenLocation() method in CaptionTrackRenderer337 mCurrentWindowLayout.setPenLocation(location.row, location.column); in setPenLocation()
207 public void setPenLocation(int row, int column) { in setPenLocation() method in CaptionWindowLayout