Searched refs:authorizeSlider (Results 1 - 3 of 3) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationViewController.m37 self.authorizeSlider.continuous = YES;
86 [self.authorizeSlider setThumbImage:[UIImage imageNamed:imageName] forState:UIControlStateNormal];
90 return (self.authorizeSlider.value == self.authorizeSlider.maximumValue);
94 [self.authorizeSlider setValue:self.authorizeSlider.minimumValue animated:YES];
98 self.authorizeSlider.userInteractionEnabled = NO;
109 self.authorizeSlider.userInteractionEnabled = NO;
202 self.authorizeSlider.hidden = hide;
H A DFRANotificationViewController.h41 @property (weak, nonatomic) IBOutlet FRANotificationUISlider *authorizeSlider; variable
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRANotificationViewControllerTests.m76 XCTAssertEqual(viewController.authorizeSlider.hidden, NO, "slider should be shown if Touch ID unavailable");
96 XCTAssertEqual(viewController.authorizeSlider.hidden, YES, "slider should not be shown if Touch ID is available");

Completed in 49 milliseconds