HomeSort by relevance Sort by last modified time
    Searched full:colorizer (Results 1 - 25 of 36) sorted by null

1 2

  /external/harfbuzz_ng/test/shaping/
hb-diff-colorize 6 colorizer = DiffColorizer (formatter=formatter) variable
7 UtilMains.process_multiple_files (FilterHelpers.filter_printer_function_no_newline (colorizer.colorize_diff))
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
LoginActivity.java 67 Transition colorizer = new Recolor().addTarget(R.id.password). local
69 mTransitionManager.setTransition(mLoginScene, mPasswordScene, colorizer);
70 mTransitionManager.setTransition(mPasswordScene, mLoginScene, colorizer);
  /frameworks/native/services/surfaceflinger/
Colorizer.h 24 class Colorizer {
37 Colorizer(bool enabled)
SurfaceFlinger.cpp 62 #include "Colorizer.h"
    [all...]
Layer.h 56 class Colorizer;
307 void dump(String8& result, Colorizer& colorizer) const;
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 171 ObjectAnimator colorizer = ObjectAnimator.ofFloat(PictureDetailsActivity.this, local
173 colorizer.setDuration(duration);
174 colorizer.start();
237 ObjectAnimator colorizer =
240 colorizer.setDuration(duration);
241 colorizer.start();
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java 105 ObjectAnimator colorizer = (ObjectAnimator) AnimatorInflater. local
107 colorizer.setTarget(balls.get(3));
110 ((AnimatorSet) animation).playTogether(anim, fader, seq, colorizer);
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabStrip.java 97 // Make sure that the custom colorizer is removed
104 // Make sure that the custom colorizer is removed
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 158 ObjectAnimator colorizer = ObjectAnimator.ofPropertyValuesHolder(this, local
166 set.playTogether(cardAnimator, colorizer);

Completed in 713 milliseconds

1 2