Searched refs:_bottom (Results 1 – 2 of 2) sorted by relevance
1383 final IElementList _bottom = new ElementList (); in getFooterBottom() local1385 …_bottom.add (new HyperRef (IAppConstants.APP_BUG_REPORT_LINK, IAppConstants.APP_NAME + " " + IAppC… in getFooterBottom()1386 _bottom.add (new Text (" " + IAppConstants.APP_COPYRIGHT, true)); in getFooterBottom()1388 m_footerBottom = bottom = _bottom; in getFooterBottom()
1115 int _bottom = bottom(); in isContainer() local1117 if (otherY >= _bottom) in isContainer()1122 int intoBottom = otherBottom - _bottom; in isContainer()