Searched refs:setXICFocus (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXInputMethod.java76 protected void setXICFocus(ComponentPeer peer, method in class:XInputMethod
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java213 protected abstract void setXICFocus(ComponentPeer peer, method in class:X11InputMethod
356 setXICFocus(lastXICFocussedComponentPeer, false, isLastXICActive);
359 setXICFocus(awtFocussedComponentPeer, true, haveActiveClient());
390 Last note, getCompositionState should be called before setXICFocus since
391 setXICFocus here sets the XIC to 0.
415 setXICFocus(getPeer(lastXICFocussedComponent), false, isLastXICActive);
460 setXICFocus(getPeer(awtFocussedComponent), false, ac);
461 setXICFocus(getPeer(component), true, ac);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c468 setXICFocus(XIC ic, unsigned short req) function
1667 setXICFocus(pX11IMData->current_ic, True);
1725 JNU_ThrowNullPointerException(env, "setXICFocus pData");
1741 setXICFocus(pX11IMData->current_ic, req);
1755 setXICFocus(pX11IMData->current_ic, req);
1838 setXICFocus(pX11IMData->ic_active, FALSE);
1841 setXICFocus(pX11IMData->ic_passive, FALSE);

Completed in 50 milliseconds