OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodHighlight
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/awt/java/awt/im/
InputMethodHighlight.java
34
public class
InputMethodHighlight
{
40
public static final
InputMethodHighlight
41
UNSELECTED_RAW_TEXT_HIGHLIGHT = new
InputMethodHighlight
(false, RAW_TEXT);
43
public static final
InputMethodHighlight
44
SELECTED_RAW_TEXT_HIGHLIGHT = new
InputMethodHighlight
(true, RAW_TEXT);
46
public static final
InputMethodHighlight
48
new
InputMethodHighlight
(false, CONVERTED_TEXT);
50
public static final
InputMethodHighlight
52
new
InputMethodHighlight
(true, CONVERTED_TEXT);
59
public
InputMethodHighlight
(boolean selected, int state, int variation)
[
all
...]
/frameworks/base/awt/org/apache/harmony/awt/wtk/
SystemProperties.java
25
import java.awt.im.
InputMethodHighlight
;
58
void mapInputMethodHighlight(
InputMethodHighlight
highlight, Map<TextAttribute, ?> map);
/frameworks/base/awt/java/awt/
HeadlessToolkit.java
28
import java.awt.im.
InputMethodHighlight
;
207
InputMethodHighlight
highlight) throws HeadlessException {
212
Map<java.awt.font.TextAttribute, ?> mapInputMethodHighlightImpl(
InputMethodHighlight
highlight)
ToolkitImpl.java
20
import java.awt.im.
InputMethodHighlight
;
242
InputMethodHighlight
highlight) throws HeadlessException {
Toolkit.java
23
import java.awt.im.
InputMethodHighlight
;
630
* the
InputMethodHighlight
.
636
InputMethodHighlight
highlight) throws HeadlessException;
647
Map<java.awt.font.TextAttribute, ?> mapInputMethodHighlightImpl(
InputMethodHighlight
highlight)
[
all
...]
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunBreaker.java
28
import java.awt.im.
InputMethodHighlight
;
156
* Adds
InputMethodHighlight
to the attributes
170
if (val instanceof
InputMethodHighlight
) {
171
InputMethodHighlight
ihl = ((
InputMethodHighlight
) val);
Completed in 88 milliseconds