/frameworks/base/services/core/java/com/android/server/wm/ |
D | BlackFrame.java | 121 public BlackFrame(SurfaceSession session, Rect outer, Rect inner, int layer, int layerStack, in BlackFrame() argument 127 mOuterRect = new Rect(outer); in BlackFrame() 130 if (outer.top < inner.top) { in BlackFrame() 132 outer.left, outer.top, inner.right, inner.top, layerStack); in BlackFrame() 134 if (outer.left < inner.left) { in BlackFrame() 136 outer.left, inner.top, inner.left, outer.bottom, layerStack); in BlackFrame() 138 if (outer.bottom > inner.bottom) { in BlackFrame() 140 inner.left, inner.bottom, outer.right, outer.bottom, layerStack); in BlackFrame() 142 if (outer.right > inner.right) { in BlackFrame() 144 inner.right, outer.top, outer.right, inner.bottom, layerStack); in BlackFrame()
|
D | ScreenRotationAnimation.java | 560 Rect outer = new Rect(-mOriginalWidth*1, -mOriginalHeight*1, in startAnimation() local 563 mCustomBlackFrame = new BlackFrame(session, outer, inner, in startAnimation() 590 final Rect outer; in startAnimation() local 596 outer = mCurrentDisplayRect; in startAnimation() 599 outer = new Rect(-mOriginalWidth*1, -mOriginalHeight*1, in startAnimation() 603 mExitingBlackFrame = new BlackFrame(session, outer, inner, in startAnimation() 623 Rect outer = new Rect(-finalWidth*1, -finalHeight*1, in startAnimation() local 626 mEnteringBlackFrame = new BlackFrame(session, outer, inner, 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/services/core/java/com/android/server/pm/ |
D | ShortcutPackage.java | 869 for (int outer = all.size() - 1; outer >= 0; outer--) { in pushOutExcessShortcuts() 870 final ArrayList<ShortcutInfo> list = all.valueAt(outer); in pushOutExcessShortcuts() 1119 for (int outer = all.size() - 1; outer >= 0; outer--) { // For each activity. in adjustRanks() 1120 final ArrayList<ShortcutInfo> list = all.valueAt(outer); in adjustRanks() 1531 for (int outer = all.size() - 1; outer >= 0; outer--) { in verifyStates() 1532 final ArrayList<ShortcutInfo> list = all.valueAt(outer); in verifyStates() 1535 Log.e(TAG_VERIFY, "Package " + getPackageName() + ": activity " + all.keyAt(outer) in verifyStates() 1536 + " has " + all.valueAt(outer).size() + " shortcuts."); in verifyStates()
|
D | ShortcutParser.java | 132 outer: in parseShortcutsOneFile() 219 continue outer; in parseShortcutsOneFile() local
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 21 SkPathEffect* outer = reinterpret_cast<SkPathEffect*>(outerHandle); in Compose_constructor() local 23 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 | 255 outer: in isBoring() 277 break outer; in isBoring() local 285 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 | 203 void SkiaCanvasProxy::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, in onDrawDRRect() argument 206 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 | 29 <div class="vertical-center-outer">
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 154 … view class is an inner class, you must further qualify it with the name of the view's outer class.
|
/frameworks/base/docs/html/topic/performance/ |
D | threads.jd | 181 instance of the outer class to be instantiated, and has direct access to the 184 no references to the outer class members.
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 444 outer: for (int i = mRoutes.size(); i-- > 0; ) { in updateClientState() 451 continue outer; // found in updateClientState() local
|
/frameworks/base/docs/html/wear/ |
D | index.jd | 39 <div class="vertical-center-outer">
|
/frameworks/base/docs/html/auto/ |
D | index.jd | 76 <div class="vertical-center-outer">
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 479 access to state from the outer class, keeps the generated class
|