Searched defs:select (Results 1 - 9 of 9) sorted by relevance

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DColorUsageDetector.java83 @NonNull Node select, @NonNull String type, @NonNull String name, boolean isFramework) {
85 while (select.getParent() instanceof Select) {
86 select = select.getParent();
90 if (select.getParent() instanceof MethodInvocation) {
91 MethodInvocation call = (MethodInvocation) select.getParent();
96 ISSUE, context.getLocation(select), String.format(
98 "getResources().getColor(%1$s)", select.toString()),
82 visitResourceReference(@onNull JavaContext context, @Nullable AstVisitor visitor, @NonNull Node select, @NonNull String type, @NonNull String name, boolean isFramework) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DClientRulesEngine.java364 public void select(final @NonNull Collection<INode> nodes) { method in class:ClientRulesEngine
367 selectionManager.select(nodes);
368 // ALSO run an async select since immediately after nodes are created they
374 selectionManager.select(nodes);
476 public boolean select(ITypeInfoRequestor typeInfoRequestor) {
/sdk/rule_api/src/com/android/ide/common/api/
H A DIClientRulesEngine.java141 * @param currentValue the current reference to select
151 * @param currentValue the current reference to select
205 void select(@NonNull Collection<INode> nodes); method in interface:IClientRulesEngine
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DLayoutTestBase.java295 public void select(@NonNull Collection<INode> nodes) { method in class:LayoutTestBase.TestRulesEngine
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DSelectionManager.java310 // Otherwise we select the item under the cursor.
335 * is a plain select or a toggle, etc.
337 public void select(MouseEvent e) { method in class:SelectionManager
350 // Otherwise we select the item under the cursor.
402 // Case where alt is pressed: select or cycle the object pointed at.
418 // select the current one
430 // Now select the next one.
440 // Case where no modifier is pressed: either select or reset the selection.
446 * Removes all the currently selected item and only select the given item.
461 // select th
538 public void select(Collection<INode> nodes) { method in class:SelectionManager
553 /* package */ void select(Node xmlNode) { method in class:SelectionManager
[all...]
H A DGraphicalEditorPart.java637 * @param xmlNode The Node whose element we want to select
639 public void select(Node xmlNode) { method in class:GraphicalEditorPart
640 mCanvasViewer.getCanvas().getSelectionManager().select(xmlNode);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
H A DUiTreeBlock.java662 * Displays a selection dialog that lets the user select which kind of node
914 * of filters and un-select the actions.
933 public boolean select(Viewer viewer, Object parentElement, Object element) { method in class:UiTreeBlock.DescriptorFilterAction.DescriptorFilter
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
H A DScreenViewer.java242 void select(ViewNode node) { method in class:ScreenViewer
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
H A DGLFunctionTraceViewer.java405 mContextSwitchCombo.select(0);
533 tree.select(item);
689 public boolean select(Viewer viewer, Object parentElement, Object element) { method in class:GLFunctionTraceViewer.GLCallFilter
899 t.select(t.getItem(index));

Completed in 191 milliseconds