OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionController
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java
25
import com.android.traceview.
SelectionController
;
265
SelectionController
selectionController
= new
SelectionController
();
285
new TimeLineView(sashForm1, reader,
selectionController
);
288
new ProfileView(sashForm1, reader,
selectionController
).setMethodHandler(this);
/frameworks/base/core/java/android/widget/
Editor.java
742
SelectionModifierCursorController
selectionController
= getSelectionController();
743
int minOffset =
selectionController
.getMinTouchOffset();
744
int maxOffset =
selectionController
.getMaxTouchOffset();
866
SelectionModifierCursorController
selectionController
= getSelectionController();
867
final int minOffset =
selectionController
.getMinTouchOffset();
868
final int maxOffset =
selectionController
.getMaxTouchOffset();
[
all
...]
/prebuilts/devtools/tools/lib/
traceview.jar
Completed in 38 milliseconds