HomeSort by relevance Sort by last modified time
    Searched refs:CellLayout (Results 26 - 36 of 36) sorted by null

12

  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 555 CellLayout cellLayout) {
557 widget, cellLayout, this);
592 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams();
    [all...]
WorkspaceStateTransitionAnimation.java 314 final CellLayout cl = (CellLayout) mWorkspace.getChildAt(i);
363 final CellLayout cl = (CellLayout) mWorkspace.getChildAt(i);
Launcher.java 807 final CellLayout dropLayout = mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
    [all...]
CellLayout.java 66 public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
70 static final String TAG = "CellLayout";
108 // These values allow a fixed measurement to be set on the CellLayout.
128 @Thunk HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new HashMap<>();
173 public CellLayout(Context context) {
177 public CellLayout(Context context, AttributeSet attrs) {
181 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
184 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
191 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
258 CellLayout.this.invalidate(mDragOutlines[thisIndex])
    [all...]
Folder.java 54 import com.android.launcher3.CellLayout.CellInfo;
78 * results in CellLayout being measured as UNSPECIFIED, which it does not support.
280 mContent.getPageAt(i).enableAccessibleDrag(enable, CellLayout.FOLDER_ACCESSIBILITY_DRAG);
    [all...]
LauncherBackupHelper.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 721 CellLayout cellLayout =
722 (CellLayout) mWorkspace.getChildAt(mPendingAddInfo.screen);
753 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,
    [all...]
CellLayout.java 61 public class CellLayout extends ViewGroup {
62 static final String TAG = "CellLayout";
126 private HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new
127 HashMap<CellLayout.LayoutParams, Animator>();
169 public CellLayout(Context context) {
173 public CellLayout(Context context, AttributeSet attrs) {
177 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
181 // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show
187 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
265 CellLayout.this.invalidate(mDragOutlines[thisIndex])
    [all...]
InstallShortcutReceiver.java 361 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
AppsCustomizePagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 45 import com.android.launcher3.CellLayout;
528 CellLayout layout = (CellLayout) workspace.getChildAt(currentScreen);

Completed in 1177 milliseconds

12