OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vspace
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h
368
@property int
vspace
;
variable
591
@property int
vspace
;
variable
719
@property int
vspace
;
variable
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
4053
int
vspace
= mBottom - mTop - getCompoundPaddingBottom() - compoundPaddingTop;
local
4545
final int
vspace
= mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
local
4552
final int
vspace
= mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
local
4732
int
vspace
= bottom - top - compoundPaddingBottom - compoundPaddingTop;
local
6733
int
vspace
= mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
local
6832
int
vspace
= mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
local
6985
final int
vspace
= mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
local
[
all
...]
Completed in 409 milliseconds