Searched refs:location (Results 151 - 175 of 176) sorted by relevance

12345678

/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java17 package android.location;
24 * Unit tests for android.location.Location
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java24 import android.location.LocationManager;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java353 LocationManagerService location = null;
590 location = new LocationManagerService(context);
591 ServiceManager.addService(Context.LOCATION_SERVICE, location);
920 final LocationManagerService locationF = location;
H A DTelephonyRegistry.java169 CellLocation location = CellLocation.getEmpty();
171 // Note that location can be null for non-phone builds like
173 if (location != null) {
174 location.fillInNotifierBundle(mCellLocation);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java29 import android.location.LocationManager;
45 * Activity for location tracker service
48 * stopping location tracker service, as well as displaying the current location
63 * Retrieves and displays the currently logged location data from file
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DNinePatch_Delegate.java193 /*package*/ static int nativeGetTransparentRegion(int bitmap, int chunk, Rect location) { argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java1244 // Dispatch the actual drag location notice, localized into its coordinates
4264 final int[] location = attachInfo.mInvalidateChildLocation;
4265 location[CHILD_LEFT_INDEX] = child.mLeft;
4266 location[CHILD_TOP_INDEX] = child.mTop;
4320 parent = parent.invalidateChildInParent(location, dirty);
4346 public ViewParent invalidateChildInParent(final int[] location, final Rect dirty) { argument
4351 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
4352 location[CHILD_TOP_INDEX] - mScrollY);
4367 location[CHILD_LEFT_INDEX] = left;
4368 location[CHILD_TOP_INDE
[all...]
H A DView.java299 * The geometry of a view is that of a rectangle. A view has a location,
301 * two dimensions, expressed as a width and a height. The unit for location
306 * It is possible to retrieve the location of a view by invoking the methods
310 * both return the location of the view relative to its parent. For instance,
1800 * Indicates that this view is currently directly under the drag location in a
2905 * The x location of the point around which the view is rotated and scaled.
2911 * The y location of the point around which the view is rotated and scaled.
5190 * Gets the location of this view in screen coordintates.
5192 * @param outRect The output location
5881 * far edges of the window, not accounting for the location o
15915 getLocationOnScreen(int[] location) argument
15932 getLocationInWindow(int[] location) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1747 final int[] location = new int[2];
1748 mNotificationPanel.getLocationInWindow(location);
1750 final int left = location[0];
1751 final int top = location[1];
1759 view.getLocationInWindow(location);
1761 childBounds.set(location[0], location[1],
1762 location[0] + view.getWidth(), location[1] + view.getHeight());
/frameworks/base/tools/aapt/
H A DResource.cpp2310 String8 location("view ");
2311 location += srcName;
2314 location += lineno;
2316 keep->add(rule, location);
2327 String8 location("onClick ");
2328 location += srcName;
2331 location += lineno;
2333 keep->add(rule, location);
/frameworks/base/location/java/android/location/
H A DAddress.java17 package android.location;
29 * A class representing an Address, i.e, a set of Strings describing a location.
H A DLocation.java17 package android.location;
30 * A data class representing a geographic location.
32 * <p>A location can consist of a latitude, longitude, timestamp,
63 * Bundle key for a version of the location that has been fed through
64 * LocationFudger. Allows location providers to flag locations as being
72 * Bundle key for a version of the location containing no GPS data.
73 * Allows location providers to flag locations as being safe to
110 * <p>By default time, latitude and longitude are 0, and the location
113 * @param provider the name of the provider that generated this location
127 * Sets the contents of the location t
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs663 <a href="<?cs var:toroot ?>training/location/index.html"
664 description="How to add location-aware features to your app by getting the user's current location.">
670 <a href="<?cs var:toroot ?>training/location/retrieve-current.html">
675 <a href="<?cs var:toroot ?>training/location/receive-location-updates.html">
680 <a href="<?cs var:toroot ?>training/location/display-address.html">
684 <li><a href="<?cs var:toroot ?>training/location/geofencing.html">
688 <li><a href="<?cs var:toroot ?>training/location/activity-recognition.html">
692 <li><a href="<?cs var:toroot ?>training/location/locatio
[all...]
/frameworks/base/services/input/
H A DEventHub.cpp110 // location but for built-in input device, they are unlikely to ever change.
114 } else if (!identifier.location.isEmpty()) {
115 rawDescriptor.append("location:");
116 rawDescriptor.append(identifier.location);
1051 // Get device physical location.
1053 //fprintf(stderr, "could not get location for %s, %s\n", devicePath, strerror(errno));
1056 identifier.location.setTo(buffer);
1088 ALOGV(" location: \"%s\"\n", identifier.location.string());
1557 dump.appendFormat(INDENT3 "Location: %s\n", device->identifier.location
[all...]
/frameworks/native/opengl/include/GLES/
H A Dglext.h981 GL_API void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, float *params);
982 GL_API void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params);
986 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, float *params);
987 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp44 width × height texels are read from memory, starting at location data. By default,
249 /* void glUniform?iv(GLint location, GLsizei count, const GLint *value); */
258 /* void glUniformMatrix?fv(GLint location, GLsizei count, GLboolean transpose,
339 /** Given a glGetActive[Uniform|Attrib] call, obtain the location
370 // does not correspond to the actual location index as used in
373 // a hidden location argument that stores the actual location.
374 // append the location value to the end of the argument list
375 GLint location = getShaderVariableLocation(context, glmsg, (GLchar*)pointersToFixup[3]); local
379 arg_location->add_intvalue(location);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java787 SmsCbLocation location = new SmsCbLocation(plmn);
790 SmsCbMessage.GEOGRAPHICAL_SCOPE_PLMN_WIDE, bData.messageId, location,
/frameworks/base/core/java/android/app/
H A DContextImpl.java59 import android.location.CountryDetector;
60 import android.location.ICountryDetector;
61 import android.location.ILocationManager;
62 import android.location.LocationManager;
/frameworks/base/core/java/android/net/
H A DUri.java2336 public void checkFileUriExposed(String location) { argument
2338 StrictMode.onFileUriExposed(location);
/frameworks/base/core/java/android/os/
H A DStrictMode.java1595 public static void onFileUriExposed(String location) { argument
1596 final String message = "file:// Uri exposed through " + location;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java451 int[] location = new int[2];
452 getLocationOnScreen(location);
454 int currentPos = location[1] + height;
970 // There is already a chip present at this location.
1944 // Need to find the location of the chip, again.
2597 // Find the location of the chip in the text currently shown.
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp284 cl::desc("Use directory as the location of the sysroot, overriding the configure-time default."),
744 cl::location(ArgFatalWarnings),
751 cl::location(ArgFatalWarnings),
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java28 import android.location.CountryDetector;
1748 * @see android.location.CountryDetector
1776 * @see android.location.CountryDetector
1800 * @see android.location.CountryDetector
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3384 String location;
3411 // Interpret the location based on radio access type
3415 location = p.readString();
3416 cell = new NeighboringCellInfo(rssi, location, radioType);
/frameworks/base/core/java/android/provider/
H A DSettings.java36 import android.location.LocationManager;
90 * Activity Action: Show settings to allow configuration of current location
149 * location privacy.
817 // Lock ensures that when enabling/disabling the master location switch, we don't end up
2255 * Show pointer location on screen?
3246 * Setting to allow mock locations and location provider status to be injected into the
3248 * locations and status values override actual location and status information generated
3249 * by network, gps, or other location providers.
3350 * Comma-separated list of location providers that activities may access.
3358 * The degree of location acces
[all...]

Completed in 4951 milliseconds

12345678