Lines Matching refs:MWMConstants
490 MWMConstants.PROP_MOTIF_WM_INFO_ELEMENTS,
501 || getter.getNumberOfItems() != MWMConstants.PROP_MOTIF_WM_INFO_ELEMENTS
837 if ((decorations & MWMConstants.MWM_DECOR_ALL) == 0) {
840 int d = MWMConstants.MWM_DECOR_BORDER | MWMConstants.MWM_DECOR_RESIZEH
841 | MWMConstants.MWM_DECOR_TITLE
842 | MWMConstants.MWM_DECOR_MENU | MWMConstants.MWM_DECOR_MINIMIZE
843 | MWMConstants.MWM_DECOR_MAXIMIZE;
855 if ((functions & MWMConstants.MWM_FUNC_ALL) == 0) {
858 int f = MWMConstants.MWM_FUNC_RESIZE |
859 MWMConstants.MWM_FUNC_MOVE |
860 MWMConstants.MWM_FUNC_MAXIMIZE |
861 MWMConstants.MWM_FUNC_MINIMIZE |
862 MWMConstants.MWM_FUNC_CLOSE;
879 if ((decorations & MWMConstants.MWM_DECOR_TITLE) == 0) {
882 if ((decorations & (MWMConstants.MWM_DECOR_RESIZEH | MWMConstants.MWM_DECOR_MAXIMIZE)) == 0) {
885 if ((decorations & (MWMConstants.MWM_DECOR_MENU |
886 MWMConstants.MWM_DECOR_MAXIMIZE |
887 MWMConstants.MWM_DECOR_MINIMIZE)) == 0)
905 if ((decorations & MWMConstants.MWM_DECOR_ALL) != 0
906 && (decorations != MWMConstants.MWM_DECOR_ALL))
910 if ((functions & MWMConstants.MWM_FUNC_ALL) != 0
911 && (functions != MWMConstants.MWM_FUNC_ALL))
918 MWMConstants.MWM_HINTS_FUNCTIONS |
919 MWMConstants.MWM_HINTS_DECORATIONS);
959 if ((decorations & MWMConstants.MWM_DECOR_ALL) != 0) {
960 decorations |= MWMConstants.MWM_DECOR_RESIZEH | MWMConstants.MWM_DECOR_MAXIMIZE;
962 decorations &= ~(MWMConstants.MWM_DECOR_RESIZEH | MWMConstants.MWM_DECOR_MAXIMIZE);