Searched refs:_selectedIndex (Results 1 – 14 of 14) sorted by relevance
18 _selectedIndex = self.selectedSegmentIndex;31 super.selectedSegmentIndex = _selectedIndex;36 _selectedIndex = selectedIndex;76 _selectedIndex = self.selectedSegmentIndex;78 …ange(@{@"value" : [self titleForSegmentAtIndex:_selectedIndex], @"selectedSegmentIndex" : @(_selec…
18 _selectedIndex = self.selectedSegmentIndex;40 super.selectedSegmentIndex = _selectedIndex;44 _selectedIndex = selectedIndex;77 _selectedIndex = self.selectedSegmentIndex;79 NSString *segmentTitle = [self titleForSegmentAtIndex:_selectedIndex];81 @"value" : (segmentTitle) ? segmentTitle : [self imageForSegmentAtIndex:_selectedIndex],82 @"selectedSegmentIndex" : @(_selectedIndex)
23 _selectedIndex = NSNotFound;43 if (_selectedIndex != selectedIndex) {44 BOOL animated = _selectedIndex != NSNotFound; // Don't animate the initial value45 _selectedIndex = selectedIndex;131 _selectedIndex = row;
24 _selectedIndex = NSNotFound;44 if (_selectedIndex != selectedIndex) {45 BOOL animated = _selectedIndex != NSNotFound; // Don't animate the initial value46 _selectedIndex = selectedIndex;138 _selectedIndex = row;
48 let _selectedIndex = -1; variable54 selectedLogIndex: _selectedIndex,121 if (_selectedIndex < 0) {215 const oldIndex = _selectedIndex;227 _selectedIndex = newIndex;
1 …_selectedIndex = -1;\n\nconst LOGBOX_ERROR_MESSAGE =\n 'An error was thrown when attempting to re…
68 let _selectedIndex = -1;77 selectedLogIndex: _selectedIndex,153 if (_selectedIndex < 0) {249 const oldIndex = _selectedIndex;262 _selectedIndex = newIndex;