Lines Matching defs:false
296 virtual bool OnInputEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const { return false; }
302 virtual bool OnInputEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) const { return false; }
308 virtual bool OnInputEvent(const std::shared_ptr<MMI::AxisEvent>& axisEvent) const { return false; }
687 * @return True means window can be focused, false means window cannot be focused.
689 virtual bool GetFocusable() const { return false; }
700 * @return True means window can be touched, false means window cannot be touched.
702 virtual bool GetTouchable() const { return false; }
714 * @return false default return false
716 virtual bool IsFullScreen() const { return false; }
721 * @return false this window layout is not full screen
723 virtual bool IsLayoutFullScreen() const { return false; }
750 virtual bool IsTopmost() const { return false; }
763 virtual bool IsMainWindowTopmost() const { return false; }
861 * @param withAnimation True means window show with animation, false means window show without animation.
862 * @param withFocus True means window can get focus when it shows to foreground, false means the opposite;
865 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false,
871 * @param withAnimation True means window show with animation, false means window show without animation.
875 virtual WMError Hide(uint32_t reason = 0, bool withAnimation = false, bool isFromInnerkits = true)
892 virtual WMError MoveTo(int32_t x, int32_t y, bool isMoveToGlobal = false) { return WMError::WM_OK; }
935 * @return True means screen is always on, false means the opposite.
937 virtual bool IsKeepScreenOn() const { return false; }
941 * @param turnScreenOn True means turn screen on, false means the opposite.
948 * @return True means screen is on, false means screen is off.
950 virtual bool IsTurnScreenOn() const { return false; }
961 * @param isTransparent True means set window transparent, false means the opposite.
968 * @return True means window is transparent, false means the opposite.
970 virtual bool IsTransparent() const { return false; }
994 * @param isPrivacyMode True means set window private, false means not set window private.
1003 virtual bool IsPrivacyMode() const { return false; }
1007 * @param isSystemPrivacyMode True means set window private, false means not set window private.
1020 * @param isEnabled Responds to back gesture if true, or ignore back gesture if false.
1036 * @param isSkip True means skip the snapshot, false means the opposite.
1114 * @return True means window is focused, false means window is unfocused.
1116 virtual bool IsFocused() const { return false; }
1120 * @param isAdd True means add custom animation, false means the opposite.
1142 virtual bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) {return false;}
1493 * @return True means main handler is available, false means the opposite.
1495 virtual bool IsMainHandlerAvailable() const { return false; }
1521 virtual bool IsDecorEnable() const { return false; }
1584 virtual bool GetStartMoveFlag() { return false; }
1593 * @param needRemoveWindowInputChannel True means remove input channel, false means not remove.
1615 * @return True means support wide gamut, false means not support.
1617 virtual bool IsSupportWideGamut() { return false; }
1652 virtual bool IsAllowHaveSystemSubWindow() { return false; }
1674 * @param needDefaultAnimation True means need default animation, false means not need.
1735 * @return True means floating window of app type, false means the opposite.
1737 virtual bool IsFloatingWindowAppType() const { return false; }
1742 * @return True means pc window of app type, false means the opposite.
1744 virtual bool IsPcOrPadCapabilityEnabled() const { return false; }
1749 * @return True means pc window or pad free multi-window, false means the opposite.
1751 virtual bool IsPcOrPadFreeMultiWindowMode() const { return false; }
1965 * @param enableDrag The value true means to enable window dragging, and false means the opposite.
1973 * @param isMaximizeVisible Display maximize button if true, or hide maximize button if false.
1974 * @param isMinimizeVisible Display minimize button if true, or hide minimize button if false.
1975 * @param isSplitVisible Display split button if true, or hide split button if false.
1976 * @param isCloseVisible Display close button if true, or hide close button if false.
2046 * @return True means use default density, window's layout not follow to system change, false means the opposite.
2048 virtual bool GetDefaultDensityEnabled() { return false; }
2305 * @param enable the value true means to enable immersive mode, and false means the opposite.
2313 * @return true means the immersive mode is enabled, and false means the opposite.
2327 * @return true means the free multi-window mode is enabled, and false means the opposite.
2329 virtual bool GetFreeMultiWindowModeEnabledState() { return false; }
2371 * @param byLoadContent True when called by loading content, false when called by creating non topmost subwindow
2386 * @return true - is the first sub window of UIExtension, false - is not the first sub window of UIExtension
2388 virtual bool GetIsUIExtFirstSubWindow() const { return false; }
2393 * @return true - is UIExtension sub window, false - is not UIExtension sub window.
2395 virtual bool GetIsUIExtAnySubWindow() const { return false; }
2399 * @param enable the value true means to enable gesture back, and false means the opposite.
2407 * @return the value true means to enable gesture back, and false means the opposite.