Searched refs:Insettable (Results 1 – 19 of 19) 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() 104 if (child instanceof Insettable) { in dispatchInsets() 105 ((Insettable) child).setInsets(insets); in dispatchInsets()
|
D | Insettable.java | 25 public interface Insettable { interface
|
D | Hotseat.java | 37 public class Hotseat extends CellLayout implements Insettable {
|
D | DropTargetBar.java | 44 implements DragListener, Insettable {
|
D | Workspace.java | 134 DragController.DragListener, Insettable, StateHandler<LauncherState>,
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 31 import com.android.launcher3.Insettable; 37 public class ScrimView extends View implements Insettable {
|
D | WidgetsEduView.java | 27 import com.android.launcher3.Insettable; 34 public class WidgetsEduView extends AbstractSlideInView<Launcher> implements Insettable {
|
D | FloatingSurfaceView.java | 40 import com.android.launcher3.Insettable; 52 OnGlobalLayoutListener, Insettable, SurfaceHolder.Callback2 {
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | WorkModeSwitch.java | 37 import com.android.launcher3.Insettable; 46 public class WorkModeSwitch extends Button implements Insettable, View.OnClickListener {
|
D | FloatingHeaderView.java | 38 import com.android.launcher3.Insettable; 50 ValueAnimator.AnimatorUpdateListener, PluginListener<AllAppsRow>, Insettable,
|
D | AllAppsContainerView.java | 62 import com.android.launcher3.Insettable; 82 Insettable, OnDeviceProfileChangeListener, OnActivePageChangedListener,
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AppsSearchContainerLayout.java | 38 import com.android.launcher3.Insettable; 54 AllAppsStore.OnUpdateListener, Insettable {
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | OverviewActionsView.java | 34 import com.android.launcher3.Insettable; 51 implements OnClickListener, Insettable {
|
D | RecentsView.java | 110 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/ |
D | HotseatEduDialog.java | 36 import com.android.launcher3.Insettable; 51 public class HotseatEduDialog extends AbstractSlideInView<Launcher> implements 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/widget/ |
D | BaseWidgetSheet.java | 34 import com.android.launcher3.Insettable; 53 PopupDataProvider.PopupDataChangeListener, Insettable {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarView.java | 40 import com.android.launcher3.Insettable; 52 public class TaskbarView extends LinearLayout implements FolderIcon.FolderIconParent, Insettable {
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | KeyboardDragAndDropView.java | 39 import com.android.launcher3.Insettable; 62 implements Insettable, StateListener<LauncherState> {
|