OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hspace
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicPagedViewIcon.java
48
int
hspace
= getWidth() - compoundPaddingRight - compoundPaddingLeft;
local
50
offset + compoundPaddingLeft + (
hspace
- overlay.getWidth()) / 2,
PagedViewIcon.java
149
int
hspace
= getWidth() - compoundPaddingRight - compoundPaddingLeft;
local
151
offset + compoundPaddingLeft + (
hspace
- overlay.getWidth()) / 2,
/external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h
365
@property int
hspace
;
variable
586
@property int
hspace
;
variable
714
@property int
hspace
;
variable
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
4559
final int
hspace
= mRight - mLeft - compoundPaddingRight - compoundPaddingLeft;
local
4566
final int
hspace
= mRight - mLeft - compoundPaddingRight - compoundPaddingLeft;
local
4733
int
hspace
= right - left - compoundPaddingRight - compoundPaddingLeft;
local
6732
int
hspace
= mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
local
6831
int
hspace
= mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
local
6999
final int
hspace
= mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
local
[
all
...]
Completed in 229 milliseconds