Fix the logic that tracks presence of drawers along edges.

Doing bitwise masks in a single integer is not good since
LEFT (3) and RIGHT (5) share a common bit.

Bug: 26555813
Change-Id: Ie9e461f68424f13c4ce9ead5f3dc0a000dbee4e5
12 files changed