HomeSort by relevance Sort by last modified time
    Searched refs:coarse (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
LocationFudger.java 32 * Contains the logic to obfuscate (fudge) locations for coarse applications.
35 * the coarse location permission from receiving a fine location.
42 * Default coarse accuracy in meters.
47 * Minimum coarse accuracy in meters.
52 * Secure settings key for coarse accuracy.
57 * This is the fastest interval that applications can receive coarse
107 * Used to monitor coarse accuracy secure setting for changes.
112 * Used to resolve coarse accuracy setting.
122 * Best location accuracy allowed for coarse applications.
135 * to coarse locations. It does not need to be as large a
167 Location coarse = location.getExtraLocation(Location.EXTRA_COARSE_LOCATION); local
179 Location coarse = createCoarseLocked(location); local
200 Location coarse = new Location(fine); local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options_settings_app.css 16 @media(pointer:coarse) {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.css 34 @media (pointer:coarse) {
oobe_screen_oauth_enrollment.css 64 @media (pointer:coarse) {
  /external/opencv/cv/src/
cvsmooth.cpp 538 * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level)
540 * coarse bucket designated by the 4 MSBs of the fine bucket value.
548 ushort coarse[16]; variable
557 h.coarse[x>>4] op; \
713 histogram_muladd( r, &h_coarse[16*n*c], H[c].coarse );
718 histogram_add( &h_coarse[16*(n*c+j)], H[c].coarse );
732 histogram_add( &h_coarse[16*(n*c + MIN(j+r,n-1))], H[c].coarse );
734 /* Find median at coarse level */
736 sum += H[c].coarse[k];
738 sum -= H[c].coarse[k]
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 320 @media (pointer:coarse) {
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 194 * The default range of 100 is too coarse for the media progress slider.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 71 return matchMedia("(pointer: coarse)").matches;
    [all...]

Completed in 729 milliseconds