HomeSort by relevance Sort by last modified time
    Searched refs:applyStyle (Results 1 - 25 of 65) 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 70 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme1));
90 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme2));
110 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 153 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
154 // Even though this applyStyle operates on a Range, it still sets an endingSelection().
CompositeEditCommand.h 100 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
101 void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
Editor.h 112 void applyStyle(StylePropertySet*, EditAction = EditActionUnspecified);
InsertTextCommand.cpp 223 applyStyle(typingStyle.get());
CompositeEditCommand.cpp 268 void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction)
273 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction)
    [all...]
InsertParagraphSeparatorCommand.cpp 106 applyStyle(m_style.get());
EditorCommand.cpp 114 frame.editor().applyStyle(style);
619 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
627 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
636 frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
    [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 119 // See the definition of force parameter in Theme.applyStyle().
128 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle(style, 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 131 sPreloaderTheme.applyStyle(R.style.PreloadIcon, true);
BubbleTextView.java 415 theme.applyStyle(style, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
ToolbarActionBar.java 527 widgetTheme.applyStyle(outValue.resourceId, true);
529 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, 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 732 /*package*/ native static final boolean applyStyle(long theme,
Resources.java     [all...]

Completed in 1128 milliseconds

1 2 3