Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/
DRotationPreferenceTest.java51 Rect hotseat = getHotseatBounds(); in testRotation_disabled() local
65 Rect hotseat = getHotseatBounds(); in testRotation_enabled() local
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java357 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent() local
DWorkspaceStateTransitionAnimation.java349 final View hotseat = mLauncher.getHotseat(); in animateWorkspace() local
DDeviceProfile.java486 View hotseat = launcher.findViewById(R.id.hotseat); in layout() local
DLauncherProvider.java1181 final SparseArray<ContentValues> hotseat = new SparseArray<ContentValues>(); in migrateLauncher2Shortcuts() local
DWorkspace.java2566 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop() local
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); in handleIconKeyEvent() local