Home | History | Annotate | Download | only in table

Lines Matching defs:m_splitter

140   private int m_splitter = -1;
252 if (m_splitter <= MIN_COLUMN_WIDTH) {
253 m_splitter = Math.max((int) (getClientArea().width * 0.4), MIN_COLUMN_WIDTH);
465 m_splitter = x;
503 int titleRight = m_splitter - 2;
511 int valueX = m_splitter + 3;
613 int x = m_splitter + 1;
722 if (m_splitter < MIN_COLUMN_WIDTH) {
723 m_splitter = MIN_COLUMN_WIDTH;
726 if (clientArea.width - m_splitter < MIN_COLUMN_WIDTH) {
727 m_splitter = clientArea.width - MIN_COLUMN_WIDTH;
750 return Math.abs(m_splitter - x) < 2;
757 return x > m_splitter + 2;
769 return new Point(x - (m_splitter + 2), y - m_rowHeight * getPropertyIndex(y));
920 return m_splitter;
944 int x = m_splitter + 5;
1167 gc.drawLine(m_splitter, 0, m_splitter, clientArea.height);
1184 int x = m_splitter + 4;
1289 DrawUtils.drawStringCV(gc, property.getTitle(), x, y, m_splitter - x, height);
1299 int x = m_splitter + 4;