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

1 2 3

  /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 128 theme.applyStyle(resid, true);
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 45 ASSERT_EQ(NO_ERROR, theme1.applyStyle(app::R::style::Theme_One));
ResTable_test.cpp 80 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme1));
100 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme2));
120 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 151 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
152 // Even though this applyStyle operates on a Range, it still sets an endingSelection().
CompositeEditCommand.h 98 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
99 void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
Editor.h 125 void applyStyle(StylePropertySet*, EditAction = EditActionUnspecified);
InsertTextCommand.cpp 222 applyStyle(typingStyle.get());
CompositeEditCommand.cpp 263 void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction)
268 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction)
    [all...]
InsertParagraphSeparatorCommand.cpp 103 applyStyle(m_style.get());
EditorCommand.cpp 112 frame.editor().applyStyle(style);
601 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
609 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
618 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
    [all...]
Editor.cpp 597 void Editor::applyStyle(StylePropertySet* style, EditAction editingAction)
628 applyStyle(style, editingAction);
    [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);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 114 .applyStyle(style, themeDelegate.force);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 157 baseTheme.applyStyle(com.android.settings.R.style.Theme_SettingsBase, true);
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 122 sPreloaderTheme.applyStyle(R.style.PreloadIcon, true);
BubbleTextView.java 415 theme.applyStyle(style, 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/view/accessibility/
CaptioningManager.java 370 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java     [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 724 /*package*/ native static final boolean applyStyle(long theme,
Resources.java     [all...]

Completed in 1753 milliseconds

1 2 3