Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java135 TextView allAppsButton = (TextView) in resetLayout() local
144 allAppsButton.setCompoundDrawables(null, d, null, null); in resetLayout()
146 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label)); in resetLayout()
147 allAppsButton.setOnKeyListener(new HotseatIconKeyEventListener()); in resetLayout()
149 mLauncher.setAllAppsButton(allAppsButton); in resetLayout()
150 allAppsButton.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener()); in resetLayout()
151 allAppsButton.setOnClickListener(mLauncher); in resetLayout()
152 allAppsButton.setOnLongClickListener(mLauncher); in resetLayout()
153 allAppsButton.setOnFocusChangeListener(mLauncher.mFocusHandler); in resetLayout()
162 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); in resetLayout()
DLauncher.java1402 public void setAllAppsButton(View allAppsButton) { in setAllAppsButton() argument
1403 mAllAppsButton = allAppsButton; in setAllAppsButton()
/packages/apps/Launcher2/src/com/android/launcher2/
DHotseat.java114 BubbleTextView allAppsButton = (BubbleTextView) in resetLayout() local
116 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null, in resetLayout()
118 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label)); in resetLayout()
119 allAppsButton.setOnTouchListener(new View.OnTouchListener() { in resetLayout()
130 allAppsButton.setOnClickListener(new View.OnClickListener() { in resetLayout()
145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); in resetLayout()