/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/ |
D | HotseatSpecsProviderTest.kt | 54 specType = ResponsiveSpecType.Hotseat, in parseValidFile() 61 specType = ResponsiveSpecType.Hotseat, in parseValidFile() 88 specType = ResponsiveSpecType.Hotseat, in parseValidLandscapeFile() 95 specType = ResponsiveSpecType.Hotseat, in parseValidLandscapeFile()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | UnfoldMoveFromCenterHotseatAnimator.java | 22 import com.android.launcher3.Hotseat; 43 Hotseat hotseat = mLauncher.getHotseat(); in onPrepareViewsForAnimation()
|
D | LauncherUnfoldAnimationController.java | 32 import com.android.launcher3.Hotseat; 57 private static final FloatProperty<Hotseat> HOTSEAT_SCALE_PROPERTY = 122 Hotseat hotseat = mLauncher.getHotseat(); in onResume()
|
D | WorkspaceRevealAnim.java | 36 import com.android.launcher3.Hotseat; 59 private static final FloatProperty<Hotseat> HOTSEAT_SCALE_PROPERTY =
|
D | StaggeredWorkspaceAnim.java | 40 import com.android.launcher3.Hotseat; 99 Hotseat hotseat = launcher.getHotseat(); in StaggeredWorkspaceAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 43 public class Hotseat extends CellLayout implements Insettable { class 56 public Hotseat(Context context) { in Hotseat() method in Hotseat 60 public Hotseat(Context context, AttributeSet attrs) { in Hotseat() method in Hotseat 64 public Hotseat(Context context, AttributeSet attrs, int defStyle) { in Hotseat() method in Hotseat
|
D | LauncherAnimUtils.java | 81 public static final MultiScalePropertyFactory<Hotseat> HOTSEAT_SCALE_PROPERTY_FACTORY = 82 new MultiScalePropertyFactory<Hotseat>("hotseat_scale_property");
|
D | WorkspaceStateTransitionAnimation.java | 80 private static final FloatProperty<Hotseat> HOTSEAT_SCALE_PROPERTY = 126 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
|
D | WorkspaceLayoutManager.java | 167 Hotseat getHotseat(); in getHotseat()
|
D | Launcher.java | 326 private static final FloatProperty<Hotseat> HOTSEAT_WIDGET_SCALE = 346 Hotseat mHotseat; 3036 public Hotseat getHotseat() {
|
D | Workspace.java | 706 if (isTwoPanelEnabled() && !(mDragSourceInternal.getParent() instanceof Hotseat)) { in addExtraEmptyScreenOnDrag() 938 public Hotseat getHotseat() { in getHotseat()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduController.java | 28 import com.android.launcher3.Hotseat; 55 private final Hotseat mHotseat;
|
D | HotseatPredictionController.java | 45 import com.android.launcher3.Hotseat; 93 private final Hotseat mHotseat;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 59 import com.android.launcher3.Hotseat; 163 Hotseat hotseat = mContainer.getHotseat(); in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/responsive/ |
D | ResponsiveSpecGroup.kt | 68 ResponsiveSpecType.Hotseat -> (spec as HotseatSpec).toString() in toString()
|
D | HotseatSpecsProvider.kt | 72 val specs = parser.parseXML(ResponsiveSpecType.Hotseat, ::HotseatSpec) in create()
|
D | ResponsiveSpec.kt | 172 Hotseat("hotseatSpec"),
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 65 import com.android.launcher3.Hotseat; 144 private final Hotseat mHotseat; 311 public Hotseat getHotseat() {
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 47 import com.android.launcher3.Hotseat; 305 final Hotseat hotseat = launcher.getHotseat(); in call()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | FirstScreenBroadcastHelperTest.kt | 266 fun `Broadcast truncates installed Hotseat items before other installed items`() { in Broadcast truncates installed Hotseat items before other installed items()
|