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.java149 TextView allAppsButton = (TextView) in resetLayout() local
154 allAppsButton.setCompoundDrawables(null, d, null, null); in resetLayout()
156 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label)); in resetLayout()
157 allAppsButton.setOnKeyListener(new HotseatIconKeyEventListener()); in resetLayout()
159 allAppsButton.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener()); in resetLayout()
160 mLauncher.setAllAppsButton(allAppsButton); in resetLayout()
161 allAppsButton.setOnClickListener(mLauncher); in resetLayout()
162 allAppsButton.setOnFocusChangeListener(mLauncher.mFocusHandler); in resetLayout()
171 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); in resetLayout()
DLauncher.java1461 public void setAllAppsButton(View allAppsButton) { in setAllAppsButton() argument
1462 mAllAppsButton = allAppsButton; in setAllAppsButton()
3633 final View allAppsButton = getAllAppsButton(); in hideAppsCustomizeHelper() local
3636 allAppsButton, null); in hideAppsCustomizeHelper()
3711 allAppsButton.setVisibility(View.INVISIBLE); in hideAppsCustomizeHelper()
3727 allAppsButton.setVisibility(View.VISIBLE); in hideAppsCustomizeHelper()
/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()