Home
last modified time | relevance | path

Searched refs:TOP_MARGIN (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/start_surface/internal/java/src/org/chromium/chrome/features/start_surface/
H A DSecondaryTasksSurfaceViewBinder.java10 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
28 } else if (TOP_MARGIN == propertyKey) { in bind()
29 setTopBarHeight(viewHolder, model.get(TOP_MARGIN)); in bind()
40 setTopBarHeight(viewHolder, model.get(TOP_MARGIN)); in updateVisibility()
H A DTasksSurfaceViewBinder.java10 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
46 } else if (TOP_MARGIN == propertyKey) { in bind()
47 setTopBarHeight(viewHolder, model.get(TOP_MARGIN)); in bind()
59 setTopBarHeight(viewHolder, model.get(TOP_MARGIN)); in updateLayoutAndVisibility()
H A DExploreSurfaceViewBinder.java13 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
34 } else if (propertyKey == TOP_MARGIN) { in bind()
64 layoutParams.topMargin = model.get(TOP_MARGIN); in setVisibility()
81 layoutParams.topMargin = model.get(TOP_MARGIN); in setTopMargin()
H A DStartSurfaceProperties.java44 public static final PropertyModel.WritableIntPropertyKey TOP_MARGIN = field in StartSurfaceProperties
51 IS_SHOWING_STACK_TAB_SWITCHER, FEED_SURFACE_COORDINATOR, TOP_MARGIN,
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dmakehelp.c482 LEFT_MARGIN+MAN_TAB, (lines*FONT_SIZE)+TOP_MARGIN,
486 LEFT_MARGIN, (lines*FONT_SIZE)+TOP_MARGIN, ps_string(save));
513 LEFT_MARGIN+MAN_TAB, (lines*FONT_SIZE)+TOP_MARGIN, in man_write_done()
517 LEFT_MARGIN, (lines*FONT_SIZE)+TOP_MARGIN, ps_string(save)); in man_write_done()
569 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,ps_string(templine));
577 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,
585 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,"No Arguments");
591 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,ps_string(templine));
598 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,
648 LEFT_MARGIN,(lines*FONT_SIZE)+TOP_MARGIN,ps_string(templine));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/start_surface/internal/javatests/src/org/chromium/chrome/features/start_surface/
H A DTasksSurfaceViewBinderTest.java15 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
74 mPropertyModel.set(TOP_MARGIN, 20); in testSetShowAndHideOverview()
98 mPropertyModel.set(TOP_MARGIN, 20); in testSetShowAndHideStackTabSwitcher()
139 mPropertyModel.set(TOP_MARGIN, 10); in testSetTopBarHeight()
144 mPropertyModel.set(TOP_MARGIN, 20); in testSetTopBarHeight()
H A DExploreSurfaceViewBinderTest.java17 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
122 mPropertyModel.set(TOP_MARGIN, 20); in testSetVisibilityWithBottomBarVisible()
204 mPropertyModel.set(TOP_MARGIN, 20); in testSetTopMarginWithBottomBarVisible()
213 TestThreadUtils.runOnUiThreadBlocking(() -> mPropertyModel.set(TOP_MARGIN, 40)); in testSetTopMarginWithBottomBarVisible()
228 mPropertyModel.set(TOP_MARGIN, 20); in testSetTopMarginWithBottomBarNotVisible()
237 TestThreadUtils.runOnUiThreadBlocking(() -> mPropertyModel.set(TOP_MARGIN, 40)); in testSetTopMarginWithBottomBarNotVisible()
H A DSecondaryTasksSurfaceViewBinderTest.java15 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
156 mPropertyModel.set(TOP_MARGIN, 20); in testSetVisibilityWithTopMargin()
187 mPropertyModel.set(TOP_MARGIN, 20); in testSetTopMargin()
195 mPropertyModel.set(TOP_MARGIN, 40); in testSetTopMargin()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_simple_sb_view.c12 #define TOP_MARGIN 14 macro
14 #define HEIGHT_MARGIN (TOP_MARGIN + BOTTOM_MARGIN)
111 *top_margin = TOP_MARGIN; in get_geometry_hints()
114 *up_button_height = TOP_MARGIN; in get_geometry_hints()
148 draw_icon(view, 0, 0, is_dent ? arrow_up_dent_src : arrow_up_src, WIDTH, TOP_MARGIN); in draw_arrow_up_icon()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/
H A DAchievementBoxFactory.java45 private static final int TOP_MARGIN = 2; field in AchievementBoxFactory
85 height += TOP_MARGIN + BOTTOM_MARGIN; in createAchievementBox()
98 …g2d.drawString(title, SIDE_MARGIN + IMAGE_PAD + categoryImage.getWidth(), TOP_MARGIN + (int) title… in createAchievementBox()
104 int y = (height - BOTTOM_MARGIN - categoryImage.getHeight()) / 2 + TOP_MARGIN; in createAchievementBox()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dbiohelp.c84 #define TOP_MARGIN 1 macro
86 #define BARRY_HGT (MFD_VIEW_HGT - 2 * TOP_MARGIN)
155 y = TOP_MARGIN + BARRY_HGT * i / NUM_BUTTONS; in mfd_biohelp_expose()
279 LGRect r = {{LEFT_MARGIN, TOP_MARGIN}, {ARROW_X, TOP_MARGIN + BARRY_HGT}}; in mfd_biohelp_init()
H A Dviewhelp.c74 #define TOP_MARGIN 1 macro
157 y = TOP_MARGIN + BARRY_HGT * i / NUM_CHECKBOX_FIELDS; in mfd_viewhelp_expose()
240 LGRect r = {{LEFT_MARGIN, TOP_MARGIN}, {LEFT_MARGIN + BARRY_WID, TOP_MARGIN + BARRY_HGT}}; in mfd_viewhelp_init()
H A Dinvent.c140 #define TOP_MARGIN 2 // was 15 macro
728 y = TOP_MARGIN + Y_STEP; in draw_weapons_list()
2696 WEAPON_X, AMMO_X, TOP_MARGIN,
2717 GRENADE_LEFT_X, GRENADE_RIGHT_X, TOP_MARGIN,
2738 DRUG_LEFT_X, DRUG_RIGHT_X, TOP_MARGIN,
2759 LEFT_MARGIN, CENTER_X - RIGHT_MARGIN, TOP_MARGIN,
2800 LEFT_MARGIN, CENTER_X - RIGHT_MARGIN, TOP_MARGIN,
2841 LEFT_MARGIN, CENTER_X - RIGHT_MARGIN, TOP_MARGIN,
2942 CENTER_X + LEFT_MARGIN, RIGHT_X, TOP_MARGIN,
3025 TWOTHIRDS_X + LEFT_MARGIN, RIGHT_X, TOP_MARGIN,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabListContainerViewBinder.java14 …port static org.chromium.chrome.browser.tasks.tab_management.TabListContainerProperties.TOP_MARGIN;
52 } else if (TOP_MARGIN == propertyKey) { in bind()
54 final int newTopMargin = model.get(TOP_MARGIN); in bind()
H A DTabListContainerProperties.java31 public static final PropertyModel.WritableIntPropertyKey TOP_MARGIN = field in TabListContainerProperties
44 VISIBILITY_LISTENER, INITIAL_SCROLL_INDEX, ANIMATE_VISIBILITY_CHANGES, TOP_MARGIN,
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DAutomationEditor.cpp502 if( mouseEvent->y() > TOP_MARGIN ) in mousePressEvent()
730 if( mouseEvent->y() > TOP_MARGIN ) in mouseMoveEvent()
1058 TOP_MARGIN ) ) ); in mouseMoveEvent()
1084 grid_bottom - ( ( grid_bottom - TOP_MARGIN ) in drawCross()
1149 p.fillRect( 0, TOP_MARGIN, VALUES_WIDTH, height() - TOP_MARGIN, in paintEvent()
1220 TOP_MARGIN : in paintEvent()
1257 float y_delta = ( grid_bottom - TOP_MARGIN ) / 8.0f; in paintEvent()
1445 p.drawText( VALUES_WIDTH + 20, TOP_MARGIN + 40, in paintEvent()
1459 y = (int)( grid_bottom - ( ( grid_bottom - TOP_MARGIN ) in paintEvent()
1568 + ( grid_bottom - TOP_MARGIN ) in drawLevelTick()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabSwitcherMediatorUnitTest.java655 mModel.get(TabListContainerProperties.TOP_MARGIN)); in updatesPropertiesWithTopControlsChanges()
671 CONTROL_HEIGHT_INCREASED, mModel.get(TabListContainerProperties.TOP_MARGIN)); in updatesPropertiesWithTopControlsChanges()
684 CONTROL_HEIGHT_DEFAULT, mModel.get(TabListContainerProperties.TOP_MARGIN)); in updatesPropertiesWithTopControlsChanges()
692 mModel.get(TabListContainerProperties.TOP_MARGIN)); in testTopControlsHeightAnimations()
704 CONTROL_HEIGHT_DEFAULT, mModel.get(TabListContainerProperties.TOP_MARGIN)); in testTopControlsHeightAnimations()
716 offset, mModel.get(TabListContainerProperties.TOP_MARGIN)); in testTopControlsHeightAnimations()
749 offset, mModel.get(TabListContainerProperties.TOP_MARGIN)); in testTopControlsHeightAnimations()
760 CONTROL_HEIGHT_DEFAULT, mModel.get(TabListContainerProperties.TOP_MARGIN)); in testTopControlsHeightAnimations()
768 assertEquals(0, mModel.get(TabListContainerProperties.TOP_MARGIN)); in updatesPropertiesWithTopControlsChanges_StartSurface()
776 assertEquals(0, mModel.get(TabListContainerProperties.TOP_MARGIN)); in updatesPropertiesWithTopControlsChanges_StartSurface()
[all …]
/dports/graphics/dc20pack/dc20pack-1.0/
H A Ddc2totga.c38 #define TOP_MARGIN 1 macro
42 #define NET_LINES (LINES - TOP_MARGIN - BOTTOM_MARGIN)
229 for (line = TOP_MARGIN-1; line < LINES-BOTTOM_MARGIN+1; line++) in ipol_horizontally()
251 for (line = TOP_MARGIN; line < LINES - BOTTOM_MARGIN; line++) in ipol_vertically()
264 if (line == TOP_MARGIN) in ipol_vertically()
340 for (line = TOP_MARGIN; line < LINES - BOTTOM_MARGIN; line++) in adjust_color_and_saturation()
452 for (line = TOP_MARGIN; line < LINES - BOTTOM_MARGIN; line++) in determine_limits()
549 for (line = TOP_MARGIN; line < LINES - BOTTOM_MARGIN; line++) in stretch()
569 red [line-TOP_MARGIN][column]= (short) r; in stretch()
570 green[line-TOP_MARGIN][column]= (short) g; in stretch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/scrim/
H A DScrimTest.java184 .with(ScrimProperties.TOP_MARGIN, 0) in testGestureDetector()
256 .with(ScrimProperties.TOP_MARGIN, 0) in testAffectsNavigationBar_enabled()
276 .with(ScrimProperties.TOP_MARGIN, 0) in testAffectsNavigationBar_disabled()
297 .with(ScrimProperties.TOP_MARGIN, 0) in testCustomDrawable()
328 .with(ScrimProperties.TOP_MARGIN, topMargin) in testTopMargin()
376 .with(ScrimProperties.TOP_MARGIN, 0) in buildModel()
H A DScrimProperties.java38 public static final ReadableIntPropertyKey TOP_MARGIN = new ReadableIntPropertyKey(); field in ScrimProperties
99 new PropertyKey[] {TOP_MARGIN, AFFECTS_STATUS_BAR, ANCHOR_VIEW,
H A DScrimViewBinder.java17 if (ScrimProperties.TOP_MARGIN == propertyKey) { in bind()
38 model.get(ScrimProperties.TOP_MARGIN); in bind()
/dports/math/calcoo/calcoo-1.3.18/src/
H A Db_layout.c27 #define TOP_MARGIN 8 macro
67 #define LEFT_FOR_DISPLAY_VERT ( TOP_MARGIN \
138 TOP_MARGIN, in create_widgets()
155 TOP_MARGIN + (NUMBER_OF_REG_DISPLAYS - i - 1) in create_widgets()
173 TOP_MARGIN + in create_widgets()
183 TOP_MARGIN + in create_widgets()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/scrim/
H A DScrimProperties.java37 public static final ReadableIntPropertyKey TOP_MARGIN = new ReadableIntPropertyKey(); field in ScrimProperties
94 new PropertyKey[] {TOP_MARGIN, AFFECTS_STATUS_BAR, ANCHOR_VIEW,
H A DScrimViewBinder.java17 if (ScrimProperties.TOP_MARGIN == propertyKey) { in bind()
38 model.get(ScrimProperties.TOP_MARGIN); in bind()
/dports/x11/mlterm/mlterm-3.9.1/scrollbar/sample/
H A Dui_transparent_sample_sb_view.c10 #define TOP_MARGIN 0 macro
12 #define HEIGHT_MARGIN (TOP_MARGIN + BOTTOM_MARGIN)
22 *top_margin = TOP_MARGIN; in get_geometry_hints()
171 XClearArea(view->display, view->window, 0, TOP_MARGIN, WIDTH, view->height - HEIGHT_MARGIN, 0); in draw_scrollbar()

12345