Home
last modified time | relevance | path

Searched defs:resId (Results 1 – 6 of 6) sorted by relevance

/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsInterface.java36 public void setInputMethodSettingsCategoryTitle(int resId); in setInputMethodSettingsCategoryTitle()
49 public void setSubtypeEnablerTitle(int resId); in setSubtypeEnablerTitle()
62 public void setSubtypeEnablerIcon(int resId); in setSubtypeEnablerIcon()
DInputMethodSettingsFragment.java49 public void setInputMethodSettingsCategoryTitle(int resId) { in setInputMethodSettingsCategoryTitle()
65 public void setSubtypeEnablerTitle(int resId) { in setSubtypeEnablerTitle()
81 public void setSubtypeEnablerIcon(int resId) { in setSubtypeEnablerIcon()
DInputMethodSettingsImpl.java119 public void setInputMethodSettingsCategoryTitle(int resId) { in setInputMethodSettingsCategoryTitle()
138 public void setSubtypeEnablerTitle(int resId) { in setSubtypeEnablerTitle()
157 public void setSubtypeEnablerIcon(int resId) { in setSubtypeEnablerIcon()
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DImageResizer.java87 private Bitmap processBitmap(int resId) { in processBitmap()
110 public static Bitmap decodeSampledBitmapFromResource(Resources res, int resId, in decodeSampledBitmapFromResource()
DImageWorker.java120 public void setLoadingImage(int resId) { in setLoadingImage()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java233 private final void setStatus(int resId) { in setStatus()