/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperSettingsActivity.java | 42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true); 44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoringTest.java | 53 false /* removeExtracted */, false /* applyStyle */, null, 1, "@+id/button2"); 59 false /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2"); 65 true /* removeExtracted */, false /* applyStyle */, null, 2, "@+id/button2"); 71 true /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2"); 79 true /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2"); 85 true /* removeExtracted */, true /* applyStyle */, null, 2, 95 true /* removeExtracted */, true /* applyStyle */, null, 2, 103 true /* removeExtracted */, true /* applyStyle */, null, 2, 111 true /* removeExtracted */, true /* applyStyle */, null, 0, 119 true /* removeExtracted */, true /* applyStyle */, null, 2 [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_ThemeTest.java | 44 mResTheme.applyStyle(R.raw.testmp3, false);
|
/frameworks/base/core/java/android/view/ |
ContextThemeWrapper.java | 132 theme.applyStyle(resid, true);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
CompositeEditCommand.h | 96 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes); 97 void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
|
InsertLineBreakCommand.cpp | 176 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get())); 177 // Even though this applyStyle operates on a Range, it still sets an endingSelection().
|
Editor.h | 131 void applyStyle(StylePropertySet*, EditAction = EditActionUnspecified);
|
InsertTextCommand.cpp | 227 applyStyle(typingStyle.get());
|
CompositeEditCommand.cpp | 289 void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction) 294 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction) [all...] |
InsertParagraphSeparatorCommand.cpp | 103 applyStyle(m_style.get());
|
EditorCommand.cpp | 110 frame.editor().applyStyle(style); 600 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection); 608 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection); 617 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection); [all...] |
Editor.cpp | 678 void Editor::applyStyle(StylePropertySet* style, EditAction editingAction) 709 applyStyle(style, editingAction); [all...] |
ReplaceSelectionCommand.cpp | [all...] |
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
EditableItem.java | 120 applyStyle(); 125 private void applyStyle() {
|
/cts/tests/tests/view/src/android/view/cts/ |
ContextThemeWrapperTest.java | 111 expected.applyStyle(R.style.TextAppearance, true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoring.java | 111 private static final String KEY_APPLY_STYLE = "applystyle"; //$NON-NLS-1$ 230 void setApplyStyle(boolean applyStyle) { 231 mApplyStyle = applyStyle;
|
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 705 /*package*/ native static final boolean applyStyle(int theme,
|
Resources.java | [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
DialogTest.java | 125 expected.applyStyle(R.style.TextAppearance, true); [all...] |
/frameworks/base/include/androidfw/ |
ResourceTypes.h | [all...] |
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 834 theme->applyStyle(styleRes, force ? true : false); [all...] |
/frameworks/base/core/java/android/app/ |
Activity.java | [all...] |
ContextImpl.java | 671 mTheme.applyStyle(mThemeResource, true); [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |