OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRootLayout
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Mms/src/org/w3c/dom/smil/
SMILLayoutElement.java
13
* 1) ADD public SMILRootLayoutElement
getRootLayout
();
41
public SMILRootLayoutElement
getRootLayout
();
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java
86
int bbw = ((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getWidth();
107
int bbh = ((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getHeight();
162
((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getHeight() :
169
int bbh = ((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getHeight();
195
((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getWidth() :
202
int bbw = ((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getWidth();
261
value *= ((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getWidth();
263
value *= ((SMILDocument) getOwnerDocument()).getLayout().
getRootLayout
().getHeight();
SmilLayoutElementImpl.java
45
public SMILRootLayoutElement
getRootLayout
() {
/packages/apps/Mms/src/com/android/mms/model/
LayoutModel.java
115
public RegionModel
getRootLayout
() {
SlideshowModel.java
113
SMILRootLayoutElement srle = sle.
getRootLayout
();
Completed in 2519 milliseconds