Home
last modified time | relevance | path

Searched refs:matcher1 (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/refactoring/
DUseCompoundDrawableRefactoring.java408 Matcher matcher1 = p.matcher(dimension1); in combine() local
410 if (matcher1.matches() && matcher2.matches()) { in combine()
411 String unit = matcher1.group(2); in combine()
413 float value1 = Float.parseFloat(matcher1.group(1)); in combine()