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

<<1112

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3718 String location;
3731 // Interpret the location based on radio access type
3735 location = p.readString();
3736 cell = new NeighboringCellInfo(rssi, location, radioType);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java28 import android.location.CountryDetector;
1965 * @see android.location.CountryDetector
2016 * @see android.location.CountryDetector
2374 * Attach a {@link TtsSpan} to the supplied {@code Spannable} at the indicated location,
2375 * annotating that location as containing a phone number.
2404 * Attach a {@link TtsSpan} to the supplied {@code Spannable} at the indicated location,
2405 * annotating that location as containing a phone number.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java397 * Returns the location the given child is currently rendered at.
399 * @param child the child to get the location for
410 return childViewState.location;
670 // find the view closest to the location, accounting for GONE views
1857 * Change the position of child to a new location
2153 * Remember location of down touch.
/frameworks/base/core/java/android/provider/
H A DSettings.java40 import android.location.LocationManager;
101 * Activity Action: Show settings to allow configuration of current location
227 * location privacy.
1238 // Lock ensures that when enabling/disabling the master location switch, we don't end up
3011 * Show pointer location on screen?
4290 * Setting to allow mock locations and location provider status to be injected into the
4292 * locations and status values override actual location and status information generated
4293 * by network, gps, or other location providers.
4418 * Comma-separated list of location providers that activities may access. Do not rely on
4430 * The degree of location acces
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java941 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { argument
5241 // From the root, only drag start/end/location are dispatched. entered/exited
5263 // For events with a [screen] location, translate into window coordinates
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 388 milliseconds

<<1112