Searched refs:backgroundColor (Results 1 - 25 of 47) sorted by relevance

12

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAUIUtils.h32 * Sets the background color of the UIView object from backgroundColor. If backgroundColor is nil then the default
36 * @param backgroundColor The RGB hex encoded background color. If nil, then the default #519387 is used.
38 + (void)setView:(UIView *)view issuerBackgroundColor:(NSString *)backgroundColor;
H A DFRAUIUtils.m35 + (void)setView:(UIView *)view issuerBackgroundColor:(NSString *)backgroundColor {
37 if ([backgroundColor length] == 0) {
40 color = [FRAUIUtils convertHexToColor:backgroundColor];
42 view.backgroundColor = color;
H A DFRAIdentity.h46 @property (copy, nonatomic, readonly) NSString *backgroundColor; variable
64 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *)color;
69 + (instancetype)identityWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *)color;
H A DFRAOathMechanismFactory.m49 NSString *backgroundColor = [query objectForKey:@"b"];
52 if(![self hasValidType:_type key:key issuer:issuer counter:counter algorithm:algorithm digits:_digits period:period backgroundColor:backgroundColor]) {
68 FRAIdentity *identity = [self identityWithIssuer:issuer accountName:label identityModel:identityModel backgroundColor:backgroundColor image:image database:database error:error];
145 backgroundColor:(NSString *)backgroundColor {
146 if (!algorithm || key.length == 0 || !digits || (issuer.length == 0) || !isValidBackgroundColor(backgroundColor)) {
191 - (FRAIdentity *)identityWithIssuer:(NSString *)issuer accountName:(NSString *)accountName identityModel:(FRAIdentityModel *)identityModel backgroundColor:(NSString *)backgroundColor imag
[all...]
H A DFRACircleProgressView.m32 self.backgroundColor = [UIColor clearColor];
45 self.backgroundColor = [UIColor clearColor];
H A DFRAIdentity.m36 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *) color {
47 + (instancetype)identityWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *)color {
48 return [[FRAIdentity alloc] initWithDatabase:database identityModel:identityModel accountName:accountName issuer:issuer image:image backgroundColor:color];
H A DFRASplashViewController.m43 self.view.backgroundColor = [UIColor whiteColor];
74 playerLayer.backgroundColor = (__bridge CGColorRef _Nullable)(self.view.backgroundColor);
H A DFRAPushMechanismFactory.m91 NSString *backgroundColor = [query objectForKey:BACKGROUND_COLOUR_QR_KEY];
104 FRAIdentity *identity = [self identityWithIssuer:issuer accountName:_label identityModel:identityModel backgroundColor:backgroundColor image:image database:database error:error];
179 - (FRAIdentity *)identityWithIssuer:(NSString *)issuer accountName:(NSString *)accountName identityModel:(FRAIdentityModel *)identityModel backgroundColor:(NSString *)backgroundColor image:(NSString *)image database:(FRAIdentityDatabase *)database error:(NSError *__autoreleasing *)error {
182 identity = [FRAIdentity identityWithDatabase:database identityModel:identityModel accountName:accountName issuer:issuer image:[NSURL URLWithString:image] backgroundColor:backgroundColor];
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/identity/
H A DIdentity.java47 private final String backgroundColor; field in class:Identity
50 private Identity(IdentityModel model, long id, String issuer, String accountName, String backgroundColor, Uri imageURL) { argument
57 this.backgroundColor = backgroundColor;
142 return backgroundColor;
202 return !(backgroundColor != null ? !backgroundColor.equals(identity.backgroundColor) : identity.backgroundColor != null);
211 result = 31 * result + (backgroundColor !
280 private String backgroundColor; field in class:Identity.IdentityBuilder
[all...]
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/support/
H A DMockIdentityBuilder.java43 public MockIdentityBuilder withBackgroundColor(String backgroundColor) { argument
44 given(identity.getBackgroundColor()).willReturn(backgroundColor);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java59 private final static Color backgroundColor = field in class:CategoryButton
93 setBackground(backgroundColor);
112 setBackground(backgroundColor);
113 g.setColor(backgroundColor);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java58 private final static Color backgroundColor = field in class:CategoryButton
92 setBackground(backgroundColor);
111 setBackground(backgroundColor);
112 g.setColor(backgroundColor);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java59 private final static Color backgroundColor = field in class:CategoryButton
93 setBackground(backgroundColor);
112 setBackground(backgroundColor);
113 g.setColor(backgroundColor);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java58 private final static Color backgroundColor = field in class:CategoryButton
92 setBackground(backgroundColor);
111 setBackground(backgroundColor);
112 g.setColor(backgroundColor);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java59 private final static Color backgroundColor = field in class:CategoryButton
93 setBackground(backgroundColor);
112 setBackground(backgroundColor);
113 g.setColor(backgroundColor);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java59 private static final Color backgroundColor = field in class:CategoryButton
93 setBackground(backgroundColor);
108 setBackground(backgroundColor);
109 g.setColor(backgroundColor);
H A DActionButton.java247 private void setColors(Graphics g, Color backgroundColor, Color foregroundColor) argument
249 setBackground(backgroundColor);
250 g.setColor(backgroundColor);
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAAccountsTableViewControllerTests.m104 FRAIdentity *firstIdentity = [FRAIdentity identityWithDatabase:nil identityModel:mockIdentityModel accountName:@"Alice" issuer:@"Issuer_1" image:nil backgroundColor:nil];
105 FRAIdentity *secondIdentity = [FRAIdentity identityWithDatabase:nil identityModel:mockIdentityModel accountName:@"Bob" issuer:@"Issuer_1" image:nil backgroundColor:nil];
106 FRAIdentity *thirdIdentity = [FRAIdentity identityWithDatabase:nil identityModel:mockIdentityModel accountName:@"Alice" issuer:@"Issuer_2" image:nil backgroundColor:nil];
124 FRAIdentity *identity = [FRAIdentity identityWithDatabase:nil identityModel:nil accountName:@"Alice" issuer:@"Issuer" image:nil backgroundColor:nil];
150 backgroundColor:nil];
175 backgroundColor:nil];
H A DFRAModelsFromDatabaseTest.m122 XCTAssertEqual(identity.backgroundColor, BackgroundColour);
141 XCTAssertEqual(identity.backgroundColor, BackgroundColour);
160 XCTAssertEqual(identity.backgroundColor, BackgroundColour);
H A DFRANotificationHandlerTest.m63 identity = [FRAIdentity identityWithDatabase:database identityModel:identityModel accountName:TEST_USERNAME issuer:@"ForgeRock" image:nil backgroundColor:nil];
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/activities/
H A DMechanismActivityTest.java101 int backgroundColor = ((ColorDrawable) shadowActivity.findViewById(R.id.header).getBackground()).getColor();
102 assertEquals(Color.parseColor(BG_COLOR), backgroundColor);
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dpopup.js275 menu.style.backgroundColor = proto.menuBorderBgColor;
284 l.style.backgroundColor = proto.menuItemBgColor;
307 sep.style.backgroundColor = "#999999";
311 sep.style.backgroundColor ="#999999";
321 lite.style.backgroundColor = proto.menuLiteBgColor;
325 body.style.backgroundColor = proto.bgColor;
333 container.document.all("menuContainer").style.backgroundColor = container.menus[0].menuContainerBgColor;
350 menu.style.backgroundColor = proto.menuBorderBgColor;
361 l.style.backgroundColor = proto.menuItemBgColor;
385 sep.style.backgroundColor
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dpopup.js275 menu.style.backgroundColor = proto.menuBorderBgColor;
284 l.style.backgroundColor = proto.menuItemBgColor;
307 sep.style.backgroundColor = "#999999";
311 sep.style.backgroundColor ="#999999";
321 lite.style.backgroundColor = proto.menuLiteBgColor;
325 body.style.backgroundColor = proto.bgColor;
333 container.document.all("menuContainer").style.backgroundColor = container.menus[0].menuContainerBgColor;
350 menu.style.backgroundColor = proto.menuBorderBgColor;
361 l.style.backgroundColor = proto.menuItemBgColor;
385 sep.style.backgroundColor
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/
H A DIdentityDatabase.java126 String backgroundColor = id.getBackgroundColor();
132 values.put(BG_COLOR, backgroundColor);
240 String backgroundColor = cursor.getString(cursor.getColumnIndex(BG_COLOR));
249 .setBackgroundColor(backgroundColor)
/forgerock/openam-v13/openam-console/src/main/webapp/console/js/
H A Dam.js201 maindiv.style.backgroundColor = 'darkgray';
223 maindiv.style.backgroundColor = 'white';

Completed in 131 milliseconds

12