Searched refs:hotseatTop (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | AnimatedTaskbarView.java | 94 int hotseatTop = hotseat.getTop(); in animateDisappearanceToHotseat() local 100 mIcon1, hotseat.findViewById(R.id.hotseat_icon_1), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat() 102 mIcon2, hotseat.findViewById(R.id.hotseat_icon_2), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat() 104 mIcon3, hotseat.findViewById(R.id.hotseat_icon_3), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat() 106 mIcon4, hotseat.findViewById(R.id.hotseat_icon_4), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat() 108 mIcon5, hotseat.findViewById(R.id.hotseat_icon_5), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat() 135 int hotseatTop = hotseat.getTop(); in animateAppearanceFromHotseat() local 141 mIcon1, hotseat.findViewById(R.id.hotseat_icon_1), hotseatTop, hotseatLeft)); in animateAppearanceFromHotseat() 143 mIcon2, hotseat.findViewById(R.id.hotseat_icon_2), hotseatTop, hotseatLeft)); in animateAppearanceFromHotseat() 145 mIcon3, hotseat.findViewById(R.id.hotseat_icon_3), hotseatTop, hotseatLeft)); in animateAppearanceFromHotseat() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DeviceProfile.java | 1985 int hotseatTop = isTaskbarPresent ? taskbarHeight : hotseatBarSizePx; 1989 mInsets.top + availableHeightPx - hotseatTop
|