Home | History | Annotate | Download | only in pinyin

Lines Matching refs:Drawable

19 import android.graphics.drawable.Drawable;
29 Drawable icon;
30 Drawable iconPopup;
51 private Drawable mSkbBg;
52 private Drawable mBalloonBg;
53 private Drawable mPopupBg;
77 public void setBackgrounds(Drawable skbBg, Drawable balloonBg,
78 Drawable popupBg) {
84 public Drawable getSkbBackground() {
88 public Drawable getBalloonBackground() {
92 public Drawable getPopupBackground() {
109 public SoftKeyType createKeyType(int id, Drawable bg, Drawable hlBg) {
125 public void addDefaultKeyIcons(int keyCode, Drawable icon,
126 Drawable iconPopup) {
143 public Drawable getDefaultKeyIcon(int keyCode) {
160 public Drawable getDefaultKeyIconPopup(int keyCode) {
216 public Drawable mKeyBg;
217 public Drawable mKeyHlBg;
222 SoftKeyType(int id, Drawable bg, Drawable hlBg) {