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

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java422 childViewState.location = StackViewState.LOCATION_UNKNOWN;
480 childViewState.location = StackViewState.LOCATION_MAIN_AREA;
494 childViewState.location = StackViewState.LOCATION_FIRST_CARD;
496 if (childViewState.location == StackViewState.LOCATION_UNKNOWN) {
497 Log.wtf(LOG_TAG, "Failed to assign location for child " + i);
633 childViewState.location = StackViewState.LOCATION_MAIN_AREA;
646 childViewState.location = StackViewState.LOCATION_BOTTOM_STACK_PEEKING;
655 childViewState.location = StackViewState.LOCATION_BOTTOM_STACK_HIDDEN;
696 childViewState.location = StackViewState.LOCATION_TOP_STACK_PEEKING;
705 childViewState.location
[all...]
H A DNotificationChildrenContainer.java275 childState.location = parentState.location;
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java37 import android.location.LocationRequest;
38 import android.location.Location;
39 import android.location.LocationListener;
40 import android.location.LocationManager;
143 /** Device is currently finding location (and may still be sensing). */
280 public void onLocationChanged(Location location) {
282 receivedGenericLocationLocked(location);
301 public void onLocationChanged(Location location) {
303 receivedGpsLocationLocked(location);
368 * This is how long we will wait to try to get a good location fi
1342 receivedGenericLocationLocked(Location location) argument
1358 receivedGpsLocationLocked(Location location) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java17 package com.android.server.location;
H A DLocationBlacklist.java18 package com.android.server.location;
35 * Allows applications to be blacklisted from location updates at run-time.
92 if (D) Log.d(TAG, "dropping location (blacklisted): "
H A DLocationRequestStatistics.java1 package com.android.server.location;
9 * Holds statistics for location requests (active requests by provider).
16 // Maps package name and provider to location request statistics.
50 Log.e(TAG, "Couldn't find package statistics when removing location request.");
59 * Name of package requesting location.
93 // Time when this package first requested location.
95 // Number of active location requests this package currently has.
97 // Time when this package most recently went from not requesting location to requesting.
103 // The total time this app has requested location (not including currently running requests).
H A DRemoteListenerHelper.java17 package com.android.server.location;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java21 import android.location.Location;
81 * insert given location into tracker data
/frameworks/native/include/input/
H A DInputDevice.h35 String8 location; member in struct:android::InputDeviceIdentifier
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp2916 void GLTrace_glGetUniformfv(GLuint program, GLint location, GLfloat * params) { argument
2928 // copy argument location
2932 arg_location->add_intvalue(location);
2943 glContext->hooks->gl.glGetUniformfv(program, location, params);
2957 void GLTrace_glGetUniformiv(GLuint program, GLint location, GLint * params) { argument
2969 // copy argument location
2973 arg_location->add_intvalue(location);
2984 glContext->hooks->gl.glGetUniformiv(program, location, params);
4439 void GLTrace_glUniform1f(GLint location, GLfloat v0) { argument
4445 // copy argument location
4473 GLTrace_glUniform1fv(GLint location, GLsizei count, const GLfloat * value) argument
4514 GLTrace_glUniform1i(GLint location, GLint v0) argument
4548 GLTrace_glUniform1iv(GLint location, GLsizei count, const GLint * value) argument
4589 GLTrace_glUniform2f(GLint location, GLfloat v0, GLfloat v1) argument
4629 GLTrace_glUniform2fv(GLint location, GLsizei count, const GLfloat * value) argument
4670 GLTrace_glUniform2i(GLint location, GLint v0, GLint v1) argument
4710 GLTrace_glUniform2iv(GLint location, GLsizei count, const GLint * value) argument
4751 GLTrace_glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) argument
4797 GLTrace_glUniform3fv(GLint location, GLsizei count, const GLfloat * value) argument
4838 GLTrace_glUniform3i(GLint location, GLint v0, GLint v1, GLint v2) argument
4884 GLTrace_glUniform3iv(GLint location, GLsizei count, const GLint * value) argument
4925 GLTrace_glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
4977 GLTrace_glUniform4fv(GLint location, GLsizei count, const GLfloat * value) argument
5018 GLTrace_glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
5070 GLTrace_glUniform4iv(GLint location, GLsizei count, const GLint * value) argument
5111 GLTrace_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
5158 GLTrace_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
5205 GLTrace_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
6588 GLTrace_glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
6635 GLTrace_glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
6682 GLTrace_glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
6729 GLTrace_glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
6776 GLTrace_glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
6823 GLTrace_glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
7892 GLTrace_glGetUniformuiv(GLuint program, GLint location, GLuint * params) argument
7976 GLTrace_glUniform1ui(GLint location, GLuint v0) argument
8010 GLTrace_glUniform2ui(GLint location, GLuint v0, GLuint v1) argument
8050 GLTrace_glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2) argument
8096 GLTrace_glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) argument
8148 GLTrace_glUniform1uiv(GLint location, GLsizei count, const GLuint * value) argument
8189 GLTrace_glUniform2uiv(GLint location, GLsizei count, const GLuint * value) argument
8230 GLTrace_glUniform3uiv(GLint location, GLsizei count, const GLuint * value) argument
8271 GLTrace_glUniform4uiv(GLint location, GLsizei count, const GLuint * value) argument
11146 GLTrace_glProgramUniform1i(GLuint program, GLint location, GLint v0) argument
11186 GLTrace_glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1) argument
11232 GLTrace_glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) argument
11284 GLTrace_glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
11342 GLTrace_glProgramUniform1ui(GLuint program, GLint location, GLuint v0) argument
11382 GLTrace_glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1) argument
11428 GLTrace_glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) argument
11480 GLTrace_glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) argument
11538 GLTrace_glProgramUniform1f(GLuint program, GLint location, GLfloat v0) argument
11578 GLTrace_glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) argument
11624 GLTrace_glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) argument
11676 GLTrace_glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
11734 GLTrace_glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const GLint * value) argument
11781 GLTrace_glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const GLint * value) argument
11828 GLTrace_glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const GLint * value) argument
11875 GLTrace_glProgramUniform4iv(GLuint program, GLint location, GLsizei count, const GLint * value) argument
11922 GLTrace_glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
11969 GLTrace_glProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
12016 GLTrace_glProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
12063 GLTrace_glProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
12110 GLTrace_glProgramUniform1fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
12157 GLTrace_glProgramUniform2fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
12204 GLTrace_glProgramUniform3fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
12251 GLTrace_glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
12298 GLTrace_glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12351 GLTrace_glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12404 GLTrace_glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12457 GLTrace_glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12510 GLTrace_glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12563 GLTrace_glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12616 GLTrace_glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12669 GLTrace_glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
12722 GLTrace_glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
17839 GLTrace_glDrawBuffersIndexedEXT(GLint n, const GLenum * location, const GLint * indices) argument
18093 GLTrace_glGetnUniformfvEXT(GLuint program, GLint location, GLsizei bufSize, GLfloat * params) argument
18140 GLTrace_glGetnUniformivEXT(GLuint program, GLint location, GLsizei bufSize, GLint * params) argument
18533 GLTrace_glProgramUniform1fEXT(GLuint program, GLint location, GLfloat v0) argument
18573 GLTrace_glProgramUniform1fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
18620 GLTrace_glProgramUniform1iEXT(GLuint program, GLint location, GLint v0) argument
18660 GLTrace_glProgramUniform1ivEXT(GLuint program, GLint location, GLsizei count, const GLint * value) argument
18707 GLTrace_glProgramUniform2fEXT(GLuint program, GLint location, GLfloat v0, GLfloat v1) argument
18753 GLTrace_glProgramUniform2fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
18800 GLTrace_glProgramUniform2iEXT(GLuint program, GLint location, GLint v0, GLint v1) argument
18846 GLTrace_glProgramUniform2ivEXT(GLuint program, GLint location, GLsizei count, const GLint * value) argument
18893 GLTrace_glProgramUniform3fEXT(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) argument
18945 GLTrace_glProgramUniform3fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
18992 GLTrace_glProgramUniform3iEXT(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) argument
19044 GLTrace_glProgramUniform3ivEXT(GLuint program, GLint location, GLsizei count, const GLint * value) argument
19091 GLTrace_glProgramUniform4fEXT(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
19149 GLTrace_glProgramUniform4fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat * value) argument
19196 GLTrace_glProgramUniform4iEXT(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
19254 GLTrace_glProgramUniform4ivEXT(GLuint program, GLint location, GLsizei count, const GLint * value) argument
19301 GLTrace_glProgramUniformMatrix2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
19354 GLTrace_glProgramUniformMatrix3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
19407 GLTrace_glProgramUniformMatrix4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
19528 GLTrace_glProgramUniform1uiEXT(GLuint program, GLint location, GLuint v0) argument
19568 GLTrace_glProgramUniform2uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1) argument
19614 GLTrace_glProgramUniform3uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) argument
19666 GLTrace_glProgramUniform4uiEXT(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) argument
19724 GLTrace_glProgramUniform1uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
19771 GLTrace_glProgramUniform2uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
19818 GLTrace_glProgramUniform3uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
19865 GLTrace_glProgramUniform4uivEXT(GLuint program, GLint location, GLsizei count, const GLuint * value) argument
19912 GLTrace_glProgramUniformMatrix2x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
19965 GLTrace_glProgramUniformMatrix3x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
20018 GLTrace_glProgramUniformMatrix2x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
20071 GLTrace_glProgramUniformMatrix4x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
20124 GLTrace_glProgramUniformMatrix3x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
20177 GLTrace_glProgramUniformMatrix4x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
22342 GLTrace_glUniformMatrix2x3fvNV(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
22389 GLTrace_glUniformMatrix3x2fvNV(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
22436 GLTrace_glUniformMatrix2x4fvNV(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
22483 GLTrace_glUniformMatrix4x2fvNV(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
22530 GLTrace_glUniformMatrix3x4fvNV(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
22577 GLTrace_glUniformMatrix4x3fvNV(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) argument
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScopedException.java82 for (Location location : scopedError.getLocations()) {
83 sb.append(LOCATION_KEY).append(location.toUserReadableString()).append("\n");
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java17 package com.android.internal.location;
28 import android.location.LocationManager;
29 import android.location.INetInitiatedListener;
100 // parent gps location provider
164 if (DEBUG) Log.d(TAG, "location enabled :" + getLocationEnabled());
221 * Updates Location enabler based on location setting.
228 * Checks if user agreed to use location.
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java250 // TEST_RES_DIR not explicitly set. Fallback to the class's source location.
252 URL location = Main.class.getProtectionDomain().getCodeSource().getLocation();
253 return new File(location.getPath()).exists() ? location.getPath() : null;
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java17 package android.hardware.location;
/frameworks/base/location/java/android/location/
H A DCriteria.java17 package android.location;
24 * location provider. Providers maybe ordered according to accuracy,
51 * A constant indicating a finer location accuracy requirement
61 * A constant indicating a low location accuracy requirement
121 * More accurate location may consume more power and may take longer.
145 * More accurate location may consume more power and may take longer.
169 * More accurate location may consume more power and may take longer.
193 * More accurate location may consume more power and may take longer.
215 * may be {@link #ACCURACY_FINE} if desired location
217 * More accurate location ma
[all...]
H A DGpsNavigationMessage.java17 package android.location;
H A DGpsStatus.java17 package android.location;
H A DLocationManager.java17 package android.location;
19 import com.android.internal.location.ProviderProperties;
42 * This class provides access to the system location services. These
44 * device's geographical location, or to fire an application-specified
46 * geographical location.
57 * access to the GPS or passive location providers. Other providers will still
58 * return location results, but the update rate will be throttled and the exact
59 * location will be obfuscated to a coarse level of accuracy.
75 * Name of the network location provider.
76 * <p>This provider determines location base
244 onLocationChanged(Location location) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java27 import android.location.LocationManager;
41 * A controller to manage changes of location related states and update the views accordingly.
44 // The name of the placeholder corresponding to the location request status icon.
46 public static final String LOCATION_STATUS_ICON_PLACEHOLDER = "location";
66 // Register to listen for changes in location settings.
76 // Examine the current location state and initialize the status view.
82 * Add a callback to listen for changes in location settings.
94 * Enable or disable location in settings.
96 * <p>This will attempt to enable/disable every type of location setting
100 * If the user doesn't accept, network location wo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java89 BluetoothController bluetooth, LocationController location,
98 mLocation = location;
254 else if (tileSpec.equals("location")) return new LocationTile(this);
88 QSTileHost(Context context, PhoneStatusBar statusBar, BluetoothController bluetooth, LocationController location, RotationLockController rotation, NetworkController network, ZenModeController zen, HotspotController hotspot, CastController cast, FlashlightController flashlight, UserSwitcherController userSwitcher, KeyguardMonitor keyguard, SecurityController security) argument
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java1686 * <p>A location object to use when generating image GPS metadata.</p>
1687 * <p>Setting a location object in a request will include the GPS coordinates of the location
1694 public static final Key<android.location.Location> JPEG_GPS_LOCATION =
1695 new Key<android.location.Location>("android.jpeg.gpsLocation", android.location.Location.class);
H A DCaptureResult.java2240 * <p>A location object to use when generating image GPS metadata.</p>
2241 * <p>Setting a location object in a request will include the GPS coordinates of the location
2248 public static final Key<android.location.Location> JPEG_GPS_LOCATION =
2249 new Key<android.location.Location>("android.jpeg.gpsLocation", android.location.Location.class);
3176 * mosaic channels (R, Gr, Gb, B). The location and size of the window
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs764 <a href="<?cs var:toroot ?>training/building-location.html">
772 <a href="<?cs var:toroot ?>training/location/index.html"
773 description="How to add location-aware features to your app by getting the user's current location.">
779 <a href="<?cs var:toroot ?>training/location/retrieve-current.html">
784 <a href="<?cs var:toroot ?>training/location/receive-location-updates.html">
789 <a href="<?cs var:toroot ?>training/location/display-address.html">
793 <li><a href="<?cs var:toroot ?>training/location/geofencing.html">
807 <!-- End location an
[all...]
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java782 final Location location = ternaryExpr.getLocations().get(0);
783 assertNotNull(location);
784 assertEquals(0, location.startLine);
785 assertEquals(0, location.startOffset);
786 assertEquals(0, location.endLine);
787 assertEquals(input.length() - 1, location.endOffset);
/frameworks/base/core/java/android/provider/
H A DCallLog.java27 import android.location.Country;
28 import android.location.CountryDetector;
291 * A geocoded location for the number associated with this call.

Completed in 749 milliseconds

1234567891011>>