Lines Matching defs:true
150 virtual void OnModeChange(WindowMode mode, bool hasDeco = true) {}
713 * @return true If SetFullScreen(true) is called , return true.
720 * @return true this window layout is full screen
839 virtual WMError SetTitleAndDockHoverShown(bool isTitleHoverShown = true,
840 bool isDockHoverShown = true)
847 * @param status if true, hide status bar and nav bar; Otherwise, show status bar and nav bar
866 bool withFocus = true) { return WMError::WM_OK; }
875 virtual WMError Hide(uint32_t reason = 0, bool withAnimation = false, bool isFromInnerkits = true)
1020 * @param isEnabled Responds to back gesture if true, or ignore back gesture if false.
1519 * @return true means window decoration is enabled. Otherwise disabled
1581 * @return true means window is moving. Otherwise is not moving
1706 * @param dragEnabled true means the window can be resized by dragging, otherwise means the opposite.
1713 * @param raiseEnabled true means the window can be raised by click, otherwise means the opposite.
1727 * @param shouldHide true means the non-system windows should be hidden, otherwise means the opposite.
1802 * @param isAutoStart true means auto start pip window when background, otherwise means the opposite.
1809 * @param keepKeyboardFlag true means the keyboard should be preserved, otherwise means the opposite.
1937 * @param enable true means the single frame composer is enabled, otherwise means the opposite.
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.
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.
2315 virtual bool GetImmersiveModeEnabledState() const { return true; }
2327 * @return true means the free multi-window mode is enabled, and false means the opposite.
2386 * @return true - is the first sub window of UIExtension, false - is not the first sub window of UIExtension
2393 * @return true - is UIExtension sub window, false - is not UIExtension sub window.
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.
2409 virtual bool GetGestureBackEnabled() const { return true; }