Home
last modified time | relevance | path

Searched refs:getParentWidth (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Source/
H A DMain.cpp138 setBounds ((int) (0.1f * (float) getParentWidth()), in MainAppWindow()
140 jmax (850, (int) (0.5f * (float) getParentWidth())), in MainAppWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/
H A DTranslateCompactInfoBar.java191 mOverflowMenuHelper.show(TranslateMenu.MENU_OVERFLOW, getParentWidth()); in createCompactLayoutContent()
320 mLanguageMenuHelper.show(TranslateMenu.MENU_TARGET_LANGUAGE, getParentWidth()); in onOverflowMenuItemClicked()
347 mLanguageMenuHelper.show(TranslateMenu.MENU_SOURCE_LANGUAGE, getParentWidth()); in onOverflowMenuItemClicked()
524 private int getParentWidth() { in getParentWidth() method in TranslateCompactInfoBar
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/native/
H A Djuce_ios_BluetoothMidiDevicePairingDialogue.mm48 setBounds (0, 0, getParentWidth(), getParentHeight());
85 const int pw = getParentWidth();
H A Djuce_android_BluetoothMidiDevicePairingDialogue.cpp413 setBounds (0, 0, getParentWidth(), getParentHeight()); in BluetoothMidiSelectorOverlay()
463 setBounds (0, 0, getParentWidth(), getParentHeight()); in update()
474 const int pw = getParentWidth(); in getOverlayBounds()
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A DThemeLayout.cpp84 int16 ThemeLayoutStacked::getParentWidth() { in getParentWidth() function in GUI::ThemeLayoutStacked
195 _children[i]->setWidth((_w == -1 ? getParentWidth() : _w) - _padding.left - _padding.right); in reflowLayoutVertical()
292 int neww = (getParentWidth() - _w - _padding.right) / rescount; in reflowLayoutHorizontal()
H A DThemeLayout.h178 int16 getParentWidth();
/dports/games/residualvm/residualvm-0.3.1/gui/
H A DThemeLayout.cpp84 int16 ThemeLayoutStacked::getParentWidth() { in getParentWidth() function in GUI::ThemeLayoutStacked
195 _children[i]->setWidth((_w == -1 ? getParentWidth() : _w) - _padding.left - _padding.right); in reflowLayoutVertical()
292 int neww = (getParentWidth() - _w - _padding.right) / rescount; in reflowLayoutHorizontal()
H A DThemeLayout.h178 int16 getParentWidth();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateCompactInfoBar.java240 mOverflowMenuHelper.show(TranslateMenu.MENU_OVERFLOW, getParentWidth()); in createCompactLayoutContent()
414 mLanguageMenuHelper.show(TranslateMenu.MENU_TARGET_LANGUAGE, getParentWidth()); in onOverflowMenuItemClicked()
449 mLanguageMenuHelper.show(TranslateMenu.MENU_SOURCE_LANGUAGE, getParentWidth()); in onOverflowMenuItemClicked()
651 private int getParentWidth() { in getParentWidth() method in TranslateCompactInfoBar
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ProjectTreeItemBase.h73 auto width = jmax (550, comp.getParentWidth() - 12); in updateSize()
H A Djucer_LiveBuildTab.h51 auto width = jmax (550, getParentWidth()); in parentSizeChanged()
H A Djucer_ProjectTab.h74 auto width = jmax (550, getParentWidth()); in parentSizeChanged()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A DThemeLayout.cpp108 int16 ThemeLayoutStacked::getParentWidth() { in getParentWidth() function in GUI::ThemeLayoutStacked
301 int16 width = (_w == -1 ? getParentWidth() : _w) - _padding.left - _padding.right; in reflowLayoutVertical()
453 int neww = (getParentWidth() - _w - _padding.right) / rescount; in reflowLayoutHorizontal()
H A DThemeLayout.h202 int16 getParentWidth();
/dports/audio/faust/faust-2.37.3/architecture/juce/
H A Djuce-standalone.cpp338 …getViewedComponent()->setBounds(0, 0, juce::jmax(getParentWidth(), w), juce::jmax(getParentHeight(… in currentAreaChanged()
339 setSize(getParentWidth(), getParentHeight()); in currentAreaChanged()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/windows/
H A Djuce_AlertWindow.cpp359 auto w = jmin (300 + sw * 2, (int) ((float) getParentWidth() * 0.7f)); in updateLayout()
385 w = jmin (w, (int) ((float) getParentWidth() * 0.7f)); in updateLayout()
415 w = jmin (w, (int) ((float) getParentWidth() * 0.7f)); in updateLayout()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/windows/
H A Djuce_AlertWindow.cpp359 auto w = jmin (300 + sw * 2, (int) ((float) getParentWidth() * 0.7f)); in updateLayout()
385 w = jmin (w, (int) ((float) getParentWidth() * 0.7f)); in updateLayout()
415 w = jmin (w, (int) ((float) getParentWidth() * 0.7f)); in updateLayout()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DComponentTransformsDemo.h126 …relativePos = getBounds().getCentre().toFloat() / Point<int> (getParentWidth(), getParentHeight())… in moved()
H A DWindowsDemo.h147 … if (ballBounds.getRight() > (float) getParentWidth()) direction.x = -std::abs (direction.x); in timerCallback()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_RelativePositionedRectangle.h197 … comp.setBounds (getRectangle (Rectangle<int> (comp.getParentWidth(), comp.getParentHeight()))); in applyToComponent()
245 … updateFrom (comp.getBounds(), Rectangle<int> (comp.getParentWidth(), comp.getParentHeight())); in updateFromComponent()
681 … getRelativeTargetBounds (Rectangle<int> (0, 0, comp.getParentWidth(), comp.getParentHeight()), in updateFromComponent()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ToolbarItemComponent.cpp107 setBounds (0, 0, getParentWidth(), getParentHeight()); in parentSizeChanged()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ToolbarItemComponent.cpp107 setBounds (0, 0, getParentWidth(), getParentHeight()); in parentSizeChanged()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_FileGroupInformationComponent.h74 setSize (jmax (550, getParentWidth()), getParentHeight()); in parentSizeChanged()
H A Djucer_ModulesInformationComponent.h99 auto width = jmax (550, getParentWidth()); in parentSizeChanged()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Properties/
H A Djucer_PositionPropertyBase.h346 parentArea.setSize (component->getParentWidth(), component->getParentHeight()); in showMenu()

12