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:isWatch_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/button/
H
A
D
render_button.cpp
184
if (isMoveEventValid_ ||
isWatch_
) {
in HandleTouchEvent()
462
isWatch_
= (SystemProperties::GetDeviceType() == DeviceType::WATCH);
in Update()
520
bool isWatchText = (
isWatch_
&& (type_ == ButtonType::TEXT));
in SetChildrenLayoutSize()
578
if ((type_ == ButtonType::TEXT) &&
isWatch_
) {
in NeedAdaptiveChild()
592
if (
isWatch_
) {
in NeedConstrain()
612
if (
isWatch_
) {
in SetProgress()
707
if (
isWatch_
|| isTv_) {
in UpdateAnimationParam()
782
if (
isWatch_
) {
in PlayTouchAnimation()
828
if (isPhone_ ||
isWatch_
|| isTablet_) {
in PlayClickAnimation()
843
if (
isWatch_
) {
in PlayFocusAnimation()
[all...]
H
A
D
rosen_render_button.cpp
179
if (
isWatch_
&& (buttonComponent_->GetType() == ButtonType::DOWNLOAD)) {
in MeasureButtonSize()
370
if (
isWatch_
) {
in DrawDownloadButton()
452
if (
isWatch_
) {
in GetStateColor()
H
A
D
render_button.h
183
bool
isWatch_
= false;
member in OHOS::Ace::RenderButton
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_button.cpp
69
isWatch_
= (SystemProperties::GetDeviceType() == DeviceType::WATCH);
in DOMButton()
123
if (!
isWatch_
) {
in PrepareSpecializedComponent()
256
if (
isWatch_
) {
in PrepareTextButton()
288
if (!
isWatch_
) {
in PrepareDownloadButton()
366
Color customizedColor = (
isWatch_
? bgColor : bgColor.BlendOpacity(blendOpacity_));
in PrepareDisabledBackgroundColor()
376
bool isWatchDownload =
isWatch_
&& (buttonType_ == BUTTON_TYPE_DOWNLOAD);
in PrepareDisabledChildStyle()
406
if ((!buttonTheme_) ||
isWatch_
|| (buttonType_ == BUTTON_TYPE_DOWNLOAD)) {
in PrepareWaiting()
H
A
D
dom_button.h
96
bool
isWatch_
= false;
member in OHOS::Ace::Framework::final
Completed in 5 milliseconds