Searched refs:mLocation (Results 1 – 9 of 9) sorted by relevance
50 protected int mLocation; field in SlideshowPresenter63 mLocation = 0; in SlideshowPresenter()112 presentSlide((SlideViewInterface) mView, ((SlideshowModel) mModel).get(mLocation)); in present()247 mLocation = location; in setLocation()251 return mLocation; in getLocation()255 if (mLocation > 0) { in goBackward()256 mLocation--; in goBackward()261 if (mLocation < (mSlideNumber - 1)) { in goForward()262 mLocation++; in goForward()
46 private int[] mLocation = new int[2]; field in Tutorial59 bubba.show(mLocation[0], mLocation[1]);200 mInputView.getLocationInWindow(mLocation); in start()
63 private int[] mLocation = new int[2]; field in TutorialEN75 bubba.show(mLocation[0], mLocation[1]);254 mInputView.getLocationInWindow(mLocation); in start()
64 private int[] mLocation = new int[2]; field in TutorialJAJP77 bubba.show(mLocation[0], mLocation[1]);326 mInputView.getLocationInWindow(mLocation); in start()
38 private final int[] mLocation = new int[2]; field in DeleteZone138 final int[] location = mLocation; in onDragStart()
154 } else if(event.mLocation != null) { in editEvent()155 values.put(Calendar.Events.EVENT_LOCATION, event.mLocation); in editEvent()230 String mLocation; field in CalendarSyncTestingBase.EventInfo
252 event.mLocation = newLocation; in testEditEventLocation()
108 private TextView mLocation; field in RadioInfo389 mLocation = (TextView) findViewById(R.id.location); in onCreate()633 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = " in updateLocation()
454 Location mLocation; field in Camera.JpegPictureCallback457 mLocation = loc; in JpegPictureCallback()471 mImageCapture.storeImage(jpegData, camera, mLocation); in onPictureTaken()