/packages/apps/Mms/src/com/android/mms/dom/smil/ |
D | SmilRegionElementImpl.java | 87 int bbw = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth(); in getLeft() 108 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); in getTop() 163 ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight() : in getHeight() 170 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); in getHeight() 196 ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth() : in getWidth() 203 int bbw = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth(); in getWidth() 262 value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth(); in parseRegionLength() 264 … value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); in parseRegionLength()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | SlideshowEditor.java | 79 mModel.getLayout().getTextRegion()); in addNewSlide() 187 mModel.getLayout().getTextRegion()); in changeText() 198 mContext, newImage, mModel.getLayout().getImageRegion())); in changeImage() 210 mModel.getLayout().getImageRegion()); in changeVideo() 231 mModel.getLayout().changeTo(layout); in changeLayout() 235 return mModel.getLayout().getImageRegion(); in getImageRegion() 239 return mModel.getLayout().getTextRegion(); in getTextRegion()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | ArmenianPhonetic.java | 182 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in ArmenianPhonetic.ArmenianSymbols 184 super.getLayout(isPhone)); in getLayout() 201 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in ArmenianPhonetic.ArmenianSymbolsShifted 203 super.getLayout(isPhone)); in getLayout()
|
D | Arabic.java | 266 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Arabic.ArabicSymbols 267 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout() 341 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Arabic.ArabicSymbolsShifted 342 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout()
|
D | Farsi.java | 252 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Farsi.FarsiSymbols 253 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout() 341 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Farsi.FarsiSymbolsShifted 342 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout()
|
D | SymbolsShifted.java | 34 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in SymbolsShifted 140 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in SymbolsShifted.RtlSymbolsShifted 141 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout()
|
D | Symbols.java | 34 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Symbols 196 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Symbols.RtlSymbols 197 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout()
|
D | LayoutBase.java | 404 public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) { in getLayout() method in LayoutBase 406 return mSymbols.getLayout(isPhone); in getLayout() 409 return mSymbolsShifted.getLayout(isPhone); in getLayout()
|
D | Hebrew.java | 177 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Hebrew.HebrewSymbols 178 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout()
|
D | Dvorak.java | 111 public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) { in getLayout() method in Dvorak 114 return super.getLayout(isPhone, elementId); in getLayout()
|
D | Hindi.java | 336 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() method in Hindi.HindiSymbols 337 return new ExpectedKeyboardBuilder(super.getLayout(isPhone)) in getLayout()
|
D | PcQwerty.java | 173 public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) { in getLayout() method in PcQwerty 178 return super.getLayout(isPhone, elementId); in getLayout()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | LayoutTestsBase.java | 51 mLayout = getLayout(); in setUp() 114 abstract LayoutBase getLayout(); in getLayout() method in LayoutTestsBase 152 final ExpectedKey[][] expectedKeyboard = mLayout.getLayout(isPhone(), elementId); in doKeyboardTests()
|
D | TestsFrenchCA.java | 35 LayoutBase getLayout() { return LAYOUT; } in getLayout() method in TestsFrenchCA
|
D | TestsSpanish419.java | 35 LayoutBase getLayout() { return LAYOUT; } in getLayout() method in TestsSpanish419
|
D | TestsSpanishUS.java | 35 LayoutBase getLayout() { return LAYOUT; } in getLayout() method in TestsSpanishUS
|
D | TestsZulu.java | 35 LayoutBase getLayout() { return LAYOUT; } in getLayout() method in TestsZulu
|
D | TestsNoLanguage.java | 35 LayoutBase getLayout() { return LAYOUT; } in getLayout() method in TestsNoLanguage
|
D | TestsEnglishUS.java | 35 LayoutBase getLayout() { return LAYOUT; } in getLayout() method in TestsEnglishUS
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 521 layout = mLauncher.getHotseat().getLayout(); in addInScreen() 1789 tv.getLayout().getLineTop(0); 1793 tv.getLayout().getLineTop(0); 2596 hotseat.getLayout().getMatrix().invert(mTempInverseMatrix); 2597 xy[0] = xy[0] - hotseat.getLeft() - hotseat.getLayout().getLeft(); 2598 xy[1] = xy[1] - hotseat.getTop() - hotseat.getLayout().getTop(); 2776 layout = mLauncher.getHotseat().getLayout(); 2801 layout = mLauncher.getHotseat().getLayout(); 3382 cellLayout = mLauncher.getHotseat().getLayout(); 3572 layouts.add(mLauncher.getHotseat().getLayout()); [all …]
|
D | BubbleTextView.java | 140 if (getLayout() == null) { in drawableStateChanged() 176 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0); in drawWithPadding()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 69 CellLayout getLayout() { in getLayout() method in Hotseat 202 getLayout(), fi, iconCache); in addAllAppsFolder()
|
D | Workspace.java | 1013 layout = mLauncher.getHotseat().getLayout(); in addInScreen() 3489 mLauncher.getDragLayer().mapCoordInSelfToDescendent(hotseat.getLayout(), mTempPt); 3635 layout = mLauncher.getHotseat().getLayout(); 3658 layout = mLauncher.getHotseat().getLayout(); 4258 cellLayout = mLauncher.getHotseat().getLayout(); 4316 …getUniqueIntents((CellLayout) mLauncher.getHotseat().getLayout(), uniqueIntents, duplicates, false… 4397 saveWorkspaceScreenToDb((CellLayout) mLauncher.getHotseat().getLayout()); 4611 layouts.add(mLauncher.getHotseat().getLayout()); 4629 childrenLayouts.add(mLauncher.getHotseat().getLayout().getShortcutsAndWidgets());
|
/packages/apps/Mms/src/com/android/mms/model/ |
D | SlideshowModel.java | 116 SMILLayoutElement sle = document.getLayout(); in createFromPduBody() 397 public LayoutModel getLayout() { in getLayout() method in SlideshowModel
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
D | SMILDocument.java | 49 public SMILLayoutElement getLayout(); in getLayout() method
|