HomeSort by relevance Sort by last modified time
    Searched defs:mLocation (Results 1 - 25 of 585) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/tools/hidl/
NamedType.h 61 Location mLocation;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
RotationData.java 25 private final float[] mLocation;
43 mLocation = location;
Ring.java 26 private final float[] mLocation;
45 mLocation = location;
75 return mLocation;
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorEvent.java 34 private final Location mLocation;
44 mLocation = location;
72 return mLocation;
108 parcel.writeParcelable(mLocation, flags);
118 mLocation);
  /packages/apps/Camera2/src/com/android/camera/widget/
Cling.java 34 private final int[] mLocation = new int[2];
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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
CurrentProgramPropertyAccessor.java 26 private final int mLocation;
34 mLocation = location;
58 Integer.valueOf(mLocation),
65 mStateCategory, mLocation, mStateType);
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 36 private final Location mLocation;
58 mLocation = new Location("");
59 mLocation.setLatitude(fence.getLatitude());
60 mLocation.setLongitude(fence.getLongitude());
68 mDistanceToCenter = mLocation.distanceTo(location);
MockProvider.java 45 private final Location mLocation;
63 mLocation = new Location(name);
108 mLocation.set(l);
112 mLocationManager.reportLocation(mLocation, false);
146 pw.println(prefix + "mLocation:");
147 mLocation.dump(new PrintWriterPrinter(pw), prefix + " ");
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsCbMessage.java 117 private final SmsCbLocation mLocation;
150 mLocation = location;
164 mLocation = new SmsCbLocation(in);
200 mLocation.writeToParcel(dest, flags);
262 return mLocation;
367 + mSerialNumber + ", location=" + mLocation + ", serviceCategory="
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 38 private Text mLocation;
61 mLocation = new Text(container, SWT.BORDER);
64 mLocation.setLayoutData(gd_mLocation);
66 mLocation.setText(sLocation);
68 mLocation.addModifyListener(this);
90 String path = mLocation.getText().trim();
137 String path = mLocation.getText().trim();
143 mLocation.setText(file);
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 36 private Location mLocation;
69 assertNotNull(mLocation);
70 assertEquals(new Float(LONGITUDE), new Float(mLocation.getLongitude()));
71 assertEquals(new Float(LATITUDE), new Float(mLocation.getLatitude()));
77 mLocation=location;
  /hardware/libhardware/tests/input/evdev/
InputMocks.h 37 virtual const std::string& getLocation() const override { return mLocation; }
42 void setLocation(const std::string& location) { mLocation = location; }
106 std::string mLocation = "test/0";
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 56 private Location mLocation;
71 mLocation = location;
84 return mLocation;
89 mLocation = location;
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 69 public DataLocation mLocation;
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;
  /frameworks/compile/slang/
slang_rs_export_reduce.h 44 clang::SourceLocation mLocation;
89 mLocation(Location),
142 const clang::SourceLocation &getLocation() const { return mLocation; }
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 202 private final SmsCbLocation mLocation;
206 mLocation = location;
211 return (mHeader.getSerialNumber() * 31) + mLocation.hashCode();
223 && mLocation.equals(other.mLocation);
232 * and Cell ID are saved in mLocation or set to -1 to match all values.
240 return mLocation.isInLocationArea(plmn, lac, cid);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 46 private final Location mLocation;
70 mLocation = location;
147 return mLocation;
175 sb.append(mLocation);
194 private Location mLocation = Location.UNKNOWN;
212 mLocation
227 builder.mLocation = data.getLocation();
277 mLocation = location;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
PackageDownloadInfo.java 92 location = builder.mLocation;
156 private String mLocation;
164 mLocation = location;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 53 private final File mLocation;
61 mLocation = location;
66 return mLocation;
77 mManifest = AndroidManifestParser.parse(new FolderWrapper(mLocation));
132 mProjectName = mLocation.getName();
149 mProjectName = mLocation.getName();
162 File projectFile = new File(mLocation, ".project"); //$NON-NLS-1$
195 ProjectProperties properties = ProjectProperties.load(mLocation.getPath(),

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>