Home
last modified time | relevance | path

Searched refs:fSelectedIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/iOSSampleApp/Shared/
DSkOptionListController.mm5 @synthesize fOptions, fSelectedIndex, fSelectedCell, fParentCell;
14 self.fSelectedIndex = 0;
25 return (NSString*)[fOptions objectAtIndex:self.fSelectedIndex];
49 if (indexPath.row == fSelectedIndex) {
68 self.fSelectedIndex = indexPath.row;
DSkOptionListController.h5 NSInteger fSelectedIndex; variable
10 @property (nonatomic, assign) NSInteger fSelectedIndex;
DSkOptionsTableViewController.mm92 List.fOptions.fSelectedIndex = value;
326 fCurrentList.fItem->setInt(fCurrentList.fOptions.fSelectedIndex);