use of com.android.gallery3d.filtershow.filters.FilterVignetteRepresentation in project android_packages_apps_Gallery2 by LineageOS.
the class EditorVignette method selectMenuItem.
protected void selectMenuItem(MenuItem item) {
if (getLocalRepresentation() != null && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
FilterVignetteRepresentation csrep = (FilterVignetteRepresentation) getLocalRepresentation();
switchToMode(csrep, getParameterIndex(item.getItemId()), item.getTitle().toString());
}
}
Aggregations