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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DRulesEngine.java314 Point where) {
320 return rule.onDropMove(targetNode, elements, feedback, where);
359 Point where,
367 rule.onDropped(targetNode, elements, feedback, where);
751 * where target FQCN is the class we were initially looking for, which might be the same as
784 // This doesn't handle a case where there are name conflicts
785 // (e.g. where there are multiple different views with the same
850 * where target FQCN is the class we were initially looking for, which might be the same as
311 callOnDropMove(NodeProxy targetNode, IDragElement[] elements, DropFeedback feedback, Point where) argument
356 callOnDropped(NodeProxy targetNode, IDragElement[] elements, DropFeedback feedback, Point where, InsertType insertType) argument

Completed in 51 milliseconds