HomeSort by relevance Sort by last modified time
    Searched refs:WidgetCell (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsListAdapter.java 112 WidgetCell widget = (WidgetCell) mLayoutInflater.inflate(
141 WidgetCell widget = (WidgetCell) row.getChildAt(i);
185 WidgetCell widget = (WidgetCell) row.getChildAt(i);
WidgetCell.java 54 public class WidgetCell extends LinearLayout implements OnLayoutChangeListener {
56 private static final String TAG = "WidgetCell";
83 public WidgetCell(Context context) {
87 public WidgetCell(Context context, AttributeSet attrs) {
91 public WidgetCell(Context context, AttributeSet attrs, int defStyle) {
WidgetsContainerView.java 117 || !(v instanceof WidgetCell)) return;
157 if (v instanceof WidgetCell) {
158 if (!beginDraggingWidget((WidgetCell) v)) {
174 private boolean beginDraggingWidget(WidgetCell v) {
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 36 import com.android.launcher3.widget.WidgetCell;
94 int previewHeight, WidgetCell caller) {
554 private final WidgetCell mCaller;
559 int previewHeight, WidgetCell caller) {

Completed in 3614 milliseconds