Searched refs:mSelectorAttributes (Results 1 – 1 of 1) sorted by relevance
65 private SparseArray<Object> mSelectorAttributes = new SparseArray<Object>(); field in UiSelector74 mSelectorAttributes = selector.cloneSelector().mSelectorAttributes; in UiSelector()82 ret.mSelectorAttributes = mSelectorAttributes.clone(); in cloneSelector()84 ret.mSelectorAttributes.put(SELECTOR_CHILD, new UiSelector(getChildSelector())); in cloneSelector()86 ret.mSelectorAttributes.put(SELECTOR_PARENT, new UiSelector(getParentSelector())); in cloneSelector()88 ret.mSelectorAttributes.put(SELECTOR_PATTERN, new UiSelector(getPatternSelector())); in cloneSelector()588 selector.getLastSubSelector().mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()590 selector.mSelectorAttributes.put(selectorId, selectorValue); in buildSelector()604 UiSelector selector = (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_CHILD, null); in getChildSelector()612 (UiSelector)mSelectorAttributes.get(UiSelector.SELECTOR_PATTERN, null); in getPatternSelector()[all …]