Home
last modified time | relevance | path

Searched refs:sExpandAllIcon (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java110 private static Image sExpandAllIcon; field in GLFunctionTraceViewer
481 if (sExpandAllIcon == null) { in createOptionsBar()
483 sExpandAllIcon = id.createImage(); in createOptionsBar()
485 if (sExpandAllIcon != null) { in createOptionsBar()
486 mExpandAllToolItem.setImage(sExpandAllIcon); in createOptionsBar()