The Daydream View VR headset is no longer available for purchase as of October 15, 2019. As of November 2023, previously supported devices will no longer be able to download and install Google VR Serivces (Android application ID com.google.vr.vrcore) for new users.
public
static
final
GvrViewerParams.VerticalAlignmentType
BOTTOM
Phone rests against a fixed bottom tray.
public
static
final
GvrViewerParams.VerticalAlignmentType
CENTER
Phone screen assumed to be centered w.r.t. lenses.
public
static
final
GvrViewerParams.VerticalAlignmentType
TOP
Phone rests against a fixed top tray.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["`GvrViewerParams.VerticalAlignmentType` is an enum for aligning a phone display vertically relative to lens centers. It defines three alignment strategies: `BOTTOM`, where the phone rests on a bottom tray; `CENTER`, assuming the screen is centered to the lenses; and `TOP`, where the phone rests on a top tray. Inherited and interface methods include comparing, checking equality, obtaining class details, generating hash codes, and string representation.\n"]]