OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isHtml
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/text/
BidiFormatter.java
472
return new DirectionalityEstimator(str, false /*
isHtml
*/).getExitDir();
489
return new DirectionalityEstimator(str, false /*
isHtml
*/).getEntryDir();
532
private final boolean
isHtml
;
556
* @param
isHtml
Whether the text to be scanned is to be treated as HTML, i.e. skipping over
559
DirectionalityEstimator(String text, boolean
isHtml
) {
561
this.
isHtml
=
isHtml
;
[
all
...]
/frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java
462
return new DirectionalityEstimator(str, false /*
isHtml
*/).getExitDir();
479
return new DirectionalityEstimator(str, false /*
isHtml
*/).getEntryDir();
522
private final boolean
isHtml
;
546
* @param
isHtml
Whether the text to be scanned is to be treated as HTML, i.e. skipping over
549
DirectionalityEstimator(String text, boolean
isHtml
) {
551
this.
isHtml
=
isHtml
;
[
all
...]
/frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java
178
if (tokens.get(i).
isHtml
() &&
710
public abstract boolean
isHtml
();
711
public boolean isArray() { return !
isHtml
(); }
729
public boolean
isHtml
() { return true; }
779
public boolean
isHtml
() { return false; }
799
public boolean
isHtml
() { return false; }
825
public boolean
isHtml
() { return false; }
884
public boolean
isHtml
() { return false; }
975
public boolean
isHtml
() { return false; }
1059
public boolean
isHtml
() { return false;
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 130 milliseconds