Searched refs:Insettable (Results 1 – 15 of 15) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InsettableFrameLayout.java | 12 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()
|
D | Insettable.java | 25 public interface Insettable { interface
|
D | Hotseat.java | 35 public class Hotseat extends CellLayout implements LogContainerProvider, Insettable, Transposable {
|
D | DropTargetBar.java | 43 implements DragListener, Insettable {
|
D | Workspace.java | 115 DragController.DragListener, Insettable, LauncherStateManager.StateHandler,
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BottomUserEducationView.java | 29 import com.android.launcher3.Insettable; 35 public class BottomUserEducationView extends AbstractSlideInView implements Insettable {
|
D | ScrimView.java | 51 import com.android.launcher3.Insettable; 78 public class ScrimView extends View implements Insettable, OnChangeListener,
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetsBottomSheet.java | 35 import com.android.launcher3.Insettable; 49 public class WidgetsBottomSheet extends BaseWidgetSheet implements Insettable {
|
D | WidgetsFullSheet.java | 35 import com.android.launcher3.Insettable; 47 implements Insettable, ProviderChangedListener {
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AppsSearchContainerLayout.java | 41 import com.android.launcher3.Insettable; 60 AllAppsStore.OnUpdateListener, Insettable {
|
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
D | WorkspacePageIndicator.java | 23 import com.android.launcher3.Insettable; 34 public class WorkspacePageIndicator extends View implements Insettable, PageIndicator {
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | FloatingHeaderView.java | 31 import com.android.launcher3.Insettable; 48 ValueAnimator.AnimatorUpdateListener, PluginListener<AllAppsRow>, Insettable,
|
D | AllAppsContainerView.java | 42 import com.android.launcher3.Insettable; 73 Insettable, OnDeviceProfileChangeListener {
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/ |
D | IconRecentsView.java | 64 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/ |
D | RecentsView.java | 84 import com.android.launcher3.Insettable; 124 public abstract class RecentsView<T extends BaseActivity> extends PagedView implements Insettable,
|