HomeSort by relevance Sort by last modified time
    Searched defs:FramedTextButton (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 30 public class FramedTextButton extends ImageButton {
31 private static final String LOGTAG = "FramedTextButton";
83 public FramedTextButton(Context context) {
87 public FramedTextButton(Context context, AttributeSet attrs) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 72 import com.android.gallery3d.filtershow.ui.FramedTextButton;
326 FramedTextButton.setTextSize((int) getPixelsFromDip(14));
327 FramedTextButton.setTrianglePadding((int) getPixelsFromDip(4));
328 FramedTextButton.setTriangleSize((int) getPixelsFromDip(10));
    [all...]

Completed in 32 milliseconds