Home
last modified time | relevance | path

Searched refs:Hotseat (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DHotseatSpecsProviderTest.kt54 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/
DUnfoldMoveFromCenterHotseatAnimator.java22 import com.android.launcher3.Hotseat;
43 Hotseat hotseat = mLauncher.getHotseat(); in onPrepareViewsForAnimation()
DLauncherUnfoldAnimationController.java32 import com.android.launcher3.Hotseat;
57 private static final FloatProperty<Hotseat> HOTSEAT_SCALE_PROPERTY =
122 Hotseat hotseat = mLauncher.getHotseat(); in onResume()
DWorkspaceRevealAnim.java36 import com.android.launcher3.Hotseat;
59 private static final FloatProperty<Hotseat> HOTSEAT_SCALE_PROPERTY =
DStaggeredWorkspaceAnim.java40 import com.android.launcher3.Hotseat;
99 Hotseat hotseat = launcher.getHotseat(); in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java43 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
DLauncherAnimUtils.java81 public static final MultiScalePropertyFactory<Hotseat> HOTSEAT_SCALE_PROPERTY_FACTORY =
82 new MultiScalePropertyFactory<Hotseat>("hotseat_scale_property");
DWorkspaceStateTransitionAnimation.java80 private static final FloatProperty<Hotseat> HOTSEAT_SCALE_PROPERTY =
126 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
DWorkspaceLayoutManager.java167 Hotseat getHotseat(); in getHotseat()
DLauncher.java326 private static final FloatProperty<Hotseat> HOTSEAT_WIDGET_SCALE =
346 Hotseat mHotseat;
3036 public Hotseat getHotseat() {
DWorkspace.java706 if (isTwoPanelEnabled() && !(mDragSourceInternal.getParent() instanceof Hotseat)) { in addExtraEmptyScreenOnDrag()
938 public Hotseat getHotseat() { in getHotseat()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java28 import com.android.launcher3.Hotseat;
55 private final Hotseat mHotseat;
DHotseatPredictionController.java45 import com.android.launcher3.Hotseat;
93 private final Hotseat mHotseat;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java59 import com.android.launcher3.Hotseat;
163 Hotseat hotseat = mContainer.getHotseat(); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DResponsiveSpecGroup.kt68 ResponsiveSpecType.Hotseat -> (spec as HotseatSpec).toString() in toString()
DHotseatSpecsProvider.kt72 val specs = parser.parseXML(ResponsiveSpecType.Hotseat, ::HotseatSpec) in create()
DResponsiveSpec.kt172 Hotseat("hotseatSpec"),
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java65 import com.android.launcher3.Hotseat;
144 private final Hotseat mHotseat;
311 public Hotseat getHotseat() {
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java47 import com.android.launcher3.Hotseat;
305 final Hotseat hotseat = launcher.getHotseat(); in call()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFirstScreenBroadcastHelperTest.kt266 fun `Broadcast truncates installed Hotseat items before other installed items`() { in Broadcast truncates installed Hotseat items before other installed items()