Lines Matching refs:timeoutSecs

146 			String details, String[] textParams, int timeoutSecs ) {  in MessageSlideShell()  argument
148 MessageText.getString(keyPrefix + ".text", textParams), details, timeoutSecs); in MessageSlideShell()
163 int timeoutSecs ) { in MessageSlideShell() argument
166 relatedObjects, timeoutSecs); in MessageSlideShell()
170 String text, String details, int timeoutSecs) { in MessageSlideShell() argument
171 this(display, iconID, title, text, details, null, timeoutSecs); in MessageSlideShell()
186 String text, String details, Object[] relatedObjects, int timeoutSecs ) { in MessageSlideShell() argument
191 relatedObjects, timeoutSecs ); in MessageSlideShell()
248 String details, Object[] relatedTo, int timeoutSecs ) { in recordMessage() argument
251 addToHistory(new PopupParams(iconID, title, text, details, relatedTo, timeoutSecs)); in recordMessage()
640 int timeoutSecs; in create() local
642 if ( popupParams.timeoutSecs < 0 ){ in create()
644 timeoutSecs = COConfigurationManager.getIntParameter("Message Popup Autoclose in Seconds"); in create()
648 timeoutSecs = popupParams.timeoutSecs; in create()
651 runPopup(endBounds, idxHistory, bSlide, timeoutSecs ); in create()
811 final boolean bSlide, final int timeoutSecs ) { in runPopup() argument
839 int delayLeft = timeoutSecs * 1000; in runPopup()
966 public int timeoutSecs; field in MessageSlideShell.PopupParams
974 public PopupParams(int iconID, String title, String text, String details, int timeoutSecs ) { in PopupParams() argument
979 this.timeoutSecs = timeoutSecs; in PopupParams()
991 Object[] relatedTo, int timeoutSecs ) { in PopupParams() argument
992 this(iconID, title, text, details, timeoutSecs ); in PopupParams()