Lines Matching refs:getInstance
123 BreakpointSystem.getInstance().attach(this.compStr)
124 BreakpointSystem.getInstance().attach(this.compDirection)
125 BreakpointSystem.getInstance().attach(this.compBarPose)
126 BreakpointSystem.getInstance().attach(this.compVertical)
127 BreakpointSystem.getInstance().attach(this.compBarWidth)
128 BreakpointSystem.getInstance().attach(this.compBarHeight)
129 BreakpointSystem.getInstance().attach(this.compMargin)
130 BreakpointSystem.getInstance().start()
134 BreakpointSystem.getInstance().detach(this.compStr)
135 BreakpointSystem.getInstance().detach(this.compDirection)
136 BreakpointSystem.getInstance().detach(this.compBarPose)
137 BreakpointSystem.getInstance().detach(this.compVertical)
138 BreakpointSystem.getInstance().detach(this.compBarWidth)
139 BreakpointSystem.getInstance().detach(this.compBarHeight)
140 BreakpointSystem.getInstance().detach(this.compMargin)
141 BreakpointSystem.getInstance().stop()