Home
last modified time | relevance | path

Searched defs:hotseat (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java633 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); in handleIconKeyEvent() local
DDeviceProfile.java772 View hotseat = launcher.findViewById(R.id.hotseat); in layout() local
DWorkspace.java2297 final View hotseat = mLauncher.getHotseat(); in getChangeStateAnimation() local
2855 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop() local
DLauncherProvider.java2014 final SparseArray<ContentValues> hotseat = new SparseArray<ContentValues>(); in migrateLauncher2Shortcuts() local
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); in handleIconKeyEvent() local