Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DBlackFrame.java115 public BlackFrame(SurfaceSession session, Rect outer, Rect inner, int layer, int layerStack, in BlackFrame() argument
121 mOuterRect = new Rect(outer); in BlackFrame()
124 if (outer.top < inner.top) { in BlackFrame()
126 outer.left, outer.top, inner.right, inner.top, layerStack); in BlackFrame()
128 if (outer.left < inner.left) { in BlackFrame()
130 outer.left, inner.top, inner.left, outer.bottom, layerStack); in BlackFrame()
132 if (outer.bottom > inner.bottom) { in BlackFrame()
134 inner.left, inner.bottom, outer.right, outer.bottom, layerStack); in BlackFrame()
136 if (outer.right > inner.right) { in BlackFrame()
138 inner.right, outer.top, outer.right, inner.bottom, layerStack); in BlackFrame()
DScreenRotationAnimation.java545 Rect outer = new Rect(-mOriginalWidth*1, -mOriginalHeight*1, in startAnimation() local
548 mCustomBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 3, in startAnimation()
575 final Rect outer; in startAnimation() local
581 outer = mCurrentDisplayRect; in startAnimation()
584 outer = new Rect(-mOriginalWidth*1, -mOriginalHeight*1, in startAnimation()
588 mExitingBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 2, in startAnimation()
608 Rect outer = new Rect(-finalWidth*1, -finalHeight*1, in startAnimation() local
611 mEnteringBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER, in startAnimation()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DarmVCM4P2_BlockMatch_Half.c90 OMX_INT outer, inner, count, index; in armVCM4P2_BlockMatch_Half() local
110 for (outer = 0, count = 0,index = 0; in armVCM4P2_BlockMatch_Half()
111 outer < BlockSize; in armVCM4P2_BlockMatch_Half()
112 outer++, index += refWidth - BlockSize) in armVCM4P2_BlockMatch_Half()
165 for (outer = 0, count = 0, candSAD = 0,index = 0; in armVCM4P2_BlockMatch_Half()
166 outer < BlockSize; in armVCM4P2_BlockMatch_Half()
167 outer++, index += refWidth - BlockSize) in armVCM4P2_BlockMatch_Half()
DarmVCM4P2_BlockMatch_Integer.c98 OMX_INT outer, inner, count,index; in armVCM4P2_BlockMatch_Integer() local
156 for (outer = 0, count = 0, index = 0, candSAD = 0; in armVCM4P2_BlockMatch_Integer()
157 outer < BlockSize; in armVCM4P2_BlockMatch_Integer()
158 outer++, index += refWidth - BlockSize) in armVCM4P2_BlockMatch_Integer()
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp23 SkPathEffect* outer = reinterpret_cast<SkPathEffect*>(outerHandle); in Compose_constructor() local
25 SkPathEffect* effect = SkComposePathEffect::Create(outer, inner); in Compose_constructor()
/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/core/java/android/text/
DBoringLayout.java258 outer: in isBoring()
282 break outer; in isBoring() local
288 break outer; in isBoring() local
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DTransport.java294 outer: while (!mQuitting) { in loop()
342 break outer; // malformed stream in loop() local
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp173 void SkiaCanvasProxy::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, in onDrawDRRect() argument
176 path.addRRect(outer); in onDrawDRRect()
/frameworks/base/core/java/android/util/
DJsonReader.java857 outer: in skipTo()
861 continue outer; in skipTo() local
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_tab.jd246 …><td nowrap>Inner content:</td><td>Inner content should subtract from the outer shape and consist …
266 …><td nowrap>Inner content:</td><td>Inner content should subtract from the outer shape and consist …
316 but with no outer glow.</li>
408 icon, but with no outer glow.</p>
Dicon_design_action_bar.jd148 the outer shape and consist purely of transparent pixels.</td></tr>
170 the outer shape and consist purely of transparent pixels.</td></tr>
Dicon_design_menu.jd85 3. No outer glow effects are applied.
273 <li>The menu icon effect (the outer glow) described in <a
335 <td class="image-caption-c">White<br>r 255 | g 255 | b 255<br>Used for outer glow and bevel highlig…
Dicon_design_status_bar.jd205 the outer shape and consist purely of transparent pixels.</td></tr>
356 …><td nowrap>Inner content:</td><td>Inner content should subtract from the outer shape and consist …
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd277 instance field in the outer class. This is legal, and the code prints "Value is
283 the Java language allows an inner class to access an outer class' private
297 in the outer class. What this means is that the code above really boils down to
/frameworks/base/docs/html/training/material/
Dshadows-clipping.jd78 <strong>Outlines</strong> represent the outer shape of a graphics object and define the ripple
/frameworks/base/docs/html/tv/
Dindex.jd28 <div class="vertical-center-outer">
/frameworks/base/docs/html/wear/
Dindex.jd38 <div class="vertical-center-outer">
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd155 … view class is an inner class, you must further qualify it with the name of the view's outer class.
/frameworks/base/media/java/android/media/
DMediaRouter.java439 outer: for (int i = mRoutes.size(); i-- > 0; ) { in updateClientState()
446 continue outer; // found in updateClientState() local
/frameworks/base/docs/html/sdk/installing/
Dstudio-tips.jd213 to make the outer class structure easier to read. The inner class can be later expanded for
/frameworks/base/docs/html/auto/
Dindex.jd75 <div class="vertical-center-outer">
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd425 defined distance between the View object's content and its bounding box. An outer white
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd479 access to state from the outer class, keeps the generated class
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd381 bounds. Clip bounds represent a widget’s actual outer boundary, while the new
384 that use outer visual effects such as shadows and glows.</p>

12