/frameworks/base/services/java/com/android/server/wm/ |
D | BlackFrame.java | 79 public BlackFrame(SurfaceSession session, Rect outer, Rect inner, in BlackFrame() argument 84 if (outer.top < inner.top) { in BlackFrame() 86 outer.left, outer.top, inner.right, inner.top); in BlackFrame() 88 if (outer.left < inner.left) { in BlackFrame() 90 outer.left, inner.top, inner.left, outer.bottom); in BlackFrame() 92 if (outer.bottom > inner.bottom) { in BlackFrame() 94 inner.left, inner.bottom, outer.right, outer.bottom); in BlackFrame() 96 if (outer.right > inner.right) { in BlackFrame() 98 inner.right, outer.top, outer.right, inner.bottom); in BlackFrame()
|
D | ScreenRotationAnimation.java | 241 Rect inner = new Rect(0, 0, finalWidth, finalHeight); in dismiss() local 242 mBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER); in dismiss()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_BlockMatch_Half.c | 75 OMX_INT outer, inner, count, index; in armVCM4P2_BlockMatch_Half() local 99 for (inner = 0; inner < BlockSize; inner++, count++, index++) in armVCM4P2_BlockMatch_Half() 154 for (inner = 0; inner < BlockSize; inner++, count++,index++) in armVCM4P2_BlockMatch_Half()
|
D | armVCM4P2_BlockMatch_Integer.c | 83 OMX_INT outer, inner, count,index; in armVCM4P2_BlockMatch_Integer() local 145 for (inner = 0; inner < BlockSize; inner++, count++, index++) in armVCM4P2_BlockMatch_Integer()
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 19 SkPathEffect* outer, SkPathEffect* inner) { in Compose_constructor() argument 20 return new SkComposePathEffect(outer, inner); in Compose_constructor()
|
/frameworks/compile/slang/tests/F_struct_array_copy/ |
D | struct_array_copy.rs | 28 struct myStruct inner;
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
D | OuterClass_InnerClass_Delegate.java | 27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { in get() argument
|
/frameworks/base/docs/html/resources/articles/ |
D | avoiding-memory-leaks.jd | 89 example above showed the case of a static reference but inner classes and 104 <li>Avoid non-static inner classes in an activity if you don't control 105 their life cycle, use a static inner class and make a weak reference to 106 the activity inside. The solution to this issue is to use a static inner 109 and its W inner class for instance</li>
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 105 all inner classes and references in methods and types. Note that other classes are 173 references in internal inner classes and methods. 189 This won't rename/replace the inner static methods of a given class. 195 mentioned above, some inner static classes are used to pass around 200 example, the inner class Paint$Style in the Paint class should be discarded and the 217 as its first argument. If the original method is an inner non-static method, it also 218 receives the inner 'this' as the second argument.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_list.jd | 32 <p>List view icons look a lot like dialog icons, but they use an inner shadow 121 <p>List view icons are flat and pictured face-on with an inner shadow. Built up 122 by a light gradient and inner shadow, they stand out well on a dark
|
D | icon_design_dialog.jd | 33 interaction. They use a light gradient and inner 124 dark background, they are built up using a light gradient and inner shadow.</p>
|
D | icon_design_tab.jd | 311 inner shadow, and have the same front part gradient as 354 fainter inner shadow, and the same front part gradient as the dialog icons.</p>
|
D | icon_design_menu.jd | 337 <td class="image-caption-c">Black<br>r 0 | g 0 | b 0<br>Used for inner shadow and bevel shadow.</td>
|
D | widget_design.jd | 76 margins between the edges of the bounding box and the frame, and padding between the inner edges of
|
D | icon_design_status_bar.jd | 446 …<tr><td><em>4.</em></td><td>Disabled detail:</td><td>grey gradient from palette<br>+ inner bevel: …
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 253 for (Class<?> inner : r.getDeclaredClasses()) { in init() 254 String resTypeName = inner.getSimpleName(); in init() 260 for (Field f : inner.getDeclaredFields()) { in init()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 102 Extension classes can be defined as inner classes inside the activities 346 and works with, and are defined in a styleable inner class inside of the 469 It is defined as an inner class within the <code>NoteEditor</code> 479 This is a cleaner way to create inner classes if they do not need 531 inner class we defined is referenced using the 533 refer to inner classes in the Java programming language. 534 <p>If your custom View component is not defined as an inner class, then you can,
|
/frameworks/base/docs/html/guide/topics/views/ |
D | custom-views.jd | 97 Extension classes can be defined as inner classes inside the activities 337 and works with, and are defined in a styleable inner class inside of the 460 It is defined as an inner class within the <code>NoteEditor</code> 470 This is a cleaner way to create inner classes if they do not need 522 inner class we defined is referenced using the 524 refer to inner classes in the Java programming language.
|
/frameworks/base/docs/html/guide/practices/design/ |
D | performance.jd | 297 <p>The key things to note here are that we define a private inner class 305 the Java language allows an inner class to access an outer class' private 316 <p>The inner class code calls these static methods whenever it needs to 325 overhead by declaring fields and methods accessed by inner classes to have
|
D | jni.jd | 539 native methods out of inner classes. 606 inner-class names (<code>Ljava/util/Map$Entry;</code>, say).
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-formstuff.jd | 177 listeners we've created, instead of creating this one as an anonymous inner class,
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 307 <code>Controller</code> is an inner class that is nested inside the 309 an inner class; it just is in this example.</li>
|
/frameworks/base/docs/html/guide/basics/ |
D | appmodel.jd | 112 <li>If you are replacing a notification, shortcut, or other such "inner"
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 1514 inner part of the ring (the hole in the middle), as a dimension value or <a 1517 <dd><em>Float</em>. The radius for the inner 1519 android:innerRadiusRatio="5"}, then the inner radius equals the ring's width divided by 5. This
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | aidl.jd | 95 {@code .aidl} file. This interface has an inner abstract class named {@code Stub} that extends
|