OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppsCustomizePagedView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
148
public class
AppsCustomizePagedView
extends PagedViewWithDraggableItems implements
152
static final String TAG = "
AppsCustomizePagedView
";
246
public
AppsCustomizePagedView
(Context context, AttributeSet attrs) {
257
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
AppsCustomizePagedView
, 0, 0);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java
145
public class
AppsCustomizePagedView
extends PagedViewWithDraggableItems implements
149
static final String TAG = "
AppsCustomizePagedView
";
244
public
AppsCustomizePagedView
(Context context, AttributeSet attrs) {
255
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
AppsCustomizePagedView
, 0, 0);
[
all
...]
Completed in 28 milliseconds