Home
last modified time | relevance | path

Searched refs:mLocation (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DSlideshowPresenter.java50 protected int mLocation; field in SlideshowPresenter
63 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()
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DTutorial.java46 private int[] mLocation = new int[2]; field in Tutorial
59 bubba.show(mLocation[0], mLocation[1]);
200 mInputView.getLocationInWindow(mLocation); in start()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java63 private int[] mLocation = new int[2]; field in TutorialEN
75 bubba.show(mLocation[0], mLocation[1]);
254 mInputView.getLocationInWindow(mLocation); in start()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java64 private int[] mLocation = new int[2]; field in TutorialJAJP
77 bubba.show(mLocation[0], mLocation[1]);
326 mInputView.getLocationInWindow(mLocation); in start()
/packages/apps/Launcher/src/com/android/launcher/
DDeleteZone.java38 private final int[] mLocation = new int[2]; field in DeleteZone
138 final int[] location = mLocation; in onDragStart()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarSyncTestingBase.java154 } 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
DSyncCalendarTest.java252 event.mLocation = newLocation; in testEditEventLocation()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java108 private TextView mLocation; field in RadioInfo
389 mLocation = (TextView) findViewById(R.id.location); in onCreate()
633 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = " in updateLocation()
/packages/apps/Camera/src/com/android/camera/
DCamera.java454 Location mLocation; field in Camera.JpegPictureCallback
457 mLocation = loc; in JpegPictureCallback()
471 mImageCapture.storeImage(jpegData, camera, mLocation); in onPictureTaken()