Lines Matching defs:allAppsButton
116 TextView allAppsButton = (TextView)
125 allAppsButton.setCompoundDrawables(null, d, null, null);
127 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));
128 allAppsButton.setOnKeyListener(new HotseatIconKeyEventListener());
130 mLauncher.setAllAppsButton(allAppsButton);
131 allAppsButton.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener());
132 allAppsButton.setOnClickListener(mLauncher);
133 allAppsButton.setOnLongClickListener(mLauncher);
134 allAppsButton.setOnFocusChangeListener(mLauncher.mFocusHandler);
143 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);