Searched refs:bounds (Results 1 - 21 of 21) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationUISlider.m22 CGRect bounds = self.bounds;
23 bounds = CGRectInset(bounds, -10, -10);
24 return CGRectContainsPoint(bounds, point);
H A DFRACircleProgressView.m54 CGPoint center = CGPointMake(CGRectGetMidX(self.bounds), CGRectGetMidY(self.bounds));
55 CGFloat radius = MAX(MIN(self.bounds.size.height / 2.0, self.bounds.size.width / 2.0) - 4, 1);
H A DFRAQRScanViewController.m49 preview.frame = self.view.layer.bounds;
H A DFRAActivityIndicator.m63 self.vibrancyView.frame = self.bounds;
H A DFRASplashViewController.m75 playerLayer.frame = self.view.bounds;
H A DFRAAccountsTableViewController.m234 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, self.tableView.bounds.size.width, self.tableView.bounds.size.height)];
H A DFRANotificationsTableViewController.m222 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, self.tableView.bounds.size.width, self.tableView.bounds.size.height)];
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ui/
H A DCircleImageView.java90 Rect bounds = drawable.getBounds();
91 bounds.inset(sizeDifference, sizeDifference);
92 drawable.setBounds(bounds);
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLog.java788 * Returns the key bounds for the provided log file.
891 final Pair<K, K> bounds = getKeyBounds(logFile);
892 logFiles.put(bounds.getSecond(), logFile);
916 final Pair<K, K> bounds = getKeyBounds(currentLogFile);
917 return logFiles.higherEntry(bounds.getSecond()).getValue();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DLog.java788 * Returns the key bounds for the provided log file.
891 final Pair<K, K> bounds = getKeyBounds(logFile);
892 logFiles.put(bounds.getSecond(), logFile);
916 final Pair<K, K> bounds = getKeyBounds(currentLogFile);
917 return logFiles.higherEntry(bounds.getSecond()).getValue();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLog.java1026 * Returns the key bounds for the provided log file.
1134 final Pair<K, K> bounds = getKeyBounds(logFile);
1135 logFiles.put(bounds.getSecond(), logFile);
1162 final Pair<K, K> bounds = getKeyBounds(currentLogFile);
1163 return logFiles.higherEntry(bounds.getSecond()).getValue();
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 463 milliseconds