HomeSort by relevance Sort by last modified time
    Searched refs:applyEffect (Results 1 - 14 of 14) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorMirror.java 71 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
EditorRotate.java 71 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
EditorColorBorder.java 107 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
125 R.id.applyEffect);
EditorCrop.java 107 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
133 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
EditorDraw.java 142 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
162 R.id.applyEffect);
EditorGrad.java 114 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
249 Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
EditorPanel.java 82 Button editTitle = (Button) mMainView.findViewById(R.id.applyEffect);
EditorChanSat.java 99 mButton = (SwapButton) accessoryViewList.findViewById(R.id.applyEffect);
EditorVignette.java 157 mButton = (SwapButton) accessoryViewList.findViewById(R.id.applyEffect);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 240 private void applyEffect() {
250 // render the result of applyEffect()
267 applyEffect();
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 121 applyEffect();
273 private void applyEffect() {
282 // render the result of applyEffect()
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 121 applyEffect();
273 private void applyEffect() {
282 // render the result of applyEffect()
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 121 applyEffect();
273 private void applyEffect() {
282 // render the result of applyEffect()
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 93 R.id.applyEffect);
126 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);

Completed in 363 milliseconds