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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 71 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
84 R.id.applyEffect);
EditorFlip.java 53 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
EditorRotate.java 53 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
EditorDraw.java 70 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
88 R.id.applyEffect);
EditorPanel.java 82 Button editTitle = (Button) mMainView.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();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 95 R.id.applyEffect);
127 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 227 applyEffect(item);
279 private void applyEffect(MenuItem clickedItem) {
    [all...]

Completed in 637 milliseconds