Searched refs:listItem (Results 1 – 4 of 4) sorted by relevance
57 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getTopOfChildOfItem() local58 View child = listItem.getChildAt(index); in getTopOfChildOfItem()59 return child.getTop() + listItem.getTop(); in getTopOfChildOfItem()63 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex); in getBottomOfChildOfItem() local64 View child = listItem.getChildAt(index); in getBottomOfChildOfItem()65 return child.getBottom() + listItem.getTop(); in getBottomOfChildOfItem()
212 for (CarrierIdentifier listItem : list) { in isCarrierIdInList()214 if (!patternMatch(id.getMcc(), listItem.getMcc()) in isCarrierIdInList()215 || !patternMatch(id.getMnc(), listItem.getMnc())) { in isCarrierIdInList()221 String listItemValue = convertNullToEmpty(listItem.getSpn()); in isCarrierIdInList()230 listItemValue = convertNullToEmpty(listItem.getImsi()); in isCarrierIdInList()239 listItemValue = convertNullToEmpty(listItem.getGid1()); in isCarrierIdInList()248 listItemValue = convertNullToEmpty(listItem.getGid2()); in isCarrierIdInList()
64 auto listItem = mListItems[(ci + itemIndexOffset) % mListItems.size()]; in doFrame() local66 listItem->mutateStagingProperties().setLeftTopRightBottom( in doFrame()68 listItem->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y); in doFrame()
639 View listItem = view; in getPositionForView() local642 while ((v = (View) listItem.getParent()) != null && !v.equals(this)) { in getPositionForView()643 listItem = v; in getPositionForView()650 if (listItem != null) { in getPositionForView()654 if (getChildAt(i).equals(listItem)) { in getPositionForView()