Searched refs:expandButton (Results 1 – 2 of 2) sorted by relevance
255 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button); in ActivityChooserView() local256 expandButton.setOnClickListener(mCallbacks); in ActivityChooserView()257 expandButton.setAccessibilityDelegate(new AccessibilityDelegate() { in ActivityChooserView()264 expandButton.setOnTouchListener(new ForwardingListener(expandButton) { in ActivityChooserView()282 mExpandActivityOverflowButton = expandButton; in ActivityChooserView()285 (ImageView) expandButton.findViewById(R.id.image); in ActivityChooserView()
240 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button); in ActivityChooserView() local241 expandButton.setOnClickListener(mCallbacks); in ActivityChooserView()242 expandButton.setOnTouchListener(new ListPopupWindow.ForwardingListener(expandButton) { in ActivityChooserView()260 mExpandActivityOverflowButton = expandButton; in ActivityChooserView()262 (ImageView) expandButton.findViewById(R.id.image); in ActivityChooserView()