HomeSort by relevance Sort by last modified time
    Searched refs:applyStyle (Results 1 - 25 of 37) sorted by null

1 2

  /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 99 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
100 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().
InsertTextCommand.cpp 227 applyStyle(typingStyle.get());
Editor.h 145 void applyStyle(StylePropertySet*, EditAction = EditActionUnspecified);
InsertParagraphSeparatorCommand.cpp 103 applyStyle(m_style.get());
CompositeEditCommand.cpp 269 void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction)
274 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction)
    [all...]
EditorCommand.cpp 111 frame->editor()->applyStyle(style);
593 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
601 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
610 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
    [all...]
Editor.cpp 647 void Editor::applyStyle(StylePropertySet* style, EditAction editingAction)
688 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 663 mTheme.applyStyle(mThemeResource, true);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 469 milliseconds

1 2