Home
last modified time | relevance | path

Searched refs:measuredHeight (Results 201 – 225 of 389) sorted by relevance

12345678910>>...16

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/containers/
H A DGrid.as255 * <p>The <code>measuredHeight</code>, <code>minWidth</code>,
259 * GridItem containers' <code>measuredHeight</code> properties,
295 * <code>measuredHeight</code> and <code>measuredWidth</code> properties.
564 measuredHeight = Math.max(measuredHeight, preferredHeight);
H A DTabNavigator.as587 * <code>measuredHeight</code> and
617 measuredHeight = vsPreferredHeight;
625 measuredHeight += addedHeight;
661 vsPreferredHeight = measuredHeight;
H A DBox.as247 * The value of the <code>measuredHeight</code> property is the maximum of
293 * <code>measuredHeight</code> and
356 * is set to its <code>measuredHeight</code>.
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobiletheme/src/spark/skins/mobile/
H A DSpinnerListSkin.as173 measuredHeight = scroller.getPreferredBoundsHeight();
H A DCalloutViewNavigatorSkin.as136 measuredHeight = actionBar.getPreferredBoundsHeight()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/infobars/android/java/src/org/chromium/components/infobars/
H A DInfoBarContainerLayout.java587 void afterOnMeasure(int measuredHeight) { in afterOnMeasure() argument
591 int heightSpec = MeasureSpec.makeMeasureSpec(measuredHeight, MeasureSpec.EXACTLY); in afterOnMeasure()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/src/haloclassic/
H A DButtonSkin.as134 // measuredHeight
140 override public function get measuredHeight():Number property in haloclassic.ButtonSkin
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/halo/
H A DPopUpButtonSkin.as109 // measuredHeight
115 override public function get measuredHeight():Number
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/skins/halo/
H A DPopUpButtonSkin.as121 // measuredHeight
127 override public function get measuredHeight():Number
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/airframework/src/mx/core/windowClasses/
H A DStatusBar.as205 measuredHeight = statusTextField.textHeight +
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/core/windowClasses/
H A DStatusBar.as190 measuredHeight = statusTextField.textHeight +
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DButtonBar.as572 measuredHeight = calcFullHeight() + vm.top + vm.bottom;
579 measuredMinHeight = measuredHeight;
731 th += c.measuredHeight;
755 c.percentHeight = c.measuredHeight / th * 100;
760 c.percentHeight = c.measuredHeight / th * 100;
H A DAlert.as856 measuredHeight = alertForm.getExplicitOrMeasuredHeight() +
863 // add the headerHeight to the measuredHeight if needed.
866 measuredHeight += headerHeight;
H A DVScrollBar.as226 measuredHeight = _minHeight;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/
H A DToolBar.as130 measuredHeight = minHeight + hPadding;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DCheckBox.as209 measuredMinHeight = measuredHeight = Math.max(h, 18);
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/containers/
H A DTabNavigator.as525 * <code>measuredHeight</code> and
550 measuredHeight = vsPreferredHeight;
558 measuredHeight += addedHeight;
594 vsPreferredHeight = measuredHeight;
H A DBox.as214 * The value of the <code>measuredHeight</code> property is the maximum of
260 * <code>measuredHeight</code> and
318 * is set to its <code>measuredHeight</code>.
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/
H A DHSliderDataTip.as243 measuredHeight = textSize.y + topBottomTextPadding;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/richTextEditorClasses/
H A DToolBar.as145 measuredHeight = minHeight + hPadding;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/compositeClasses/
H A DCompositeDisplayObjectTrait.as117 return _childrenContainer.measuredHeight;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/containers/utilityClasses/
H A DPostScaleAdapter.as694 // measuredHeight
705 public function get measuredHeight():Number
707 return obj.measuredHeight * Math.abs(obj.scaleY);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/supportClasses/
H A DGraphicElement.as1490 // measuredHeight
1495 * Storage for the measuredHeight property.
1500 * @copy mx.core.UIComponent#measuredHeight
1507 public function get measuredHeight():Number property in spark.primitives.supportClasses.GraphicElement
1515 public function set measuredHeight(value:Number):void property in spark.primitives.supportClasses.GraphicElement
3827 if (!isNaN(explicitMinHeight) && measuredHeight < explicitMinHeight)
3828 measuredHeight = explicitMinHeight;
3830 if (!isNaN(explicitMaxHeight) && measuredHeight > explicitMaxHeight)
3831 measuredHeight = explicitMaxHeight;
3898 measuredHeight = 0;
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/
H A DProgrammaticSkin.as70 _height = measuredHeight;
153 // measuredHeight
163 public function get measuredHeight():Number property in ProgrammaticSkin
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/
H A DLegendItem.as485 measuredHeight = itemH;
490 nameLabel.setActualSize(getExplicitOrMeasuredWidth(), measuredHeight);

12345678910>>...16