Home
last modified time | relevance | path

Searched refs:isPhone_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp134 if (isPhone_) { in OnPaintFinish()
326 if ((isPhone_ || isTablet_) && ((type == ButtonType::TEXT) || (type == ButtonType::NORMAL))) { in OnMouseHoverEnterTest()
464 isPhone_ = (SystemProperties::GetDeviceType() == DeviceType::PHONE); in Update()
744 if (isPhone_ && ((type == ButtonType::TEXT) || (type == ButtonType::NORMAL))) { in UpdateFocusAnimation()
828 if (isPhone_ || isWatch_ || isTablet_) { in PlayClickAnimation()
846 if (isPhone_) { in PlayFocusAnimation()
H A Drender_button.h185 bool isPhone_ = false; variable
H A Drosen_render_button.cpp125 if (isFocus_ && (isTablet_ || isPhone_) && pipeline && pipeline->GetIsTabKeyPressed()) { in Paint()
538 if (isPhone_) { in DrawDownloadButton()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_processor_test.cpp133 EXPECT_FALSE(renderProcessor->isPhone_);
164 EXPECT_FALSE(renderProcessor->isPhone_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.h64 bool isPhone_ = false; variable
H A Drs_uni_render_processor.cpp60 isPhone_ = RSMainThread::Instance()->GetDeviceType() == DeviceType::PHONE; in Init()
74 isPhone_ = RSMainThread::Instance()->GetDeviceType() == DeviceType::PHONE; in InitForRenderThread()
81 if (!isPhone_) { in PostProcess()