Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ecbf1ef authored by Michael Wright's avatar Michael Wright
Browse files

Fix display javadoc params.

Bug: 217923092
Test: N/A
Change-Id: I13cf865d151162328f082bc3f7037988736d4336
parent 9cd2358c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -825,7 +825,6 @@ class LogicalDisplayMapper implements DisplayDeviceRepository.Listener {
     *
     * @param device The device to associate with the LogicalDisplay.
     * @param displayId The display ID to give the new display. If invalid, a new ID is assigned.
     * @param isDefault Indicates if we are creating the default display.
     * @return The new logical display if created, null otherwise.
     */
    private LogicalDisplay createNewLogicalDisplayLocked(DisplayDevice device, int displayId) {
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ class RampAnimator<T> {
     * If this is the first time the property is being set or if the rate is 0,
     * the value jumps directly to the target.
     *
     * @param target The target value.
     * @param targetLinear The target value.
     * @param rate The convergence rate in units per second, or 0 to set the value immediately.
     * @return True if the target differs from the previous target.
     */