HomeSort by relevance Sort by last modified time
    Searched refs:applyStyle (Results 1 - 25 of 43) 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...]
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.h 54 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
55 void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
InsertLineBreakCommand.cpp 174 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
175 // Even though this applyStyle operates on a Range, it still sets an endingSelection().
InsertTextCommand.cpp 198 applyStyle(typingStyle.get());
CompositeEditCommand.cpp 106 void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction)
111 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction)
    [all...]
InsertParagraphSeparatorCommand.cpp 103 applyStyle(m_style.get());
Editor.h 164 void applyStyle(CSSStyleDeclaration*, EditAction = EditActionUnspecified);
EditorCommand.cpp 109 frame->editor()->applyStyle(style);
586 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
594 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
603 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
    [all...]
DeleteSelectionCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [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);
  /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);
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 728 - (void)applyStyle:(DOMCSSStyleDeclaration *)style;
  /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...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 126 expected.applyStyle(R.style.TextAppearance, true);
    [all...]
  /external/webkit/Source/WebCore/page/
DragController.cpp 411 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 520 virtual HRESULT STDMETHODCALLTYPE applyStyle(
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 825 theme->applyStyle(styleRes, force ? true : false);
    [all...]

Completed in 432 milliseconds

1 2