OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Passthrough
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/text/style/
CharacterStyle.java
38
return new MetricAffectingSpan.
Passthrough
((MetricAffectingSpan) cs);
40
return new
Passthrough
(cs);
54
* A
Passthrough
CharacterStyle is one that
60
private static class
Passthrough
extends CharacterStyle {
64
* Creates a new
Passthrough
of the specfied CharacterStyle.
66
public
Passthrough
(CharacterStyle cs) {
80
* underlying it if it too is a
Passthrough
.
MetricAffectingSpan.java
42
* A
Passthrough
MetricAffectingSpan is one that
49
/* package */ static class
Passthrough
extends MetricAffectingSpan {
53
* Creates a new
Passthrough
of the specfied MetricAffectingSpan.
55
public
Passthrough
(MetricAffectingSpan cs) {
77
* underlying it if it too is a
Passthrough
.
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 51 milliseconds