HomeSort by relevance Sort by last modified time
    Searched refs:hspace (Results 1 - 18 of 18) 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 142 int hspace = getWidth() - compoundPaddingRight - compoundPaddingLeft; local
144 offset + compoundPaddingLeft + (hspace - overlay.getWidth()) / 2,
  /external/webkit/Source/WebCore/html/
HTMLAppletElement.idl 35 attribute [Reflect] DOMString hspace;
37 attribute [Reflect] long hspace;
HTMLMarqueeElement.idl 30 attribute [Reflect] unsigned long hspace;
HTMLImageElement.idl 31 attribute [Reflect] long hspace;
HTMLObjectElement.idl 38 attribute [Reflect] long hspace;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement07.js 78 The hspace attribute specifies the horizontal space to the left
81 Retrieve the hspace attribute and examine it's value.
103 vhspace = testNode.hspace;
HTMLImageElement06.js 78 The hspace attribute specifies the horizontal space to the left and
81 Retrieve the hspace attribute and examine it's value.
103 vhspace = testNode.hspace;
HTMLObjectElement11.js 78 The hspace attribute specifies the horizontal space to the left and right
81 Retrieve the hspace attribute of the first OBJECT element and examine
104 vhspace = testNode.hspace;
object08.js 79 The value of attribute hspace of the object element is read and checked against the expected value.
101 vhspace = testNode.hspace;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAppletElement07.js 78 The hspace attribute specifies the horizontal space to the left
81 Retrieve the hspace attribute and examine it's value.
103 vhspace = testNode.hspace;
HTMLImageElement06.js 78 The hspace attribute specifies the horizontal space to the left and
81 Retrieve the hspace attribute and examine it's value.
103 vhspace = testNode.hspace;
HTMLObjectElement11.js 78 The hspace attribute specifies the horizontal space to the left and right
81 Retrieve the hspace attribute of the first OBJECT element and examine
104 vhspace = testNode.hspace;
object08.js 79 The value of attribute hspace of the object element is read and checked against the expected value.
101 vhspace = testNode.hspace;
  /frameworks/base/core/java/android/widget/
TextView.java 4620 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; local
4627 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; local
4794 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; local
6789 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); local
6888 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); local
7056 final int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); local
    [all...]
  /external/dropbear/libtommath/
bn.tex 13 \def\cat{\hspace{0.5em} \| \hspace{0.5em}}
15 \def\divides{\hspace{0.3em} | \hspace{0.3em}}
30 \def\iff{\hspace{1em}\Longleftrightarrow\hspace{1em}}
33 \def\Proof{\vspace{1ex}\noindent {\bf Proof:}\hspace{1em}}
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 365 @property int hspace; variable
586 @property int hspace; variable
714 @property int hspace; variable
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 15 \def\cat{\hspace{0.5em} \| \hspace{0.5em}}
17 \def\divides{\hspace{0.3em} | \hspace{0.3em}}
32 \def\iff{\hspace{1em}\Longleftrightarrow\hspace{1em}}
35 \def\Proof{\vspace{1ex}\noindent {\bf Proof:}\hspace{1em}}
    [all...]

Completed in 542 milliseconds