OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CellLayout
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
InstallWidgetReceiver.java
147
CellLayout
.rectToCell(widgetInfo.minWidth, widgetInfo.minHeight, widgetSpan);
CellLayout.java
59
public class
CellLayout
extends ViewGroup {
60
static final String TAG = "
CellLayout
";
112
// These values allow a fixed measurement to be set on the
CellLayout
.
133
private HashMap<
CellLayout
.LayoutParams, Animator> mReorderAnimators = new
134
HashMap<
CellLayout
.LayoutParams, Animator>();
179
public
CellLayout
(Context context) {
183
public
CellLayout
(Context context, AttributeSet attrs) {
187
public
CellLayout
(Context context, AttributeSet attrs, int defStyle) {
191
// A ViewGroup usually does not draw, but
CellLayout
needs to draw a rectangle to show
199
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
CellLayout
, defStyle, 0)
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
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
...]
Completed in 117 milliseconds