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

namespace UnityEngine.UIElements
{
public class TwoPaneSplitViewResizer // TypeDefIndex: 5391
{
	// Fields
	type#28469 m_Start;
	type#15316 m_Active;
	type#27699 m_SplitView;
	type#20868 m_Direction;
	type#26060 m_Delta;

	// Methods
	// RVA: -1
	private type#27700 get_orientation() { }
	// RVA: -1
	private type#28615 get_fixedPane() { }
	// RVA: -1
	private type#28615 get_flexedPane() { }
	// RVA: -1
	private type#26059 get_fixedPaneMinDimension() { }
	// RVA: -1
	private type#26059 get_fixedPaneMargins() { }
	// RVA: -1
	private type#26059 get_flexedPaneMinDimension() { }
	// RVA: -1
	private type#26059 get_flexedPaneMargin() { }
	// RVA: -1
	public type#28660 .ctor(type#27698 splitView, type#20867 dir) { }
	// RVA: -1
	protected virtual type#28660 RegisterCallbacksOnTarget() { }
	// RVA: -1
	protected virtual type#28660 UnregisterCallbacksFromTarget() { }
	// RVA: -1
	public type#28660 ApplyDelta(type#26059 delta) { }
	// RVA: -1
	protected type#28660 OnPointerDown(type#24503 e) { }
	// RVA: -1
	protected type#28660 OnPointerMove(type#24521 e) { }
	// RVA: -1
	protected type#28660 OnPointerUp(type#24534 e) { }
	// RVA: -1
	protected type#28660 InterruptPointerMove(type#24521 e) { }
}
}
