Home | History | Annotate | Download | only in launcher3

Lines Matching defs:allAppsButton

116         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, -1, allAppsButton.getId(), lp, true);