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

Commit 02931d9a authored by Bo Liu's avatar Bo Liu
Browse files

DO NOT MERGE Add invokeFunctor stub

Change-Id: Ib7637d68c4f63065b909075a8f5d8cd1dd0674bd
parent 10d57c4b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -674,6 +674,11 @@ public final class ViewRootImpl implements ViewParent,
        }
    }

    public boolean invokeFunctor(long functor, boolean waitForCompletion) {
        // stub
        return false;
    }

    private void enableHardwareAcceleration(WindowManager.LayoutParams attrs) {
        mAttachInfo.mHardwareAccelerated = false;
        mAttachInfo.mHardwareAccelerationRequested = false;