Home | History | Annotate | Download | only in grid

Lines Matching refs:feedback

75      * @param feedback a {@link DropFeedback} object containing drag state like the drag
79 public void computeMatches(DropFeedback feedback, Point p) {
81 feedback.tooltip = null;
87 Rect dragBounds = feedback.dragBounds;
118 addBaselineMatch(feedback.dragBaseline, y1, rowMatches, max, row, rowY);
169 feedback.tooltip = columnDescription + '\n' + rowDescription;
172 feedback.invalidTarget = mColumnMatch == null || mRowMatch == null;
254 feedback.tooltip = description.toString();