/frameworks/base/data/keyboards/ |
D | Vendor_045e_Product_028e.kl | 32 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd. 33 # This confuses applications that rely on the flat value because the joystick actually 34 # settles in a flat range of +/- 4096 or so. 35 axis 0x00 X flat 4096 36 axis 0x01 Y flat 4096 37 axis 0x03 Z flat 4096 38 axis 0x04 RZ flat 4096
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 237 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() argument 239 return out->writeObject(flat, false); in finish_flatten_binder() 333 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 335 if (flat) { in unflatten_binder() 336 switch (flat->type) { in unflatten_binder() 338 *out = reinterpret_cast<IBinder*>(flat->cookie); in unflatten_binder() 339 return finish_unflatten_binder(NULL, *flat, in); in unflatten_binder() 341 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder() 343 static_cast<BpBinder*>(out->get()), *flat, in); in unflatten_binder() 352 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local [all …]
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named 19 On _Android M (Marshmallow)_, dumpstate still generates a flat 26 is a failure, in which case it reverts to the flat file that is zipped by 37 - `main-entry.txt`: whose value is the name of the flat text entry (i.e., 46 The flat file also has some minor changes:
|
/frameworks/native/include/input/ |
D | InputDevice.h | 70 float flat; member 95 float min, float max, float flat, float fuzz, float resolution);
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 731 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument 732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 809 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() argument 815 mFlat = flat; in MotionRange()
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 179 float flat, float fuzz, float resolution) { in addMotionRange() argument 180 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/include/ |
D | pvmp3decoder_api.h | 81 flat = 0, enumerator
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 1614 String flat = SystemProperties.get(PROP_WALLPAPER_COMPONENT); in getDefaultWallpaperComponent() local 1615 if (!TextUtils.isEmpty(flat)) { in getDefaultWallpaperComponent() 1616 final ComponentName cn = ComponentName.unflattenFromString(flat); in getDefaultWallpaperComponent() 1622 flat = context.getString(com.android.internal.R.string.default_wallpaper_component); in getDefaultWallpaperComponent() 1623 if (!TextUtils.isEmpty(flat)) { in getDefaultWallpaperComponent() 1624 final ComponentName cn = ComponentName.unflattenFromString(flat); in getDefaultWallpaperComponent()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
D | mp3dec_test.cpp | 54 config.equalizerType = flat; in main()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 75 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 86 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member 94 flat = 0; in clear()
|
D | InputReader.cpp | 982 name, range.source, range.min, range.max, range.flat, range.fuzz, in dump() 1927 name, axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo() 2930 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_1, mSource, x.min, x.max, x.flat, in populateDeviceInfo() 2932 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_2, mSource, y.min, y.max, y.flat, in populateDeviceInfo() 2934 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_3, mSource, x.min, x.max, x.flat, in populateDeviceInfo() 2936 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_4, mSource, y.min, y.max, y.flat, in populateDeviceInfo() 3429 mOrientedRanges.touchMajor.flat = 0; in configureSurface() 3440 mOrientedRanges.toolMajor.flat = 0; in configureSurface() 3451 mOrientedRanges.size.flat = 0; in configureSurface() 3475 mOrientedRanges.pressure.flat = 0; in configureSurface() [all …]
|
D | InputReader.h | 1975 float flat; // normalized flat region size member 1988 float min, float max, float flat, float fuzz, float resolution) { in initialize() 1998 this->flat = flat; in initialize()
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | cardboard.jd | 9 flat world into the realm of 3D. In fact, any application that provides
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_menu.jd | 45 when they press the Menu button. They are drawn in a flat-front perspective and 187 <p>Menu icons are flat, pictured face on, and greyscale. A slight deboss and 256 flat-front perspective. Elements in a menu icon must not be visualized in 3D or 302 <p>Menu icons are flat and pictured face on. A slight deboss and some other
|
D | icon_design_list.jd | 139 <p>List view icons are flat and pictured face-on with an inner shadow. Built up
|
D | icon_design_dialog.jd | 140 <p>Dialog icons are flat and pictured face-on. In order to stand out against a
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 768 String flat = Settings.Secure.getStringForUser(resolver, in getNotificationListeners() local 772 if (flat != null) { in getNotificationListeners() 773 String[] allowed = flat.split(":"); in getNotificationListeners()
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 15 flat shaded with three different lights.
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 543 have a <em>flat</em> area, that is, a range of values near the (0,0) coordinate 545 Android falls within the flat area, you should treat the controller to be at 561 final float flat = range.getFlat(); 566 // Ignore axis values that are within the 'flat' region of the 568 if (Math.abs(value) > flat) {
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 113 mConfig->equalizerType = flat; in initDecoder()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_equalizer.cpp | 330 if (equalizerType == flat) in pvmp3_equalizer()
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 28 because it can eliminate nested view groups and keep your layout hierarchy flat, which improves
|
/frameworks/native/include/binder/ |
D | Parcel.h | 782 const flat_binder_object& flat, sp<IBinder>* out); 784 const flat_binder_object& flat, wp<IBinder>* out);
|
/frameworks/base/docs/html/design/tv/ |
D | style.jd | 49 outside of a safe zone that most TVs could reliably display. Even on some of today’s HDTV flat
|