Home
last modified time | relevance | path

Searched defs:Theme (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtheme.py8 class Theme: class
87 def __init__(self, theme: Theme) -> None:
91 def push_theme(self, theme: Theme, inherit: bool = True) -> None:
Dconsole.py358 def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None:
641 theme: Optional[Theme] = None,
881 def push_theme(self, theme: Theme, *, inherit: bool = True) -> None:
896 def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtheme.py8 class Theme: class
87 def __init__(self, theme: Theme) -> None:
91 def push_theme(self, theme: Theme, inherit: bool = True) -> None:
Dconsole.py358 def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None:
641 theme: Optional[Theme] = None,
881 def push_theme(self, theme: Theme, *, inherit: bool = True) -> None:
896 def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtheme.py8 class Theme: class
87 def __init__(self, theme: Theme) -> None:
91 def push_theme(self, theme: Theme, inherit: bool = True) -> None:
Dconsole.py358 def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None:
641 theme: Optional[Theme] = None,
881 def push_theme(self, theme: Theme, *, inherit: bool = True) -> None:
896 def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtheme.py8 class Theme: class
87 def __init__(self, theme: Theme) -> None:
91 def push_theme(self, theme: Theme, inherit: bool = True) -> None:
Dconsole.py358 def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None:
641 theme: Optional[Theme] = None,
881 def push_theme(self, theme: Theme, *, inherit: bool = True) -> None:
896 def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext:
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/windowdecor/common/
DTheme.java15 public enum Theme { enum
19 Theme() { in Theme() method in Theme
/aosp_15_r20/build/soong/java/
H A Drro.go65 Theme *string member
99 Theme() string methodSpec
223 func (r *RuntimeResourceOverlay) Theme() string { func
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
H A DTheme.java36 public class Theme extends Operation implements RemoteComposeOperation { class
49 public Theme(int theme) { in Theme() method in Theme
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h39 class Theme; variable
84 friend Theme; variable
253 friend Theme; member
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/display/
H A DDisplayProperties.kt22 enum class Theme { class
/aosp_15_r20/frameworks/base/libs/androidfw/tests/data/lib_one/
H A DR.h36 Theme = 0x02020000, // default enumerator
/aosp_15_r20/frameworks/base/libs/androidfw/tests/data/libclient/
H A DR.h36 Theme = 0x7f020000, // default enumerator
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/theme/base/
DTheme.java28 public interface Theme { interface
/aosp_15_r20/frameworks/base/libs/androidfw/tests/data/lib_two/
H A DR.h48 Theme = 0x02040000, // default enumerator
/aosp_15_r20/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTheme.java15 public class Theme { class
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/common/
H A DThemeUtils.kt30 internal enum class Theme { LIGHT, DARK } class
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_test.cpp103 TEST_F(AttributeResolutionTest, Theme) { in TEST_F() argument
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager2.java1384 public static class Theme { class in CppAssetManager2
1415 public Theme(CppAssetManager2 cppAssetManager2) { in Theme() method in CppAssetManager2.Theme
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DResources.java1541 public final class Theme { class in Resources
1554 private Theme() { in Theme() method in Resources.Theme
/aosp_15_r20/out/soong/.intermediates/packages/apps/EmergencyInfo/EmergencyInfo-lib/android_common/busybox/
DR.jarMETA-INF/ META-INF/MANIFEST.MF com/android/emergency/R$ ...
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DR.java611 public static final int Theme=0x7f120005; field in R.style
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp1624 Theme::Theme(AssetManager2* asset_manager) : asset_manager_(asset_manager) { in Theme() function in android::Theme

1234567891011