// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.TwoPaneSplitView

namespace UnityEngine.UIElements
{
public class TwoPaneSplitView // TypeDefIndex: 5389
{
	// Fields
	type#15241 fixedPaneIndexProperty;
	type#15241 fixedPaneInitialDimensionProperty;
	type#15241 orientationProperty;
	type#26589 s_UssClassName;
	type#26589 s_ContentContainerClassName;
	type#26589 s_HandleDragLineClassName;
	type#26589 s_HandleDragLineVerticalClassName;
	type#26589 s_HandleDragLineHorizontalClassName;
	type#26589 s_HandleDragLineAnchorClassName;
	type#26589 s_HandleDragLineAnchorVerticalClassName;
	type#26589 s_HandleDragLineAnchorHorizontalClassName;
	type#26589 s_VerticalClassName;
	type#26589 s_HorizontalClassName;
	type#28616 m_LeftPane;
	type#28616 m_RightPane;
	type#28616 m_FixedPane;
	type#28616 m_FlexedPane;
	type#26060 m_FixedPaneDimension;
	type#28616 m_DragLine;
	type#28616 m_DragLineAnchor;
	type#15314 m_CollapseMode;
	type#15314 m_PendingCollapseToExecute;
	type#20868 m_CollapsedChildIndex;
	type#28616 m_Content;
	type#27701 m_Orientation;
	type#20868 m_FixedPaneIndex;
	type#26060 m_FixedPaneInitialDimension;
	type#27704 m_Resizer;

	// Methods
	// RVA: -1
	public type#28615 get_fixedPane() { }
	// RVA: -1
	public type#28615 get_flexedPane() { }
	// RVA: -1
	internal type#28615 get_dragLine() { }
	// RVA: -1
	public type#20867 get_fixedPaneIndex() { }
	// RVA: -1
	public type#28660 set_fixedPaneIndex(type#20867 value) { }
	// RVA: -1
	public type#26059 get_fixedPaneInitialDimension() { }
	// RVA: -1
	public type#28660 set_fixedPaneInitialDimension(type#26059 value) { }
	// RVA: -1
	public type#27700 get_orientation() { }
	// RVA: -1
	public type#28660 set_orientation(type#27700 value) { }
	// RVA: -1
	internal type#26059 get_fixedPaneDimension() { }
	// RVA: -1
	internal type#28660 set_fixedPaneDimension(type#26059 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private type#28660 SetupSplitView() { }
	// RVA: -1
	public type#28660 CollapseChild(type#20867 index) { }
	// RVA: -1
	internal virtual type#28660 Init(type#20867 fixedPaneIndex, type#26059 fixedPaneInitialDimension, type#27700 orientation) { }
	// RVA: -1
	private type#28660 OnPostDisplaySetup(type#19111 evt) { }
	// RVA: -1
	private type#28660 ReplacePanesBasedOnAnchor() { }
	// RVA: -1
	private type#28660 IdentifyLeftAndRightPane() { }
	// RVA: -1
	private type#28660 PostDisplaySetup() { }
	// RVA: -1
	private type#28660 OnSizeChange(type#19111 evt) { }
	// RVA: -1
	private type#28660 UpdateLayout(type#15313 updateFixedPane, type#15313 updateDragLine) { }
	// RVA: -1
	public virtual type#28615 get_contentContainer() { }
	// RVA: -1
	internal virtual type#28660 OnViewDataReady() { }
	// RVA: -1
	private type#28660 SetDragLineOffset(type#26059 offset) { }
	// RVA: -1
	private type#28660 SetFixedPaneDimension(type#26059 dimension) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
