Home | History | Annotate | Download | only in table

Lines Matching defs:m_splitterResizing

372   private boolean m_splitterResizing;
383 m_splitterResizing = event.button == 1 && m_properties != null && isLocationSplitter(event.x);
385 if (!m_splitterResizing && m_properties != null) {
409 if (m_splitterResizing) {
410 m_splitterResizing = false;
464 if (m_splitterResizing) {