Home
last modified time | relevance | path

Searched refs:rowDescription (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java158 String rowDescription = null; in computeMatches() local
165 rowDescription = mRowMatch.getDisplayName(mGrid.layout); in computeMatches()
168 if (columnDescription != null && rowDescription != null) { in computeMatches()
169 feedback.tooltip = columnDescription + '\n' + rowDescription; in computeMatches()