Searched refs:mSelectorAttributes (Results 1 – 1 of 1) sorted by relevance
68 private SparseArray<Object> mSelectorAttributes = new SparseArray<Object>(); field in UiSelector77 mSelectorAttributes = selector.cloneSelector().mSelectorAttributes; in UiSelector()85 ret.mSelectorAttributes = mSelectorAttributes.clone(); in cloneSelector()87 ret.mSelectorAttributes.put(SELECTOR_CHILD, new UiSelector(getChildSelector())); in cloneSelector()89 ret.mSelectorAttributes.put(SELECTOR_PARENT, new UiSelector(getParentSelector())); in cloneSelector()91 ret.mSelectorAttributes.put(SELECTOR_PATTERN, new UiSelector(getPatternSelector())); in cloneSelector()591 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()593 selector.mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()607 UiSelector selector = (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_CHILD, null); in getChildSelector()615 (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_PATTERN, null); in getPatternSelector()[all …]