public class

HtcQuickSelectionWindowWrapper

extends Object
java.lang.Object
   ↳ com.htc.quickselection.HtcQuickSelectionWindowWrapper

Summary

Public Constructors
HtcQuickSelectionWindowWrapper(Context mContext)
Public Methods
void HideDescription()
void ShowDescription(String description)
void addButton(Object tag, Drawable icon, View.OnClickListener listener, String description)
synchronized void dismiss()
Dismiss this dialog if showing.
synchronized void fakeDismiss()
boolean isShowing()
void onCheckedChanged(CompoundButton buttonView, boolean isChecked)
void onClick(View v)
boolean onTouch(View v, MotionEvent event)
void reset()
void setOutsideTouchListener(HtcQuickSelectionWindow.OutsideTouchListener listener)
synchronized void show(View parent, Rect anchor)
synchronized void show(View parent, Rect anchor, boolean innerAnimation)
void showDescriptionWithProgress(String description, boolean progress)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HtcQuickSelectionWindowWrapper (Context mContext)

Since: API Level 2.0

Public Methods

public void HideDescription ()

Since: API Level 2.0

public void ShowDescription (String description)

Since: API Level 2.0

public void addButton (Object tag, Drawable icon, View.OnClickListener listener, String description)

Since: API Level 2.0

public synchronized void dismiss ()

Since: API Level 2.0

Dismiss this dialog if showing.

public synchronized void fakeDismiss ()

Since: API Level 2.0

public boolean isShowing ()

Since: API Level 2.0

public void onCheckedChanged (CompoundButton buttonView, boolean isChecked)

Since: API Level 2.0

public void onClick (View v)

Since: API Level 2.0

public boolean onTouch (View v, MotionEvent event)

Since: API Level 2.0

public void reset ()

Since: API Level 2.0

public void setOutsideTouchListener (HtcQuickSelectionWindow.OutsideTouchListener listener)

Since: API Level 2.0

public synchronized void show (View parent, Rect anchor)

Since: API Level 2.0

public synchronized void show (View parent, Rect anchor, boolean innerAnimation)

Since: API Level 2.0

public void showDescriptionWithProgress (String description, boolean progress)

Since: API Level 2.0