Searched refs:location (Results 201 - 225 of 238) sorted by relevance

12345678910

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java445 String location = new String(rawLocation);
446 String[] selectionArgs = new String[] { location };
/frameworks/base/location/java/android/location/
H A DGpsClock.java17 package android.location;
H A DLocationRequest.java17 package android.location;
32 * for location updates from the Location Manager.
34 * <p>For example, if your application wants high accuracy location
35 * it should create a location request with {@link #setQuality} set to
38 * appropriate for mapping applications that are showing your location
42 * impact, but to still receive location updates when available, then use
45 * power blame) any location updates, but will receive locations
47 * applications that have no firm requirement for location, but can
60 * many location aware applications, including background usage. Do be
64 * <p>Activities should strongly consider removing all location
[all...]
H A DAddress.java17 package android.location;
29 * A class representing an Address, i.e, a set of Strings describing a location.
H A DGpsMeasurement.java17 package android.location;
H A DLocation.java17 package android.location;
31 * A data class representing a geographic location.
33 * <p>A location can consist of a latitude, longitude, timestamp,
64 * Bundle key for a version of the location that has been fed through
65 * LocationFudger. Allows location providers to flag locations as being
73 * Bundle key for a version of the location containing no GPS data.
74 * Allows location providers to flag locations as being safe to
111 * <p>By default time, latitude and longitude are 0, and the location
114 * @param provider the name of the provider that generated this location
128 * Sets the contents of the location t
[all...]
/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/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java269 * The location this view is currently rendered at.
273 int location; field in class:StackScrollState.ViewState
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java520 LocationManagerService location = null;
748 location = new LocationManagerService(context);
749 ServiceManager.addService(Context.LOCATION_SERVICE, location);
1046 final LocationManagerService locationF = location;
/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.java194 /*package*/ static long nativeGetTransparentRegion(long bitmap, long chunk, Rect location) { argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java935 * Places a call to the number under specified memory location.
938 * @param location valid memory location
945 public boolean dialMemory(BluetoothDevice device, int location) { argument
950 return mService.dialMemory(device, location);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1348 // append invisible view of saved location till last row
1383 // prepend invisible view of saved location till first row
1883 StaggeredGrid.Location location = mGrid.getLocation(pos);
1884 if (location != null && location.row == rowIndex) {
1930 StaggeredGrid.Location location = mGrid.getLocation(pos);
1931 if (location != null && location.row == rowIndex) {
2237 StaggeredGrid.Location location = mGrid.getLocation(pos);
2238 final int row = location
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java1331 // Dispatch the actual drag location notice, localized into its coordinates
4634 final int[] location = attachInfo.mInvalidateChildLocation;
4635 location[CHILD_LEFT_INDEX] = child.mLeft;
4636 location[CHILD_TOP_INDEX] = child.mTop;
4690 parent = parent.invalidateChildInParent(location, dirty);
4716 public ViewParent invalidateChildInParent(final int[] location, final Rect dirty) { argument
4721 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
4722 location[CHILD_TOP_INDEX] - mScrollY);
4737 location[CHILD_LEFT_INDEX] = left;
4738 location[CHILD_TOP_INDE
[all...]
H A DView.java312 * The geometry of a view is that of a rectangle. A view has a location,
314 * two dimensions, expressed as a width and a height. The unit for location
319 * It is possible to retrieve the location of a view by invoking the methods
323 * both return the location of the view relative to its parent. For instance,
1874 * Indicates that this view is currently directly under the drag location in a
5556 * Gets the location of this view in screen coordinates.
5558 * @param outRect The output location
5566 * Gets the location of this view in screen coordinates.
5568 * @param outRect The output location
6386 * far edges of the window, not accounting for the location o
16958 getLocationOnScreen(int[] location) argument
16975 getLocationInWindow(int[] location) argument
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.cpp580 // location but for built-in input device, they are unlikely to ever change.
584 } else if (!identifier.location.isEmpty()) {
585 rawDescriptor.append("location:");
586 rawDescriptor.append(identifier.location);
1102 // Get device physical location.
1104 //fprintf(stderr, "could not get location for %s, %s\n", devicePath, strerror(errno));
1107 identifier.location.setTo(buffer);
1139 ALOGV(" location: \"%s\"\n", identifier.location.string());
1641 dump.appendFormat(INDENT3 "Location: %s\n", device->identifier.location
[all...]
/frameworks/native/opengl/include/GLES/
H A Dglext.h1076 GL_API void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, float *params);
1077 GL_API void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params);
1081 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, float *params);
1082 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java56 import android.location.Location;
57 import android.location.LocationManager;
791 Log.w(TAG, "getGpsLocation - No timestamp for GPS location.");
799 Log.w(TAG, "getGpsLocation - No coordinates for GPS location");
/frameworks/base/tools/aapt/
H A DResource.cpp2775 String8 location("view ");
2776 location += srcName;
2779 location += lineno;
2781 keep->add(rule, location);
2792 String8 location("onClick ");
2793 location += srcName;
2796 location += lineno;
2798 keep->add(rule, location);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp71 width × height texels are read from memory, starting at location data. By default,
332 /* void glUniform?iv(GLint location, GLsizei count, const GLint *value); */
345 /* void glUniformMatrix?fv(GLint location, GLsizei count, GLboolean transpose,
426 /** Given a glGetActive[Uniform|Attrib] call, obtain the location
457 // does not correspond to the actual location index as used in
460 // a hidden location argument that stores the actual location.
461 // append the location value to the end of the argument list
462 GLint location = getShaderVariableLocation(context, glmsg, (GLchar*)pointersToFixup[3]); local
466 arg_location->add_intvalue(location);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java805 SmsCbLocation location = new SmsCbLocation(plmn);
808 SmsCbMessage.GEOGRAPHICAL_SCOPE_PLMN_WIDE, bData.messageId, location,
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java279 CellLocation location = CellLocation.getEmpty();
320 // Note that location can be null for non-phone builds like
322 if (location != null) {
324 location.fillInNotifierBundle(mCellLocation[i]);
/frameworks/base/core/java/android/app/
H A DContextImpl.java73 import android.location.CountryDetector;
74 import android.location.ICountryDetector;
75 import android.location.ILocationManager;
76 import android.location.LocationManager;
/frameworks/base/core/java/android/net/
H A DUri.java2339 public void checkFileUriExposed(String location) { argument
2341 StrictMode.onFileUriExposed(location);

Completed in 1162 milliseconds

12345678910