Commit 94bfc4b
Arpit Singh
[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: Id038603636ea3643b5301d187fe07ed02fcea8391 parent def8ff1 commit 94bfc4b
2 files changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5218 | 5218 | | |
5219 | 5219 | | |
5220 | 5220 | | |
5221 | | - | |
5222 | | - | |
| 5221 | + | |
5223 | 5222 | | |
5224 | 5223 | | |
5225 | 5224 | | |
| |||
5230 | 5229 | | |
5231 | 5230 | | |
5232 | 5231 | | |
5233 | | - | |
| 5232 | + | |
5234 | 5233 | | |
5235 | 5234 | | |
5236 | 5235 | | |
5237 | | - | |
| 5236 | + | |
5238 | 5237 | | |
5239 | 5238 | | |
5240 | 5239 | | |
| |||
5429 | 5428 | | |
5430 | 5429 | | |
5431 | 5430 | | |
5432 | | - | |
| 5431 | + | |
5433 | 5432 | | |
5434 | 5433 | | |
5435 | 5434 | | |
| |||
5495 | 5494 | | |
5496 | 5495 | | |
5497 | 5496 | | |
5498 | | - | |
| 5497 | + | |
5499 | 5498 | | |
5500 | 5499 | | |
5501 | 5500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | | - | |
| 387 | + | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
0 commit comments