List of usage examples for android.app Dialog.OnKeyListener interface-usage
From source file hku.fyp14017.blencode.ui.fragment.LookFragment.java
public class LookFragment extends ScriptActivityFragment implements OnLookEditListener, LoaderManager.LoaderCallbacks<Cursor>, Dialog.OnKeyListener { public static final String TAG = LookFragment.class.getSimpleName(); public Intent lastRecivedIntent = null; private static int selectedLookPosition = Constants.NO_POSITION;
From source file org.catrobat.catroid.ui.fragment.LookFragment.java
public class LookFragment extends ScriptActivityFragment implements OnLookEditListener, LoaderManager.LoaderCallbacks<Cursor>, Dialog.OnKeyListener { public static final String TAG = LookFragment.class.getSimpleName(); public Intent lastRecivedIntent = null; private static int selectedLookPosition = Constants.NO_POSITION;
From source file org.catrobat.catroid.ui.fragment.SoundFragment.java
public class SoundFragment extends ScriptActivityFragment implements SoundBaseAdapter.OnSoundEditListener, LoaderManager.LoaderCallbacks<Cursor>, Dialog.OnKeyListener { public static final String TAG = SoundFragment.class.getSimpleName(); private static int selectedSoundPosition = Constants.NO_POSITION;
From source file hku.fyp14017.blencode.ui.fragment.SoundFragment.java
public class SoundFragment extends ScriptActivityFragment implements SoundBaseAdapter.OnSoundEditListener, LoaderManager.LoaderCallbacks<Cursor>, Dialog.OnKeyListener { public static final String TAG = SoundFragment.class.getSimpleName(); private static int selectedSoundPosition = Constants.NO_POSITION;