Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hasDarkRes
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.h
130
void SetAppHasDarkRes(bool
hasDarkRes
)
in SetAppHasDarkRes()
argument
132
appHasDarkRes_ =
hasDarkRes
;
in SetAppHasDarkRes()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_adapter_impl_v2.h
85
void SetAppHasDarkRes(bool
hasDarkRes
);
H
A
D
resource_adapter_impl_v2.cpp
859
void ResourceAdapterImplV2::SetAppHasDarkRes(bool
hasDarkRes
)
in SetAppHasDarkRes()
argument
861
appHasDarkRes_ =
hasDarkRes
;
in SetAppHasDarkRes()
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
711
bool
hasDarkRes
= false;
in UpdateDefaultStatusBarColor()
local
712
appContext->AppHasDarkRes(
hasDarkRes
);
in UpdateDefaultStatusBarColor()
713
TLOGI(WmsLogTag::WMS_IMMS, "winId: %{public}u, type: %{public}u,
hasDarkRes
: %{public}u, colorMode: %{public}s",
in UpdateDefaultStatusBarColor()
714
GetPersistentId(), GetType(),
hasDarkRes
, colorMode.c_str());
in UpdateDefaultStatusBarColor()
716
(
hasDarkRes
? WHITE : BLACK);
in UpdateDefaultStatusBarColor()
Completed in 10 milliseconds