Home
last modified time | relevance | path

Searched refs:onTintChanged (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DThemeColorProvider.java39 void onTintChanged(ColorStateList tint, boolean useLight); in onTintChanged() method
148 observer.onTintChanged(tint, useLight); in updateTint()
H A DTabSwitcherButtonCoordinator.java55 public void onTintChanged(ColorStateList tint, boolean useLight) { in setThemeColorProvider()
H A DToolbarManager.java1355 public void onTintChanged(ColorStateList tint, boolean useLight) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/toolbar/menu_button/
H A DMenuButtonTest.java103 mMenuButton.onTintChanged(mColorStateList, true); in testDrawTabSwitcherAnimationOverlay_updateBadge()
123 mMenuButton.onTintChanged(mColorStateList, true); in testDrawTabSwitcherAnimationOverlay_correctBoundsAfterThemeChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/menu_button/
H A DMenuButtonMediator.java98 mThemeColorProvider.addTintObserver(this::onTintChanged); in MenuButtonMediator()
230 private void onTintChanged(ColorStateList tintList, boolean useLight) { in onTintChanged() method in MenuButtonMediator
H A DMenuButtonViewBinder.java40 view.onTintChanged(themeProperty.mColorStateList, themeProperty.mUseLightColors); in bind()
H A DMenuButton.java287 public void onTintChanged(ColorStateList tintList, boolean useLight) { in onTintChanged() method in MenuButton
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/
H A DToolbarLayout.java205 public void onTintChanged(ColorStateList tint, boolean useLight) {} in onTintChanged() method in ToolbarLayout
H A DToolbarTablet.java366 public void onTintChanged(ColorStateList tint, boolean useLight) { in onTintChanged() method in ToolbarTablet
H A DToolbarPhone.java1614 public void onTintChanged(ColorStateList tint, boolean useLight) { in onTintChanged() method in ToolbarPhone
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabGroupUiMediatorUnitTest.java1301 mTintObserverArgumentCaptor.getValue().onTintChanged(colorStateList, true); in tintChange()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/qml/filmulator-gui/
H A DEditTools.qml384 function onTintChanged() {