Home
last modified time | relevance | path

Searched refs:viewRect (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/dports/graphics/kolourpaint/kolourpaint-21.12.3/views/manager/
H A DkpViewManager_ViewUpdates.cpp127 v->repaint (viewRect); in updateView()
130 v->update (viewRect); in updateView()
134 v->addToQueuedArea (viewRect); in updateView()
165 if (viewRect.height () <= 0 || viewRect.width () <= 0) { in updateViewRectangleEdges()
170 updateView (v, QRect (viewRect.x (), viewRect.y (), in updateViewRectangleEdges()
173 if (viewRect.height () >= 2) in updateViewRectangleEdges()
176 updateView (v, QRect (viewRect.x (), viewRect.bottom (), in updateViewRectangleEdges()
179 if (viewRect.height () > 2) in updateViewRectangleEdges()
182 updateView (v, QRect (viewRect.x (), viewRect.y () + 1, in updateViewRectangleEdges()
185 if (viewRect.width () >= 2) in updateViewRectangleEdges()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/widgets/
H A Drootwidget.cpp29 RuleRectangle *viewRect; in DENG2_PIMPL_NOREF() local
34 viewRect = new RuleRectangle; in DENG2_PIMPL_NOREF()
35 viewRect->setLeftTop (Const(0), Const(0)) in DENG2_PIMPL_NOREF()
41 delete viewRect; in DENG2_PIMPL_NOREF()
65 return *d->viewRect; in viewRule()
70 return d->viewRect->left(); in viewLeft()
75 return d->viewRect->right(); in viewRight()
80 return d->viewRect->top(); in viewTop()
85 return d->viewRect->bottom(); in viewBottom()
90 return d->viewRect->width(); in viewWidth()
[all …]
/dports/graphics/kolourpaint/kolourpaint-21.12.3/views/
H A DkpView_Paint.cpp65 docRect = transformViewToDoc (viewRect); in paintEventGetDocRect()
109 << " viewRect=" << viewRect in drawTransparentBackground()
118 int starty = viewRect.y (); in drawTransparentBackground()
123 int startx = viewRect.x (); in drawTransparentBackground()
382 int starty = viewRect.top(); in paintEventDrawGridLines()
388 painter->drawLine(viewRect.left(), y, viewRect.right(), y); in paintEventDrawGridLines()
392 int startx = viewRect.left(); in paintEventDrawGridLines()
398 painter->drawLine(x, viewRect.top (), x, viewRect.bottom()); in paintEventDrawGridLines()
438 qCDebug(kpLogViews) << "\tviewRect=" << viewRect; in paintEventDrawDoc_Unclipped()
447 if (viewRect.isEmpty ()) { in paintEventDrawDoc_Unclipped()
[all …]
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/filechooser/
H A DFileRenderer.java159 viewRect.x += insets.left; in paintComponent()
160 viewRect.y += insets.top; in paintComponent()
161 viewRect.width -= insets.right + viewRect.x; in paintComponent()
162 viewRect.height -= insets.bottom + viewRect.y; in paintComponent()
182 r.y = viewRect.y; in paintComponent()
189 r.y = viewRect.y - 1; in paintComponent()
190 r.width = viewRect.width - r.x; in paintComponent()
255 viewRect, in getPreferredSize()
284 Rectangle viewRect, Rectangle iconRect, in layoutRenderer() argument
302 viewRect, iconRect, textRect, in layoutRenderer()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/common/
H A Dgenericoptionmenu.cpp480 viewRect.offset (viewRect.getWidth (), 0); in setupGenericOptionMenu()
492 viewRect.top = viewRect.bottom; in setupGenericOptionMenu()
512 viewRect.setSize(szx); in setupGenericOptionMenu()
522 viewRect.offset (0, frSize.bottom - viewRect.bottom); in setupGenericOptionMenu()
526 viewRect.offset (0, frSize.top - viewRect.top); in setupGenericOptionMenu()
552 viewRect.offset( -xfm.x -viewRect.getWidth(), 0 ); in setupGenericOptionMenu()
554 viewRect.offset (frSize.right - viewRect.right - xfm.x, 0); in setupGenericOptionMenu()
560 viewRect.offset (frSize.left - viewRect.left, 0); in setupGenericOptionMenu()
576 viewRect.inset (-1, -1); in setupGenericOptionMenu()
577 viewRect.offset (1, 1); in setupGenericOptionMenu()
[all …]
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/leopard/filechooser/
H A DLeopardFileRenderer.java156 viewRect.x += insets.left; in paintComponent()
157 viewRect.y += insets.top; in paintComponent()
158 viewRect.width -= insets.right + viewRect.x; in paintComponent()
159 viewRect.height -= insets.bottom + viewRect.y; in paintComponent()
179 r.y = viewRect.y; in paintComponent()
186 r.y = viewRect.y; in paintComponent()
188 r.height = viewRect.height; in paintComponent()
252 viewRect, in getPreferredSize()
281 Rectangle viewRect, Rectangle iconRect, in layoutRenderer() argument
299 viewRect, iconRect, textRect, in layoutRenderer()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
551 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
552 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
581 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
613 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
637 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
650 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
671 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
682 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
791 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
552 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
553 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
582 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
614 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
638 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
651 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
672 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
683 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
792 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java140 this.viewRect = viewRect; in reset()
551 } else if (r.y + r.height > viewRect.y + viewRect.height) { in fixVerticalAlignment()
552 delta = viewRect.y + viewRect.height - r.y - r.height; in fixVerticalAlignment()
581 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doLTRColumnLayout()
613 calcXPositionsRTL(viewRect.x + viewRect.width, in doLTRComplexLayout()
637 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLColumnLayout()
650 int textOffset = (viewRect.x + viewRect.width) in doRTLColumnLayout()
671 calcXPositionsRTL(viewRect.x + viewRect.width, leadingGap, gap, in doRTLComplexLayout()
682 int labelOffset = (viewRect.x + viewRect.width) in doRTLComplexLayout()
791 lr.labelRect.y = viewRect.y + viewRect.height in calcLabelYPosition()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/common/
H A Dgenericoptionmenu.cpp452 viewRect.offset (viewRect.getWidth (), 0); in setupGenericOptionMenu()
462 viewRect.top = viewRect.bottom; in setupGenericOptionMenu()
481 viewRect.offset (0, frSize.bottom - viewRect.bottom); in setupGenericOptionMenu()
485 viewRect.offset (0, frSize.top - viewRect.top); in setupGenericOptionMenu()
489 viewRect.offset (frSize.right - viewRect.right, 0); in setupGenericOptionMenu()
493 viewRect.offset (frSize.left - viewRect.left, 0); in setupGenericOptionMenu()
495 viewRect.bound (frSize); in setupGenericOptionMenu()
500 viewRect.inset (-1, -1); in setupGenericOptionMenu()
501 viewRect.offset (1, 1); in setupGenericOptionMenu()
506 viewRect.originize (); in setupGenericOptionMenu()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/browser/view/
H A DImageBrowserScrollPane.java118 Rectangle viewRect = viewport.getViewRect(); in snapBrowserScroll() local
130 int upTop = - viewRect.y % inc; in snapBrowserScroll()
134 int upBottom = - (viewRect.y + viewRect.height) % inc; in snapBrowserScroll()
142 scrollToY = viewRect.y + upTop; in snapBrowserScroll()
146 scrollToY = viewRect.y + viewRect.height + downTop; in snapBrowserScroll()
150 scrollToY = viewRect.y + upBottom; in snapBrowserScroll()
154 scrollToY = viewRect.y + viewRect.height + downBottom; in snapBrowserScroll()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/fx/
H A Dvignette.cpp42 static void Vignette_Render(Rectanglei const &viewRect, float fov) in Vignette_Render() argument
53 cx = viewRect.left() + viewRect.width() / 2.f; in Vignette_Render()
54 cy = viewRect.top() + viewRect.height() / 2.f; in Vignette_Render()
57 V2f_Set(vec, viewRect.width() / 2.f, viewRect.height() / 2.f); in Vignette_Render()
114 Vignette_Render(viewRect(), Rend_FieldOfView()); in draw()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java272 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
283 … aquaBorder.paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
287 viewRect.x = i.left - 2; in paint()
288 viewRect.y = i.top - 2; in paint()
289 viewRect.width = b.getWidth() - (i.right + viewRect.x) + 4; in paint()
290 viewRect.height = b.getHeight() - (i.bottom + viewRect.y) + 4; in paint()
295 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
360 viewRect.x = i.left; in layoutAndGetText()
361 viewRect.y = i.top; in layoutAndGetText()
362 viewRect.width = b.getWidth() - (i.right + viewRect.x); in layoutAndGetText()
[all …]
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/
H A DSkinToggleButtonUI.java82 Rectangle viewRect = new Rectangle(size); in paint() local
84 viewRect.x += i.left; in paint()
85 viewRect.y += i.top; in paint()
86 viewRect.width -= (i.right + viewRect.x); in paint()
87 viewRect.height -= (i.bottom + viewRect.y); in paint()
100 viewRect, iconRect, textRect, b.getText() == null ? 0 : getDefaultTextIconGap(b) in paint()
134 paintFocus(g, b, viewRect, textRect, iconRect); in paint()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java272 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
283 … aquaBorder.paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
287 viewRect.x = i.left - 2; in paint()
288 viewRect.y = i.top - 2; in paint()
289 viewRect.width = b.getWidth() - (i.right + viewRect.x) + 4; in paint()
290 viewRect.height = b.getHeight() - (i.bottom + viewRect.y) + 4; in paint()
295 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
331 viewRect.x = i.left; in layoutAndGetText()
332 viewRect.y = i.top; in layoutAndGetText()
333 viewRect.width = b.getWidth() - (i.right + viewRect.x); in layoutAndGetText()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java264 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
275 … aquaBorder.paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
279 viewRect.x = i.left - 2; in paint()
280 viewRect.y = i.top - 2; in paint()
281 viewRect.width = b.getWidth() - (i.right + viewRect.x) + 4; in paint()
282 viewRect.height = b.getHeight() - (i.bottom + viewRect.y) + 4; in paint()
287 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
323 viewRect.x = i.left; in layoutAndGetText()
324 viewRect.y = i.top; in layoutAndGetText()
325 viewRect.width = b.getWidth() - (i.right + viewRect.x); in layoutAndGetText()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java272 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
283 … aquaBorder.paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
287 viewRect.x = i.left - 2; in paint()
288 viewRect.y = i.top - 2; in paint()
289 viewRect.width = b.getWidth() - (i.right + viewRect.x) + 4; in paint()
290 viewRect.height = b.getHeight() - (i.bottom + viewRect.y) + 4; in paint()
295 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
331 viewRect.x = i.left; in layoutAndGetText()
332 viewRect.y = i.top; in layoutAndGetText()
333 viewRect.width = b.getWidth() - (i.right + viewRect.x); in layoutAndGetText()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java264 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
275 … aquaBorder.paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
279 viewRect.x = i.left - 2; in paint()
280 viewRect.y = i.top - 2; in paint()
281 viewRect.width = b.getWidth() - (i.right + viewRect.x) + 4; in paint()
282 viewRect.height = b.getHeight() - (i.bottom + viewRect.y) + 4; in paint()
287 g.fillRect(viewRect.x, viewRect.y, viewRect.width, viewRect.height); in paint()
323 viewRect.x = i.left; in layoutAndGetText()
324 viewRect.y = i.top; in layoutAndGetText()
325 viewRect.width = b.getWidth() - (i.right + viewRect.x); in layoutAndGetText()
[all …]

12345678910>>...33