Searched defs:backgroundColor (Results 1 - 10 of 10) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
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;
/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-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/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...]

Completed in 1251 milliseconds