Searched refs:allAppsButton (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java116 TextView allAppsButton = (TextView)
121 allAppsButton.setCompoundDrawables(null, d, null, null);
123 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));
124 allAppsButton.setOnKeyListener(new HotseatIconKeyEventListener());
126 mLauncher.setAllAppsButton(allAppsButton);
127 allAppsButton.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener());
128 allAppsButton.setOnClickListener(mLauncher);
129 allAppsButton.setOnLongClickListener(mLauncher);
130 allAppsButton.setOnFocusChangeListener(mLauncher.mFocusHandler);
139 mContent.addViewToCellLayout(allAppsButton,
[all...]
H A DLauncher.java1461 public void setAllAppsButton(View allAppsButton) { argument
1462 mAllAppsButton = allAppsButton;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java114 BubbleTextView allAppsButton = (BubbleTextView)
116 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
118 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));
119 allAppsButton.setOnTouchListener(new View.OnTouchListener() {
130 allAppsButton.setOnClickListener(new View.OnClickListener() {
145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true);

Completed in 192 milliseconds