/frameworks/base/services/core/java/com/android/server/wm/ |
D | BlackFrame.java | 115 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()
|
D | ScreenRotationAnimation.java | 545 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/ |
D | armVCM4P2_BlockMatch_Half.c | 90 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()
|
D | armVCM4P2_BlockMatch_Integer.c | 98 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/ |
D | PathEffect.cpp | 23 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/ |
D | OuterClass_InnerClass_Delegate.java | 27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { in get() argument
|
/frameworks/base/core/java/android/text/ |
D | BoringLayout.java | 258 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/ |
D | Transport.java | 294 outer: while (!mQuitting) { in loop() 342 break outer; // malformed stream in loop() local
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvasProxy.cpp | 173 void SkiaCanvasProxy::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, in onDrawDRRect() argument 176 path.addRRect(outer); in onDrawDRRect()
|
/frameworks/base/core/java/android/util/ |
D | JsonReader.java | 857 outer: in skipTo() 861 continue outer; in skipTo() local
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_tab.jd | 246 …><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>
|
D | icon_design_action_bar.jd | 148 the outer shape and consist purely of transparent pixels.</td></tr> 170 the outer shape and consist purely of transparent pixels.</td></tr>
|
D | icon_design_menu.jd | 85 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…
|
D | icon_design_status_bar.jd | 205 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/ |
D | perf-tips.jd | 277 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/ |
D | shadows-clipping.jd | 78 <strong>Outlines</strong> represent the outer shape of a graphics object and define the ripple
|
/frameworks/base/docs/html/tv/ |
D | index.jd | 28 <div class="vertical-center-outer">
|
/frameworks/base/docs/html/wear/ |
D | index.jd | 38 <div class="vertical-center-outer">
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 155 … 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/ |
D | MediaRouter.java | 439 outer: for (int i = mRoutes.size(); i-- > 0; ) { in updateClientState() 446 continue outer; // found in updateClientState() local
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-tips.jd | 213 to make the outer class structure easier to read. The inner class can be later expanded for
|
/frameworks/base/docs/html/auto/ |
D | index.jd | 75 <div class="vertical-center-outer">
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 425 defined distance between the View object's content and its bounding box. An outer white
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 479 access to state from the outer class, keeps the generated class
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 381 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>
|