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.java104 BubbleTextView allAppsButton = (BubbleTextView) in resetLayout() local
106 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null, in resetLayout()
108 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label)); in resetLayout()
109 allAppsButton.setOnTouchListener(new View.OnTouchListener() { in resetLayout()
120 allAppsButton.setOnClickListener(new View.OnClickListener() { in resetLayout()
135 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); in resetLayout()