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:isTouchable
(Results
1 - 19
of
19
) sorted by relevance
/foundation/window/window_manager/previewer/src/
H
A
D
window_option.cpp
56
void WindowOption::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
58
touchable_ =
isTouchable
;
in SetTouchable()
H
A
D
window_impl.cpp
169
WMError WindowImpl::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
/foundation/window/window_manager/wm/src/
H
A
D
window_option.cpp
49
void WindowOption::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
51
touchable_ =
isTouchable
;
in SetTouchable()
H
A
D
window_session_impl.cpp
1509
WMError WindowSessionImpl::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
1511
WLOGFD("%{public}d",
isTouchable
);
in SetTouchable()
1515
property_->SetTouchable(
isTouchable
);
in SetTouchable()
H
A
D
window_impl.cpp
328
WMError WindowImpl::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
333
property_->SetTouchable(
isTouchable
);
in SetTouchable()
/foundation/window/window_manager/previewer/include/
H
A
D
window_option.h
88
* @param
isTouchable
True means the window can be touched, otherwise not.
90
void SetTouchable(bool
isTouchable
);
H
A
D
window.h
145
virtual WMError SetTouchable(bool
isTouchable
) = 0;
H
A
D
window_impl.h
71
virtual WMError SetTouchable(bool
isTouchable
) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window_option.h
74
* @param
isTouchable
True means the window can be touched, otherwise not.
76
void SetTouchable(bool
isTouchable
);
H
A
D
window.h
693
* @param
isTouchable
Window can be touched or not.
696
virtual WMError SetTouchable(bool
isTouchable
) { return WMError::WM_OK; }
in SetTouchable()
argument
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_dirty_manager_test2.cpp
395
bool
isTouchable
= false;
in HWTEST_F()
local
397
sceneSessionMainWindow->SetSystemTouchable(
isTouchable
);
in HWTEST_F()
433
bool
isTouchable
= true;
in HWTEST_F()
local
434
sceneSessionMainWindow->SetSystemTouchable(
isTouchable
);
in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H
A
D
window_property_test.cpp
280
bool
isTouchable
= true;
in HWTEST_F()
local
281
winPropSrc.SetTouchable(
isTouchable
);
in HWTEST_F()
283
ASSERT_EQ(res,
isTouchable
);
in HWTEST_F()
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
52
void SetTouchable(bool
isTouchable
);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_window.h
56
virtual WMError SetTouchable(bool
isTouchable
) {return WMError::WM_OK;}
in SetTouchable()
argument
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
91
void WindowProperty::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
93
touchable_ =
isTouchable
;
in SetTouchable()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
48
void SetTouchable(bool
isTouchable
);
/foundation/window/window_manager/wm/include/
H
A
D
window_session_impl.h
95
WMError SetTouchable(bool
isTouchable
) override;
H
A
D
window_impl.h
130
virtual WMError SetTouchable(bool
isTouchable
) override;
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
182
void WindowSessionProperty::SetTouchable(bool
isTouchable
)
in SetTouchable()
argument
184
touchable_ =
isTouchable
;
in SetTouchable()
Completed in 45 milliseconds