Home
last modified time | relevance | path

Searched refs:getDrawableResource (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterImageBorderRepresentation.java57 setDrawableResource(representation.getDrawableResource()); in useParametersFrom()
84 public int getDrawableResource() { in getDrawableResource() method in FilterImageBorderRepresentation
DImageFilterBorder.java60 Drawable drawable = getDrawable(getParameters().getDrawableResource()); in applyHelper()
68 if (getParameters() == null || getParameters().getDrawableResource() == 0) { in apply()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java283 int resId = profile.getDrawableResource(btClass); in getBtClassDrawableWithDescription()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java421 ((FilterImageBorderRepresentation) representation).getDrawableResource() == 0; in isNoneBorderFilter()