Lines Matching refs:profile
188 DeviceProfile profile = ((Launcher) v.getContext()).getDeviceProfile(); in handleHotseatButtonKeyEvent() local
193 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout())); in handleHotseatButtonKeyEvent()
223 !profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
225 true /* hotseat horizontal */, profile.inv.hotseatAllAppsRank, in handleHotseatButtonKeyEvent()
226 iconRank == profile.inv.hotseatAllAppsRank /* include all apps icon */); in handleHotseatButtonKeyEvent()
232 profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
234 false /* hotseat horizontal */, profile.inv.hotseatAllAppsRank, in handleHotseatButtonKeyEvent()
235 iconRank == profile.inv.hotseatAllAppsRank /* include all apps icon */); in handleHotseatButtonKeyEvent()
241 profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
289 DeviceProfile profile = launcher.getDeviceProfile(); in handleIconKeyEvent() local
293 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout())); in handleIconKeyEvent()
317 if (keyCode == KeyEvent.KEYCODE_DPAD_DOWN && !profile.isVerticalBarLayout()) { in handleIconKeyEvent()
319 profile.inv.hotseatAllAppsRank, in handleIconKeyEvent()
323 profile.isVerticalBarLayout()) { in handleIconKeyEvent()
325 profile.inv.hotseatAllAppsRank, in handleIconKeyEvent()