Searched refs:location (Results 1 - 25 of 136) sorted by path

123456

/frameworks/base/
H A DAndroid.mk198 location/java/android/location/ICountryDetector.aidl \
199 location/java/android/location/ICountryListener.aidl \
200 location/java/android/location/IGeocodeProvider.aidl \
201 location/java/android/location/IGpsStatusListener.aidl \
202 location/java/android/location/IGpsStatusProvide
[all...]
/frameworks/base/core/java/android/app/
H A DContextImpl.java58 import android.location.CountryDetector;
59 import android.location.ICountryDetector;
60 import android.location.ILocationManager;
61 import android.location.LocationManager;
/frameworks/base/core/java/android/view/
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,
1792 * Indicates that this view is currently directly under the drag location in a
2723 * The x location of the point around which the view is rotated and scaled.
2729 * The y location of the point around which the view is rotated and scaled.
4917 * Gets the location of this view in screen coordintates.
4919 * @param outRect The output location
5588 * far edges of the window, not accounting for the location o
14991 getLocationOnScreen(int[] location) argument
15008 getLocationInWindow(int[] location) argument
[all...]
H A DViewGroup.java1195 // Dispatch the actual drag location notice, localized into its coordinates
4019 final int[] location = attachInfo.mInvalidateChildLocation;
4020 location[CHILD_LEFT_INDEX] = child.mLeft;
4021 location[CHILD_TOP_INDEX] = child.mTop;
4075 parent = parent.invalidateChildInParent(location, dirty);
4101 public ViewParent invalidateChildInParent(final int[] location, final Rect dirty) { argument
4106 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
4107 location[CHILD_TOP_INDEX] - mScrollY);
4119 location[CHILD_LEFT_INDEX] = left;
4120 location[CHILD_TOP_INDE
[all...]
H A DViewParent.java66 * <p>The location array is an array of two int values which respectively
74 * <p>When this method returns a non-null value, the location array must
77 * @param location An array of 2 ints containing the left and top
83 public ViewParent invalidateChildInParent(int[] location, Rect r); argument
H A DViewRootImpl.java853 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { argument
3797 // From the root, only drag start/end/location are dispatched. entered/exited
3819 // For events with a [screen] location, translate into window coordinates
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java74 String location; field in class:CacheManager.CacheResult
168 return location;
H A DGeolocationService.java21 import android.location.Location;
22 import android.location.LocationListener;
23 import android.location.LocationManager;
24 import android.location.LocationProvider;
56 Log.e(TAG, "Could not get location manager.");
61 * Start listening for location updates.
70 * Stop listening for location updates.
90 maybeReportError("The last location provider is no longer available");
97 * Called when the location has changed.
98 * @param location Th
100 onLocationChanged(Location location) argument
199 nativeNewLocationAvailable(long nativeObject, Location location) argument
[all...]
H A DPluginList.java83 int location = mPlugins.indexOf(plugin);
84 if (location != -1) {
85 mPlugins.remove(location);
H A DWebViewClassic.java3711 * location. Currently, only addresses in the United States are detected,
3735 * location. Currently, only addresses in the United States are detected,
3782 // location that is not beyond the end of the page.
5197 int[] location = new int[2];
5198 mWebView.getLocationInWindow(location);
5199 int offsetX = location[0] - getScrollX();
5200 int offsetY = location[1] - getScrollY();
5206 mPasteWindow.show(cursorPoint, cursorTop, location[0], location[1]);
5700 int location
[all...]
/frameworks/base/core/java/android/widget/
H A DTabHost.java301 * Get the location of the TabWidget.
303 * @return The TabWidget location.
306 int location = TABWIDGET_LOCATION_TOP;
310 location = (mTabContent.getLeft() < mTabWidget.getLeft()) ? TABWIDGET_LOCATION_RIGHT
315 location = (mTabContent.getTop() < mTabWidget.getTop()) ? TABWIDGET_LOCATION_BOTTOM
319 return location;
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java30 import android.location.LocationManager;
33 import com.android.internal.location.GpsNetInitiatedHandler;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp3850 /* void glGetUniformfv ( GLuint program, GLint location, GLfloat *params ) */
3853 (JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) {
3880 (GLint)location,
3894 /* void glGetUniformfv ( GLuint program, GLint location, GLfloat *params ) */
3897 (JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) {
3910 (GLint)location,
3918 /* void glGetUniformiv ( GLuint program, GLint location, GLint *params ) */
3921 (JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) {
3948 (GLint)location,
3962 /* void glGetUniformiv ( GLuint program, GLint location, GLin
3852 android_glGetUniformfv__II_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) argument
3896 android_glGetUniformfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3920 android_glGetUniformiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
3964 android_glGetUniformiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
4791 android_glUniform1f__IF(JNIEnv *_env, jobject _this, jint location, jfloat x) argument
4801 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4845 android_glUniform1fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4869 android_glUniform1i__II(JNIEnv *_env, jobject _this, jint location, jint x) argument
4879 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4923 android_glUniform1iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4947 android_glUniform2f__IFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y) argument
4958 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5002 android_glUniform2fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5026 android_glUniform2i__III(JNIEnv *_env, jobject _this, jint location, jint x, jint y) argument
5037 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5081 android_glUniform2iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5105 android_glUniform3f__IFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z) argument
5117 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5161 android_glUniform3fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5185 android_glUniform3i__IIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z) argument
5197 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5241 android_glUniform3iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5265 android_glUniform4f__IFFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z, jfloat w) argument
5278 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5322 android_glUniform4fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5346 android_glUniform4i__IIIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z, jint w) argument
5359 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5403 android_glUniform4iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5427 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5472 android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5497 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5542 android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5567 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5612 android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java924 protected long enqueueDownloadRequest(byte[] body, int location) throws Exception { argument
927 return doEnqueue(location);
939 protected long enqueueDownloadRequest(File body, int location) throws Exception { argument
942 return doEnqueue(location);
953 private long doEnqueue(int location) throws Exception { argument
956 if (location == DOWNLOAD_TO_SYSTEM_CACHE) {
1024 protected long doBasicDownload(byte[] blobData, int location) throws Exception { argument
1025 long dlRequest = enqueueDownloadRequest(blobData, location);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
42 public void onLocationChanged(Location location) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java21 import android.location.Location;
22 import android.location.LocationListener;
23 import android.location.LocationManager;
31 /** The use of location manager and bluetooth below are simply to simulate an app that
40 public void onLocationChanged(Location location) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
28 /** The use of location manager below is simply to simulate an app that
37 public void onLocationChanged(Location location) {}
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs510 <a href="<?cs var:toroot ?>training/basics/location/index.html"
512 "How to add location-aware features to your app by aqcuiring the user's current
513 location."
517 <li><a href="<?cs var:toroot ?>training/basics/location/locationmanager.html">
521 <li><a href="<?cs var:toroot ?>training/basics/location/currentlocation.html">
525 <li><a href="<?cs var:toroot ?>training/basics/location/geocoding.html">
533 <!-- End privacy and location -->
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java80 * @param location Where to draw the bitmap.
82 public void draw(Canvas canvas, RectF location) { argument
84 nativeDraw(canvas.mNativeCanvas, location,
89 canvas.drawPatch(mBitmap, mChunk, location, mPaint);
97 * @param location Where to draw the bitmap.
99 public void draw(Canvas canvas, Rect location) { argument
101 nativeDraw(canvas.mNativeCanvas, location,
106 mRect.set(location);
115 * @param location Where to draw the bitmap.
118 public void draw(Canvas canvas, Rect location, Pain argument
149 getTransparentRegion(Rect location) argument
163 nativeGetTransparentRegion( int bitmap, byte[] chunk, Rect location) argument
[all...]
/frameworks/base/include/androidfw/
H A DInputDevice.h35 String8 location; member in struct:android::InputDeviceIdentifier
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp842 // location/size info that we store with the new native transform data.
1580 uint32_t* location = addOp(DisplayList::DrawBitmap, reject); local
1584 addSkip(location);
1594 uint32_t* location = addOp(DisplayList::DrawBitmapMatrix, reject); local
1598 addSkip(location);
1606 uint32_t* location = addOp(DisplayList::DrawBitmapRect, reject); local
1611 addSkip(location);
1619 uint32_t* location = addOp(DisplayList::DrawBitmapData, reject); local
1623 addSkip(location);
1652 uint32_t* location local
1675 uint32_t* location = addOp(DisplayList::DrawRect, reject); local
1686 uint32_t* location = addOp(DisplayList::DrawRoundRect, reject); local
1729 uint32_t* location = addOp(DisplayList::DrawPath, reject); local
1801 uint32_t* location = addOp(DisplayList::DrawText, reject); local
[all...]
H A DDisplayListRenderer.h711 inline void addSkip(uint32_t* location) { argument
712 if (location) {
713 *location = (int32_t) (mWriter.size() - mBufferSize);
/frameworks/base/location/java/android/location/
H A DAddress.aidl17 package 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 DCountry.aidl17 package android.location;

Completed in 448 milliseconds

123456