Home
last modified time | relevance | path

Searched refs:Insettable (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java12 public class InsettableFrameLayout extends FrameLayout implements Insettable {
28 if (child instanceof Insettable) { in setFrameLayoutChildInsets()
29 ((Insettable) child).setInsets(newInsets); in setFrameLayoutChildInsets()
104 if (child instanceof Insettable) { in dispatchInsets()
105 ((Insettable) child).setInsets(insets); in dispatchInsets()
DInsettable.java25 public interface Insettable { interface
DHotseat.java37 public class Hotseat extends CellLayout implements Insettable {
DDropTargetBar.java44 implements DragListener, Insettable {
DWorkspace.java134 DragController.DragListener, Insettable, StateHandler<LauncherState>,
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java31 import com.android.launcher3.Insettable;
37 public class ScrimView extends View implements Insettable {
DWidgetsEduView.java27 import com.android.launcher3.Insettable;
34 public class WidgetsEduView extends AbstractSlideInView<Launcher> implements Insettable {
DFloatingSurfaceView.java40 import com.android.launcher3.Insettable;
52 OnGlobalLayoutListener, Insettable, SurfaceHolder.Callback2 {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java37 import com.android.launcher3.Insettable;
46 public class WorkModeSwitch extends Button implements Insettable, View.OnClickListener {
DFloatingHeaderView.java38 import com.android.launcher3.Insettable;
50 ValueAnimator.AnimatorUpdateListener, PluginListener<AllAppsRow>, Insettable,
DAllAppsContainerView.java62 import com.android.launcher3.Insettable;
82 Insettable, OnDeviceProfileChangeListener, OnActivePageChangedListener,
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java38 import com.android.launcher3.Insettable;
54 AllAppsStore.OnUpdateListener, Insettable {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java34 import com.android.launcher3.Insettable;
51 implements OnClickListener, Insettable {
DRecentsView.java110 import com.android.launcher3.Insettable;
179 STATE_TYPE extends BaseState<STATE_TYPE>> extends PagedView implements Insettable,
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java36 import com.android.launcher3.Insettable;
51 public class HotseatEduDialog extends AbstractSlideInView<Launcher> implements Insettable {
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java23 import com.android.launcher3.Insettable;
34 public class WorkspacePageIndicator extends View implements Insettable, PageIndicator {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java34 import com.android.launcher3.Insettable;
53 PopupDataProvider.PopupDataChangeListener, Insettable {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java40 import com.android.launcher3.Insettable;
52 public class TaskbarView extends LinearLayout implements FolderIcon.FolderIconParent, Insettable {
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java39 import com.android.launcher3.Insettable;
62 implements Insettable, StateListener<LauncherState> {