Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtils.java131 boolean transferAlpha, int globalAlpha) { in convertToSwt() argument
154 transferAlpha, globalAlpha); in convertToSwt()
167 if (globalAlpha != -1) { in convertToSwt()
168 alpha = alpha * globalAlpha >> 8; in convertToSwt()
177 } else if (globalAlpha != -1) { in convertToSwt()
178 imageData.alpha = globalAlpha; in convertToSwt()