Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/wm/
DBlackFrame.java121 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()
DScreenRotationAnimation.java560 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/
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/services/core/java/com/android/server/pm/
DShortcutPackage.java869 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()
DShortcutParser.java132 outer: in parseShortcutsOneFile()
219 continue outer; in parseShortcutsOneFile() local
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp21 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/
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.java255 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/
DTransport.java294 outer: while (!mQuitting) { in loop()
342 break outer; // malformed stream in loop() local
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp203 void SkiaCanvasProxy::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, in onDrawDRRect() argument
206 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.jd29 <div class="vertical-center-outer">
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd154 … 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/
Dthreads.jd181 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/
DMediaRouter.java444 outer: for (int i = mRoutes.size(); i-- > 0; ) { in updateClientState()
451 continue outer; // found in updateClientState() local
/frameworks/base/docs/html/wear/
Dindex.jd39 <div class="vertical-center-outer">
/frameworks/base/docs/html/auto/
Dindex.jd76 <div class="vertical-center-outer">
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd479 access to state from the outer class, keeps the generated class

12