OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECTING
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java
29
* meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of
selecting
text.
136
private static final Object
SELECTING
= new NoCopySpan.Concrete();
148
text.removeSpan(
SELECTING
);
163
getActive(text,
SELECTING
, META_SELECTING, META_SELECTING);
211
return getActive(text,
SELECTING
, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE);
284
what ==
SELECTING
;
289
* keep track of the
selecting
meta state in the specified text.
292
return what ==
SELECTING
;
312
resetLock(content,
SELECTING
);
361
* Start
selecting
text
[
all
...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java
196
private static final Concrete
SELECTING
= new NoCopySpan.Concrete();
747
* @param colornames List of name of
selecting
color.
759
* @param sizenames List of name of
selecting
size.
930
content.setSpan(
SELECTING
, 0, 0, PRESSED);
934
content.removeSpan(
SELECTING
);
[
all
...]
Completed in 251 milliseconds