Searched refs:location (Results 226 - 250 of 281) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java24 import android.location.Country;
25 import android.location.CountryDetector;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java123 public void addLocation(Location location) { argument
124 mLocations.add(location);
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java98 public void addPartition(int location, Partition partition) { argument
99 mPartitions.add(location, partition);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java54 import android.location.CountryDetector;
55 import android.location.ICountryDetector;
56 import android.location.ILocationManager;
57 import android.location.LocationManager;
/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.
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java17 package android.location;
24 * Unit tests for android.location.Location
H A DGpsStatusTest.java17 package android.location;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java539 LocationManagerService location = null;
774 location = new LocationManagerService(context);
775 ServiceManager.addService(Context.LOCATION_SERVICE, location);
1073 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.java191 /*package*/ static long nativeGetTransparentRegion(Bitmap bitmap, long chunk, Rect location) { argument
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java129 breakInfo.breaks[count] = mPrimitives.get(idx).location;
/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/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java305 Location location = new Location(
311 bundle.setBindingClass(name, location);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java466 String location = new String(rawLocation);
467 String[] selectionArgs = new String[] { location };
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java27 import android.location.LocationManager;
/frameworks/base/core/java/android/view/
H A DViewGroup.java1476 // Dispatch the actual drag location notice, localized into its coordinates
3933 * which is added in order to fade it out in its old location should be removed
5025 final int[] location = attachInfo.mInvalidateChildLocation;
5026 location[CHILD_LEFT_INDEX] = child.mLeft;
5027 location[CHILD_TOP_INDEX] = child.mTop;
5081 parent = parent.invalidateChildInParent(location, dirty);
5107 public ViewParent invalidateChildInParent(final int[] location, final Rect dirty) { argument
5112 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
5113 location[CHILD_TOP_INDEX] - mScrollY);
5128 location[CHILD_LEFT_INDE
[all...]
H A DView.java325 * The geometry of a view is that of a rectangle. A view has a location,
327 * two dimensions, expressed as a width and a height. The unit for location
332 * It is possible to retrieve the location of a view by invoking the methods
336 * both return the location of the view relative to its parent. For instance,
1855 * Indicates that this view is currently directly under the drag location in a
6083 * Gets the location of this view in screen coordinates.
6085 * @param outRect The output location
6093 * Gets the location of this view in screen coordinates.
6095 * @param outRect The output location
7092 * far edges of the window, not accounting for the location o
18197 getLocationOnScreen(@ize2) int[] location) argument
18214 getLocationInWindow(@ize2) int[] location) argument
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.cpp587 // location but for built-in input device, they are unlikely to ever change.
591 } else if (!identifier.location.isEmpty()) {
592 rawDescriptor.append("location:");
593 rawDescriptor.append(identifier.location);
1105 // Get device physical location.
1107 //fprintf(stderr, "could not get location for %s, %s\n", devicePath, strerror(errno));
1110 identifier.location.setTo(buffer);
1142 ALOGV(" location: \"%s\"\n", identifier.location.string());
1672 dump.appendFormat(INDENT3 "Location: %s\n", device->identifier.location
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1603 Grid.Location location = mGrid.getLocation(position);
1604 if (location == null) {
1610 int startSecondary = getRowStartSecondary(location.row) - mScrollOffsetSecondary;
1633 layoutChild(location.row, view, start, end, startSecondary);
2338 Grid.Location location = mGrid.getLocation(pos);
2339 final int row = location.row;
/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.java57 import android.location.Location;
58 import android.location.LocationManager;
793 Log.w(TAG, "getGpsLocation - No timestamp for GPS location.");
801 Log.w(TAG, "getGpsLocation - No coordinates for GPS location");
/frameworks/base/tools/aapt/
H A DResource.cpp2806 String8 location("view ");
2807 location += srcName;
2810 location += lineno;
2812 keep->add(rule, location);
2823 String8 location("onClick ");
2824 location += srcName;
2827 location += lineno;
2829 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...]

Completed in 4609 milliseconds

1234567891011>>