Home
last modified time | relevance | path

Searched refs:Insettable (Results 1 – 15 of 15) 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()
101 if (child instanceof Insettable) { in dispatchInsets()
102 ((Insettable) child).setInsets(insets); in dispatchInsets()
DInsettable.java25 public interface Insettable { interface
DHotseat.java35 public class Hotseat extends CellLayout implements LogContainerProvider, Insettable, Transposable {
DDropTargetBar.java43 implements DragListener, Insettable {
DWorkspace.java115 DragController.DragListener, Insettable, LauncherStateManager.StateHandler,
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBottomUserEducationView.java29 import com.android.launcher3.Insettable;
35 public class BottomUserEducationView extends AbstractSlideInView implements Insettable {
DScrimView.java51 import com.android.launcher3.Insettable;
78 public class ScrimView extends View implements Insettable, OnChangeListener,
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java35 import com.android.launcher3.Insettable;
49 public class WidgetsBottomSheet extends BaseWidgetSheet implements Insettable {
DWidgetsFullSheet.java35 import com.android.launcher3.Insettable;
47 implements Insettable, ProviderChangedListener {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java41 import com.android.launcher3.Insettable;
60 AllAppsStore.OnUpdateListener, 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/allapps/
DFloatingHeaderView.java31 import com.android.launcher3.Insettable;
48 ValueAnimator.AnimatorUpdateListener, PluginListener<AllAppsRow>, Insettable,
DAllAppsContainerView.java42 import com.android.launcher3.Insettable;
73 Insettable, OnDeviceProfileChangeListener {
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java64 import com.android.launcher3.Insettable;
90 public final class IconRecentsView extends FrameLayout implements Insettable {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java84 import com.android.launcher3.Insettable;
124 public abstract class RecentsView<T extends BaseActivity> extends PagedView implements Insettable,