Searched defs:screenHeight (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js233 * "screenHeight": (Number) The current client screen height.
238 * "screenHeight": (Number) The stored client screen height.
254 currentValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
257 storedValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
262 ScalarComparator.compare(currentValue.screenHeight, storedValue.screenHeight, config),
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js233 * "screenHeight": (Number) The current client screen height.
238 * "screenHeight": (Number) The stored client screen height.
254 currentValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
257 storedValue = {screenWidth: null, screenHeight: null, screenColourDepth: null};
262 ScalarComparator.compare(currentValue.screenHeight, storedValue.screenHeight, config),
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/model/
H A DDevicePrint.java43 private String screenHeight; field in class:DevicePrint
83 return screenHeight;
89 * @param screenHeight The Screen Height.
91 public void setScreenHeight(String screenHeight) { argument
92 this.screenHeight = screenHeight;
289 + ((screenHeight == null) ? 0 : screenHeight.hashCode());
337 if (screenHeight == null) {
338 if (other.screenHeight !
[all...]

Completed in 32 milliseconds