Searched defs:mLocation (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
H A DCling.java34 private final int[] mLocation = new int[2]; field in class:Cling
83 mReferenceView.getLocationInWindow(mLocation);
84 int refCenterX = mLocation[0] + mReferenceView.getWidth() / 2;
85 int refTopY = mLocation[1];
90 getLocationInWindow(mLocation);
91 int currentLeft = mLocation[0] - (int) getTranslationX();
92 int currentTop = mLocation[1] - (int) getTranslationY();
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java64 private final SmsCbLocation mLocation; field in class:CellBroadcastAlertService.MessageServiceCategoryAndScope
70 mLocation = location;
75 return mLocation.hashCode() + 5 * mServiceCategory + 7 * mSerialNumber;
87 mLocation.equals(other.mLocation));
95 " location: " + mLocation.toString() + '}';
/packages/apps/Camera/src/com/android/camera/
H A DPreviewGestures.java62 private int[] mLocation; field in class:PreviewGestures
85 mLocation = new int[2];
273 v.getLocationInWindow(mLocation);
275 && evt.getX() >= mLocation[0] && evt.getX() < mLocation[0] + v.getWidth()
276 && evt.getY() >= mLocation[1] && evt.getY() < mLocation[1] + v.getHeight());
H A DPhotoModule.java924 Location mLocation; field in class:PhotoModule.JpegPictureCallback
927 mLocation = loc;
997 mMediaSaver.addImage(jpegData, title, date, mLocation, width, height,
H A DVideoModule.java2551 Location mLocation; field in class:VideoModule.JpegPictureCallback
2554 mLocation = loc;
2562 storeImage(jpegData, mLocation);
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowPresenter.java48 protected int mLocation; field in class:SlideshowPresenter
61 mLocation = 0;
117 presentSlide((SlideViewInterface) mView, ((SlideshowModel) mModel).get(mLocation));
251 mLocation = location;
255 return mLocation;
259 if (mLocation > 0) {
260 mLocation--;
265 if (mLocation < (mSlideNumber - 1)) {
266 mLocation++;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java63 private int[] mLocation = new int[2]; field in class:TutorialEN
75 bubba.show(mLocation[0], mLocation[1]);
254 mInputView.getLocationInWindow(mLocation);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java64 private int[] mLocation = new int[2]; field in class:TutorialJAJP
77 bubba.show(mLocation[0], mLocation[1]);
326 mInputView.getLocationInWindow(mLocation);
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java224 public String mLocation = null; field in class:CalendarEventModel
319 mLocation = location;
376 if (mLocation != null && mLocation.trim().length() > 0) {
404 mLocation = null;
502 result = prime * result + ((mLocation == null) ? 0 : mLocation.hashCode());
547 if (mLocation == null) {
548 if (other.mLocation != null) {
551 } else if (!mLocation
[all...]
/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSessionManagerImpl.java55 private Location mLocation; field in class:CaptureSessionManagerImpl.CaptureSessionImpl
79 mLocation = location;
89 return mLocation;
94 mLocation = location;
175 mContentUri = mPlaceholderManager.finishPlaceholder(mPlaceHolderSession, mLocation,
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java69 public DataLocation mLocation; field in class:ImageManager.ImageListParam
83 out.writeInt(mLocation.ordinal());
92 mLocation = DataLocation.values()[in.readInt()];
102 "bucket=%s,empty=%b,single=%s}", mLocation, mInclusion,
282 DataLocation location = param.mLocation;
403 param.mLocation = location;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java522 private static int mLocation[] = new int[2]; field in class:Util
526 v.getLocationInWindow(mLocation);
527 return x >= mLocation[0] && x < (mLocation[0] + v.getWidth())
528 && y >= mLocation[1] && y < (mLocation[1] + v.getHeight());
H A DCamera.java745 Location mLocation; field in class:Camera.JpegPictureCallback
748 mLocation = loc;
782 mImageSaver.addImage(jpegData, mLocation, s.width, s.height);
H A DVideoCamera.java2393 Location mLocation; field in class:VideoCamera.JpegPictureCallback
2396 mLocation = loc;
2404 storeImage(jpegData, mLocation);
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java103 private TextView mLocation; field in class:RadioInfo
271 mLocation = (TextView) findViewById(R.id.location);
485 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = "
497 mLocation.setText("BID = "
512 mLocation.setText("unknown");
/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java1865 Location mLocation; field in class:VideoModule.JpegPictureCallback
1868 mLocation = loc;
1876 storeImage(jpegData, mLocation);
H A DPhotoModule.java1027 Location mLocation; field in class:PhotoModule.JpegPictureCallback
1030 mLocation = loc;
1173 jpegData, title, date, mLocation, width, height,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1362 public String mLocation; field in class:EmailContent.Attachment
1552 mLocation = cursor.getString(CONTENT_LOCATION_COLUMN);
1573 values.put(AttachmentColumns.LOCATION, mLocation);
1601 dest.writeString(mLocation);
1627 mLocation = in.readString();
1661 + mLocation + ", " + mEncoding + ", " + mFlags + ", " + mContentBytes + ", "
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java288 float mLocation; // temp variable used in animating expanded view size change field in class:ScrollAdapterView.ChildViewHolder
2357 h.mLocation = view.getLeft();
2358 h.mLocationInParent = h.mLocation + view.getTranslationX();
2360 h.mLocation = view.getTop();
2361 h.mLocationInParent = h.mLocation + view.getTranslationY();
2480 if (h.mLocation != target) {

Completed in 501 milliseconds