Searched refs:second (Results 1 – 8 of 8) sorted by relevance
208 @NonNull ConstraintType first, @NonNull ConstraintType second) { in getCompatibleConstraint() argument209 if (first == second) { in getCompatibleConstraint()213 switch (second) { in getCompatibleConstraint()
161 Element second = children.get(1); in checkInitialConditions() local164 || second.getTagName().equals(TEXT_VIEW); in checkInitialConditions()167 || second.getTagName().equals(IMAGE_VIEW); in checkInitialConditions()226 Element second = children.get(1); in computeChanges() local231 image = second; in computeChanges()233 text = second; in computeChanges()
1469 private List<Integer> getOffsets(Set<Integer> first, Set<Integer> second) { in getOffsets() argument1470 Set<Integer> joined = new HashSet<Integer>(first.size() + second.size()); in getOffsets()1472 joined.addAll(second); in getOffsets()
332 String second = parameterTypes[1]; in isValidView() local333 if (second.equals("QAttributeSet;") //$NON-NLS-1$ in isValidView()334 || second.equals("Qandroid.util.AttributeSet;")) { //$NON-NLS-1$ in isValidView()
258 String second = children.get(1).getName(); in insertVisualRefactorings() local259 if ((first.equals(FQCN_IMAGE_VIEW) && second.equals(FQCN_TEXT_VIEW)) in insertVisualRefactorings()260 || (first.equals(FQCN_TEXT_VIEW) && second.equals(FQCN_IMAGE_VIEW))) { in insertVisualRefactorings()
670 String second) { in findRange() argument690 if (region != null && second != null) { in findRange()691 region = adapter.find(region.getOffset() + first.length(), second, in findRange()
199 The second argument is the build "number". The example used "$USER" but it
344 Before this used to put the second or more emulators in a transient read-only