OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppsCustomizePagedView
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java
47
private
AppsCustomizePagedView
mPagedView;
63
void setContentTypeImmediate(
AppsCustomizePagedView
.ContentType type) {
67
public void setCurrentTabFromContent(
AppsCustomizePagedView
.ContentType type) {
87
mPagedView = (
AppsCustomizePagedView
) findViewById(R.id.apps_customize_pane_content);
98
public
AppsCustomizePagedView
.ContentType getContentTypeForTabTag(String tag) {
100
return
AppsCustomizePagedView
.ContentType.Applications;
102
return
AppsCustomizePagedView
.ContentType.Widgets;
104
return
AppsCustomizePagedView
.ContentType.Applications;
110
public String getTabTagForContentType(
AppsCustomizePagedView
.ContentType type) {
111
if (type ==
AppsCustomizePagedView
.ContentType.Applications)
[
all
...]
Launcher.java
282
private
AppsCustomizePagedView
mAppsCustomizeContent;
[
all
...]
DeleteDropTarget.java
108
if (source instanceof
AppsCustomizePagedView
) {
494
final boolean isAllApps = d.dragSource instanceof
AppsCustomizePagedView
;
548
// If we are dragging from AllApps, then we allow
AppsCustomizePagedView
to clean up
DeviceProfile.java
[
all
...]
AppsCustomizePagedView.java
144
public class
AppsCustomizePagedView
extends PagedViewWithDraggableItems implements
147
static final String TAG = "
AppsCustomizePagedView
";
214
public
AppsCustomizePagedView
(Context context, AttributeSet attrs) {
224
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
AppsCustomizePagedView
, 0, 0);
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
50
private
AppsCustomizePagedView
mAppsCustomizePane;
76
void setContentTypeImmediate(
AppsCustomizePagedView
.ContentType type) {
84
setContentTypeImmediate(
AppsCustomizePagedView
.ContentType.Applications);
87
setContentTypeImmediate(
AppsCustomizePagedView
.ContentType.Widgets);
100
final
AppsCustomizePagedView
appsCustomizePane = (
AppsCustomizePagedView
)
197
private void onTabChangedEnd(
AppsCustomizePagedView
.ContentType type) {
203
final
AppsCustomizePagedView
.ContentType type = getContentTypeForTabTag(tabId);
298
public void setCurrentTabFromContent(
AppsCustomizePagedView
.ContentType type) {
307
public
AppsCustomizePagedView
.ContentType getContentTypeForTabTag(String tag)
[
all
...]
InfoDropTarget.java
69
return (source instanceof
AppsCustomizePagedView
);
DeleteDropTarget.java
93
return (source instanceof
AppsCustomizePagedView
) && (info instanceof ApplicationInfo);
96
if (source instanceof
AppsCustomizePagedView
) {
380
final boolean isAllApps = d.dragSource instanceof
AppsCustomizePagedView
;
432
// If we are dragging from AllApps, then we allow
AppsCustomizePagedView
to clean up
AppsCustomizePagedView.java
151
public class
AppsCustomizePagedView
extends PagedViewWithDraggableItems implements
155
static final String TAG = "
AppsCustomizePagedView
";
249
public
AppsCustomizePagedView
(Context context, AttributeSet attrs) {
260
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
AppsCustomizePagedView
, 0, 0);
[
all
...]
Launcher.java
239
private
AppsCustomizePagedView
mAppsCustomizeContent;
[
all
...]
Completed in 439 milliseconds