Searched refs:PROPNAME_TEXT_SELECTION_START (Results 1 – 1 of 1) sorted by relevance
45 private static final String PROPNAME_TEXT_SELECTION_START = field in ChangeText93 PROPNAME_TEXT_SELECTION_START,133 transitionValues.values.put(PROPNAME_TEXT_SELECTION_START, in captureValues()170 startSelectionStart = startVals.get(PROPNAME_TEXT_SELECTION_START) != null ? in createAnimator()171 (Integer) startVals.get(PROPNAME_TEXT_SELECTION_START) : -1; in createAnimator()174 endSelectionStart = endVals.get(PROPNAME_TEXT_SELECTION_START) != null ? in createAnimator()175 (Integer) endVals.get(PROPNAME_TEXT_SELECTION_START) : -1; in createAnimator()