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:GetSessionRect
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
keyboard_session.cpp
197
panelRect = (keyboardPanelSession_ == nullptr) ? panelRect : keyboardPanelSession_->
GetSessionRect
();
in OnKeyboardPanelUpdated()
210
panelRect = (keyboardPanelSession_ == nullptr) ? panelRect : keyboardPanelSession_->
GetSessionRect
();
in OnCallingSessionUpdated()
220
WSRect callingSessionRect = callingSession->
GetSessionRect
();
in OnCallingSessionUpdated()
422
WSRect callingSessionRect = callingSession->
GetSessionRect
();
in RaiseCallingSession()
469
WSRect callingSessionRestoringRect = callingSession->
GetSessionRect
();
in RestoreCallingSession()
513
panelRect = (keyboardPanelSession_ == nullptr) ? panelRect : keyboardPanelSession_->
GetSessionRect
();
in UpdateCallingSessionIdAndPosition()
H
A
D
session.cpp
2589
GetPersistentId(),
GetSessionRect
().ToString().c_str());
in RectSizeCheckProcess()
2604
oss << " sessionRect: " <<
GetSessionRect
().ToString() << ";";
in RectSizeCheckProcess()
2629
if (!NearZero(density) && !NearZero(
GetSessionRect
().height_)) {
in RectCheckProcess()
2630
float curWidth =
GetSessionRect
().width_ / density;
in RectCheckProcess()
2631
float curHeight =
GetSessionRect
().height_ / density;
in RectCheckProcess()
2645
oss << " sessionRect: " <<
GetSessionRect
().ToString() << ";";
in RectCheckProcess()
2666
WSRect Session::
GetSessionRect
() const
in GetSessionRect()
function in OHOS::Rosen::Session
H
A
D
scene_session.cpp
1167
auto parentRect = parentSession->
GetSessionRect
();
in UpdateSessionRect()
1466
WSRect statusBarRect = statusBar->
GetSessionRect
();
in GetSystemAvoidArea()
1506
keyboardRect = inputMethod->GetKeyboardPanelSession()->
GetSessionRect
();
in GetKeyboardAvoidArea()
1512
WSRect inputMethodRect = inputMethod->
GetSessionRect
();
in GetKeyboardAvoidArea()
1595
if (parentSession != nullptr && parentSession->
GetSessionRect
() ==
GetSessionRect
()) {
in CheckGetAvoidAreaAvailable()
1720
WSRect rect =
GetSessionRect
();
in GetAvoidAreaByTypeInner()
2289
WSRect windowRect =
GetSessionRect
();
in HandleCompatibleModeDrag()
2484
WSRect statusBarRect = statusBar->
GetSessionRect
();
in UpdateWinRectForSystemBar()
4782
if (statusBar != nullptr && statusBar->
GetSessionRect
()
in GetStatusBarHeight()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_test.cpp
332
* @tc.name:
GetSessionRect
333
* @tc.desc: check func
GetSessionRect
336
HWTEST_F(WindowSessionTest,
GetSessionRect
, Function | SmallTest | Level2)
in HWTEST_F()
341
ASSERT_EQ(rect, session_->
GetSessionRect
());
in HWTEST_F()
1625
WSRect rect = session_->
GetSessionRect
();
in HWTEST_F()
H
A
D
scene_session_test5.cpp
390
EXPECT_EQ(preRect, session->
GetSessionRect
());
in HWTEST_F()
851
EXPECT_EQ(4, session->
GetSessionRect
().height_);
in HWTEST_F()
H
A
D
scene_session_test.cpp
1928
WSRect newRect = sceneSession->
GetSessionRect
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H
A
D
window_scene.cpp
245
auto transaction = transactionController && session_->
GetSessionRect
() != windowRect ?
in OnBoundsChanged()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
1221
const WSRect rect = session->
GetSessionRect
();
in GetRootSessionAvoidSessionRect()
4237
WSRect rect = session->
GetSessionRect
();
in DumpSessionInfo()
4404
WSRect rect = session->
GetSessionRect
();
in GetSpecifiedSessionDumpInfo()
7254
WSRect windowRect = sceneSession->
GetSessionRect
();
in FillUnreliableWindowInfo()
8091
sceneSession->
GetSessionRect
().height_)) {
in UpdateNormalSessionAvoidArea()
8167
isAINavigationBarVisible_, avoidArea, sceneSession->
GetSessionRect
().height_)) {
in UpdateAvoidAreaByType()
8292
sceneSession->
GetSessionRect
().height_)) {
in NotifySessionAINavigationBarChange()
9590
WSRect hostRect = session->
GetSessionRect
();
in GetVisibilityWindowInfo()
9706
auto parentTransX = parentSession->GetSessionGlobalRect().posX_ - parentSession->
GetSessionRect
().posX_;
in UpdateModalExtensionRect()
9707
auto parentTransY = parentSession->GetSessionGlobalRect().posY_ - parentSession->
GetSessionRect
()
in UpdateModalExtensionRect()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
session.h
216
WSRect
GetSessionRect
() const;
Completed in 41 milliseconds