Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 94) sorted by relevance

1234

/sdk/templates/docs/
Djquery-1.8.0.min.js2b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d… argument
Dprettify.js2 …arCodeAt(0);if(f!==92)return f;var b=a.charAt(1);return(f=r[b])?f:"0"<=b&&b<="7"?parseInt(a.substr…
3b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{var…
4b.push(e(i[0])),i[1]>i[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(e(i[1])));b.push("]");return b.join(""…
5 …1))&&j<=i&&(f[c]="\\"+d[i]);for(i=c=0;c<b;++c)"^"===f[c]&&"^"!==f[c+1]&&(f[c]="");if(a.ignoreCase&…
6 {b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Er… property
7 …n"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
8b=i[0];else{for(c=0;c<t;++c)if(i=m[c],o=f.match(i[1])){b=i[0];break}o||(b="pln")}if((c=b.length>=5…
10 …efine|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e…
12 …ush(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java62 Rect b = layout.getBounds(); in paintStructure() local
67 gc.drawLine(b.x, y, b.x2(), y); in paintStructure()
71 gc.drawLine(x, b.y, x, b.y2()); in paintStructure()
84 Rect b = layout.getBounds(); in paintGrid() local
90 int y1 = b.y + MARGIN_SIZE; in paintGrid()
91 int y2 = b.y2() - MARGIN_SIZE; in paintGrid()
93 int x1 = b.x + MARGIN_SIZE; in paintGrid()
94 int x2 = b.x2() - MARGIN_SIZE; in paintGrid()
133 Rect b = node.getBounds(); in paint() local
134 if (!b.isValid()) { in paint()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion67.txt2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 17mm : <b>Millimeters</b> - based on the physical size of the screen.
6 17in : <b>Inches</b> - based on the physical size of the screen.
7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletion1-expected-completion4.txt2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 50sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
4 50pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 50mm : <b>Millimeters</b> - based on the physical size of the screen.
6 50in : <b>Inches</b> - based on the physical size of the screen.
7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion66.txt2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 17mm : <b>Millimeters</b> - based on the physical size of the screen.
6 17in : <b>Inches</b> - based on the physical size of the screen.
7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion24.txt2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 17mm : <b>Millimeters</b> - based on the physical size of the screen.
6 17in : <b>Inches</b> - based on the physical size of the screen.
7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Danim1-expected-completion57.txt2 100% : <b>Fraction</b> - a percentage of the base size
3 100%p : <b>Fraction</b> - a percentage relative to parent container
Dcompletion1-expected-applyCompletion7b.diff1 Code completion in completion1.xml for android:gravity="left|b^ottom" selecting bottom:
3 - android:gravity="left|b^ottom"
Dcompletion1-expected-completion5.txt2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DResizeGesture.java144 Rect b = mChildNode.getBounds(); in getNewBounds() local
147 int x = b.x; in getNewBounds()
148 int y = b.y; in getNewBounds()
149 int w = b.w; in getNewBounds()
150 int h = b.h; in getNewBounds()
156 return b; in getNewBounds()
161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX)); in getNewBounds()
162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY)); in getNewBounds()
173 int x2 = b.x + b.w; in getNewBounds()
174 int nx1 = b.x + deltaX; in getNewBounds()
[all …]
DSelectionOverlay.java131 Rect b = mCanvas.getImageOverlay().getImageBounds(); in paintHints() local
132 if (b == null) { in paintHints()
145 if (b.w > b.h) { in paintHints()
146 x = (int) (b.x + 3 / scale); in paintHints()
147 y = (int) (b.y + b.h + 6 / scale); in paintHints()
149 x = (int) (b.x + b.w + 6 / scale); in paintHints()
150 y = (int) (b.y + 3 / scale); in paintHints()
DLintTooltipManager.java165 Rectangle b = v.getAbsRect(); in computeNodes() local
166 int x2 = b.x + b.width; in computeNodes()
167 int y2 = b.y + b.height; in computeNodes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DFrameLayoutRule.java75 Rect b = targetNode.getBounds();
76 if (!b.isValid()) {
81 gc.drawRect(b);
100 int offsetX = b.x - currBounds.x;
101 int offsetY = b.y - currBounds.y;
113 gc.drawLine(b.x + 1, b.y, b.x + 1, b.y + b.h);
114 gc.drawLine(b.x, b.y + 1, b.x + b.w, b.y + 1);
135 Rect b = targetNode.getBounds();
136 if (!b.isValid()) {
DAbsoluteLayoutRule.java86 Rect b = targetNode.getBounds(); in drawFeedback() local
87 if (!b.isValid()) { in drawFeedback()
93 gc.drawRect(b); in drawFeedback()
121 gc.drawLine(x, b.y, x, b.y + b.h); in drawFeedback()
122 gc.drawLine(b.x, y, b.x + b.w, y); in drawFeedback()
128 gc.drawLine(x, y, b.x + b.w, y); in drawFeedback()
129 gc.drawLine(x, y, x, b.y + b.h); in drawFeedback()
153 final Rect b = targetNode.getBounds(); in onDropped() local
154 if (!b.isValid()) { in onDropped()
182 int x = p.x - b.x + deltaX; in onDropped()
[all …]
DBaseLayoutRule.java314 Rect b = element.getBounds(); in drawElement() local
315 if (b.isValid()) { in drawElement()
316 gc.drawRect(b.x + offsetX, b.y + offsetY, b.x + offsetX + b.w, b.y + offsetY + b.h); in drawElement()
664 Rect b = resizeState.bounds;
665 gc.drawRect(b);
691 y = b.y + b.h - wrapHeight;
694 y = b.y + wrapHeight;
701 gc.drawLine(b.x + b.w - wrapWidth, y, b.x + b.w, y);
704 gc.drawLine(b.x, y, b.x + wrapWidth, y);
709 gc.drawLine(b.x, y, b.x + b.w, y);
[all …]
DLinearLayoutRule.java368 Rect b = node.getBounds();
369 if (!b.isValid()) {
375 gc.drawRect(b);
392 gc.drawLine(b.x, i, b.x + b.w, i);
395 gc.drawLine(i, b.y, i, b.y + b.h);
437 offsetX = b.x - be.x;
442 offsetY = b.y - be.y;
448 if (bounds.isValid() && (bounds.w > b.w || bounds.h > b.h) &&
455 if (bounds.w > b.w) {
456 px = b.x;
[all …]
DAdapterViewRule.java40 Rect b = node.getBounds(); in onDropEnter()
41 if (b.isValid()) { in onDropEnter()
43 gc.drawRect(b); in onDropEnter()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java319 Rect b = node.getBounds(); in addBounds() local
323 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN)); in addBounds()
324 mHorizontalEdges.add(new Segment(b.y - margins.top, b.x, b.x2(), node, id, in addBounds()
327 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN)); in addBounds()
330 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM, in addBounds()
332 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node, in addBounds()
335 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, in addBounds()
341 mVerticalEdges.add(new Segment(b.x, b.y, b.y2(), node, id, LEFT, WITHOUT_MARGIN)); in addBounds()
342 mVerticalEdges.add(new Segment(b.x - margins.left, b.y, b.y2(), node, id, LEFT, in addBounds()
345 mVerticalEdges.add(new Segment(b.x, b.y, b.y2(), node, id, LEFT, NO_MARGIN)); in addBounds()
[all …]
DMoveHandler.java209 Rect b = mBounds; in updateMove() local
210 Segment edge = new Segment(b.y, b.x, b.x2(), null, null, TOP, NO_MARGIN); in updateMove()
212 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN); in updateMove()
215 edge = new Segment(b.x, b.y, b.y2(), null, null, LEFT, NO_MARGIN); in updateMove()
217 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN); in updateMove()
221 edge = new Segment(b.centerX(), b.y, b.y2(), null, null, CENTER_VERTICAL, NO_MARGIN); in updateMove()
223 edge = new Segment(b.centerY(), b.x, b.x2(), null, null, CENTER_HORIZONTAL, NO_MARGIN); in updateMove()
231 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE, in updateMove()
239 edge = new Segment(offsetY + baseline, b.x, b.x2(), null, null, BASELINE, in updateMove()
DResizeHandler.java187 Rect b = newBounds; in updateResize() local
196 hEdge = new Segment(b.y, b.x, b.x2(), child, childId, mHorizontalEdgeType, NO_MARGIN); in updateResize()
198 hEdge = new Segment(b.y2(), b.x, b.x2(), child, childId, mHorizontalEdgeType, in updateResize()
205 vEdge = new Segment(b.x, b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN); in updateResize()
207 vEdge = new Segment(b.x2(), b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN); in updateResize()
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
DInstallDetails.java32 Bundle b = Platform.getBundle(ADT_PLUGIN_ID); in isAdtInstalled() local
33 return b != null; in isAdtInstalled()
38 Bundle b = Platform.getBundle(ECLIPSE_PLATFORM_PLUGIN_ID); in getPlatformVersion() local
39 return b == null ? Version.emptyVersion : b.getVersion(); in getPlatformVersion()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileReader.java44 byte[] b; in getMessageAtOffset()
58 b = new byte[len]; in getMessageAtOffset()
59 file.readFully(b); in getMessageAtOffset()
64 return GLMessage.parseFrom(b); in getMessageAtOffset()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilitiesTest.java133 Element b = document.createElement("B"); in testGetCommonAncestor() local
134 a.appendChild(b); in testGetCommonAncestor()
142 assertSame(a, DomUtilities.getCommonAncestor(a, b)); in testGetCommonAncestor()
143 assertSame(a, DomUtilities.getCommonAncestor(b, a)); in testGetCommonAncestor()
144 assertSame(a, DomUtilities.getCommonAncestor(b, c)); in testGetCommonAncestor()
145 assertSame(a, DomUtilities.getCommonAncestor(b, d)); in testGetCommonAncestor()
146 assertSame(a, DomUtilities.getCommonAncestor(b, e)); in testGetCommonAncestor()
171 Element b = document.createElement("B"); in testGetDepth() local
172 a.appendChild(b); in testGetDepth()
183 assertEquals(2, DomUtilities.getDepth(b)); in testGetDepth()
[all …]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DTextEditor.java69 private static boolean equal(Object a, Object b) { in equal() argument
70 return a == b || (a != null && a.equals(b)); in equal()

1234