Searched refs:colorThread (Results 1 – 1 of 1) sorted by relevance
120 Thread colorThread = null; field in ColumnListCanvas341 if (colorThread != null) in finalize()342 colorThread.stop(); in finalize()445 if (colorThread == null) { in setHighlighted()446 colorThread = new ColumnListThread(this); in setHighlighted()447 colorThread.start(); in setHighlighted()449 colorThread.resume(); in setHighlighted()710 if (colorThread == null) { in addItem()711 colorThread = new ColumnListThread(this); in addItem()712 colorThread.start(); in addItem()[all …]