/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 | 148 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() argument 150 return out->writeObject(flat, false); in finish_flatten_binder() 233 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) in finish_unflatten_binder() argument 241 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 243 if (flat) { in unflatten_binder() 244 switch (flat->type) { in unflatten_binder() 246 *out = static_cast<IBinder*>(flat->cookie); in unflatten_binder() 247 return finish_unflatten_binder(NULL, *flat, in); in unflatten_binder() 249 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder() 251 static_cast<BpBinder*>(out->get()), *flat, in); in unflatten_binder() [all …]
|
/frameworks/native/include/input/ |
D | InputDevice.h | 65 float flat; member 88 float min, float max, float flat, float fuzz, float resolution);
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 653 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument 654 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 705 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() argument 711 mFlat = flat; in MotionRange()
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 176 float flat, float fuzz, float resolution) { in addMotionRange() argument 177 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/services/java/com/android/server/ |
D | PackageManagerBackupAgent.java | 323 byte[] flat = sig.toByteArray(); in writeSignatureArray() 324 out.writeInt(flat.length); in writeSignatureArray() 325 out.write(flat); in writeSignatureArray()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 70 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
|
/frameworks/base/services/input/ |
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 | 887 name, range.source, range.min, range.max, range.flat, range.fuzz, in dump() 1797 name, axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo() 2626 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_1, mSource, x.min, x.max, x.flat, in populateDeviceInfo() 2628 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_2, mSource, y.min, y.max, y.flat, in populateDeviceInfo() 2630 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_3, mSource, x.min, x.max, x.flat, in populateDeviceInfo() 2632 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_4, mSource, y.min, y.max, y.flat, in populateDeviceInfo() 3082 mOrientedRanges.touchMajor.flat = 0; in configureSurface() 3093 mOrientedRanges.toolMajor.flat = 0; in configureSurface() 3104 mOrientedRanges.size.flat = 0; in configureSurface() 3128 mOrientedRanges.pressure.flat = 0; in configureSurface() [all …]
|
D | InputReader.h | 1754 float flat; // normalized flat region size member 1767 float min, float max, float flat, float fuzz, float resolution) { in initialize() 1777 this->flat = flat; in initialize()
|
D | EventHub.cpp | 309 outAxisInfo->flat = info.flat; in getAbsoluteAxisInfo()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 389 const flat_binder_object& flat, sp<IBinder>* out); 391 const flat_binder_object& flat, wp<IBinder>* out);
|
/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_dialog.jd | 140 <p>Dialog icons are flat and pictured face-on. In order to stand out against a
|
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_action_bar.jd | 123 <p>Action Bar icons are flat, pictured face on, and generally greyscale, depending on the
|
D | icon_design_status_bar.jd | 185 <p>Status bar icons are flat, pictured face on, and must be white on a transparent background.</p> 340 <p>Status bar icons are flat, matte, and pictured face-on.</p>
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 15 flat shaded with three different lights.
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 111 mConfig->equalizerType = flat; in initDecoder()
|
/frameworks/base/docs/html/design/style/ |
D | iconography.jd | 189 <p>Pictographic, flat, not too detailed, with smooth curves or sharp shapes. If the graphic is thin, 270 <p>Neutral, flat, and simple. Filled shapes are easier to see than thin strokes. Use a single visual 349 <p>Keep the style flat and simple, using the same single, visual metaphor as your launcher icon.</p>
|
/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/base/docs/html/design/building-blocks/ |
D | progress.jd | 97 …mple, we carried over the circular shape, the same shade of blue, and the flat and simple style.</…
|
/frameworks/base/docs/html/training/cloudsync/ |
D | backupapi.jd | 132 high scores are implemented as preferences instead of a flat file:</p>
|