Lines Matching refs:bounds

12 function mxShapeAndroidTabBar(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
175 function mxShapeAndroidPhone(bounds, fill, stroke, strokewidth) argument
178 this.bounds = bounds;
231 function mxShapeAndroidStatusBar(bounds, fill, stroke, strokewidth) argument
234 this.bounds = bounds;
328 function mxShapeAndroidCheckboxGroup(bounds, fill, stroke, strokewidth) argument
331 this.bounds = bounds;
450 function mxShapeAndroidRadioGroup(bounds, fill, stroke, strokewidth) argument
453 this.bounds = bounds;
569 function mxShapeAndroidMenuBar(bounds, fill, stroke, strokewidth) argument
572 this.bounds = bounds;
653 function mxShapeAndroidTextSelHandles(bounds, fill, stroke, strokewidth) argument
656 this.bounds = bounds;
710 function mxShapeAndroidIndeterminateSpinner(bounds, fill, stroke, strokewidth) argument
713 this.bounds = bounds;
764 function mxShapeAndroidAnchor(bounds, fill, stroke, strokewidth) argument
767 this.bounds = bounds;
796 function mxShapeAndroidRRect(bounds, fill, stroke, strokewidth) argument
799 this.bounds = bounds;
837 function mxShapeAndroidCheckbox(bounds, fill, stroke, strokewidth) argument
840 this.bounds = bounds;
881 function mxShapeAndroidProgressBar(bounds, fill, stroke, strokewidth) argument
884 this.bounds = bounds;
954 var handles = [Graph.createHandle(state, ['dx1'], function(bounds)
958 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2);
959 }, function(bounds, pt)
961 …this.state.style['dx1'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
964 var handle2 = Graph.createHandle(state, ['dx2'], function(bounds) argument
968 return new mxPoint(bounds.x + dx2 * bounds.width, bounds.y + bounds.height / 2);
969 }, function(bounds, pt) argument
971 …this.state.style['dx2'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
985 function mxShapeAndroidProgressScrubberDisabled(bounds, fill, stroke, strokewidth) argument
988 this.bounds = bounds;
1051 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1055 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1056 }, function(bounds, pt)
1058 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1070 function mxShapeAndroidProgressScrubberFocused(bounds, fill, stroke, strokewidth) argument
1073 this.bounds = bounds;
1143 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1147 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1148 }, function(bounds, pt)
1150 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1162 function mxShapeAndroidProgressScrubberPressed(bounds, fill, stroke, strokewidth) argument
1165 this.bounds = bounds;
1236 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1240 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1241 }, function(bounds, pt)
1243 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1255 function mxShapeAndroidQuickscroll2(bounds, fill, stroke, strokewidth) argument
1258 this.bounds = bounds;
1326 var handles = [Graph.createHandle(state, ['dy'], function(bounds)
1330 …return new mxPoint(bounds.x + bounds.width - 3, bounds.y + Math.min(bounds.height - 20, Math.max(2…
1331 }, function(bounds, pt)
1333 …this.state.style['dy'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.heig…
1345 function mxShapeAndroidQuickscroll3(bounds, fill, stroke, strokewidth) argument
1348 this.bounds = bounds;
1399 var handles = [Graph.createHandle(state, ['dy'], function(bounds)
1403 …return new mxPoint(bounds.x + bounds.width * 0.5, bounds.y + Math.min(bounds.height - 10, Math.max…
1404 }, function(bounds, pt)
1406 …this.state.style['dy'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.heig…
1418 function mxShapeAndroidScrollbars2(bounds, fill, stroke, strokewidth) argument
1421 this.bounds = bounds;
1465 function mxShapeAndroidSpinner2(bounds, fill, stroke, strokewidth) argument
1468 this.bounds = bounds;