Home
last modified time | relevance | path

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

/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()