Searched refs:FramedTextButton (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DFramedTextButton.java30 public class FramedTextButton extends ImageButton { class in inherits:ImageButton
31 private static final String LOGTAG = "FramedTextButton";
83 public FramedTextButton(Context context) { method in class:FramedTextButton
87 public FramedTextButton(Context context, AttributeSet attrs) { method in class:FramedTextButton
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java120 import com.android.gallery3d.filtershow.ui.FramedTextButton;
537 FramedTextButton.setTextSize((int) getPixelsFromDip(14));
538 FramedTextButton.setTrianglePadding((int) getPixelsFromDip(4));
539 FramedTextButton.setTriangleSize((int) getPixelsFromDip(10));

Completed in 223 milliseconds