Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/services/java/com/android/server/wm/
DBlackFrame.java79 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()
DScreenRotationAnimation.java241 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/
DarmVCM4P2_BlockMatch_Half.c75 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()
DarmVCM4P2_BlockMatch_Integer.c83 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/
DPathEffect.cpp19 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/
Dstruct_array_copy.rs28 struct myStruct inner;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
DOuterClass_InnerClass_Delegate.java27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { in get() argument
/frameworks/base/docs/html/resources/articles/
Davoiding-memory-leaks.jd89 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/
DREADME.txt105 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/
Dicon_design_list.jd32 <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
Dicon_design_dialog.jd33 interaction. They use a light gradient and inner
124 dark background, they are built up using a light gradient and inner shadow.</p>
Dicon_design_tab.jd311 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>
Dicon_design_menu.jd337 <td class="image-caption-c">Black<br>r 0 | g 0 | b 0<br>Used for inner shadow and bevel shadow.</td>
Dwidget_design.jd76 margins between the edges of the bounding box and the frame, and padding between the inner edges of
Dicon_design_status_bar.jd446 …<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/
DBridge.java253 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/
Dcustom-components.jd102 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/
Dcustom-views.jd97 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/
Dperformance.jd297 <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
Djni.jd539 native methods out of inner classes.
606 inner-class names (<code>Ljava/util/Map$Entry;</code>, say).
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-formstuff.jd177 listeners we've created, instead of creating this one as an anonymous inner class,
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd307 <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/
Dappmodel.jd112 <li>If you are replacing a notification, shortcut, or other such "inner"
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1514 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/
Daidl.jd95 {@code .aidl} file. This interface has an inner abstract class named {@code Stub} that extends

12