Searched defs:OVER (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DEffect.java39 UNDER, BLENDED, OVER enum constant in enum:Effect.EffectType
46 * Get the type of this effect, one of UNDER,BLENDED,OVER. UNDER means the result of apply effect should be painted
48 * painted. OVER means the result of apply effect should be painted over the src image.
55 * Get the opacity to use to paint the result effected image if the EffectType is UNDER or OVER.
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSourceContext.java116 protected static final int OVER = 2; field in class:DragSourceContext
382 updateCurrentCursor(getSourceActions(), dsde.getTargetActions(), OVER);
471 * <code>ENTER</code>, <code>OVER</code>,
492 case OVER:

Completed in 39 milliseconds