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

Skip to content
Commit 94bfc4b1 authored by Arpit Singh's avatar Arpit Singh
Browse files

[1/n InputDispatcher refactor] Rename getWindowHandleLocked

There are two overloded methods with name getWindowHandleLocked one of
which is actually used to get the updated value of the same WindowHandle
if exists.

This CL renames the method to avoid confusion:
From: sp<WindowInfoHandle> getWindowHandle(
				const sp<WindowInfoHandle>&handle);
To: sp<android::gui::WindowInfoHandle> getUpdatedWindowHandle(
		const sp<android::gui::WindowInfoHandle>& handle);

Bug: 367661487
Bug: 245989146
Test: atest inputflinger_tests
Flag: EXEMPT refactor
Change-Id: Id038603636ea3643b5301d187fe07ed02fcea839
parent def8ff1b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment