HomeSort by relevance Sort by last modified time
    Searched full:invokable (Results 1 - 11 of 11) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Script.java 28 Invokable[] mInvokables;
30 public static class Invokable {
36 Invokable() {
86 Invokable[] mInvokables;
93 mInvokables = new Invokable[MAX_SLOT];
106 public Invokable addInvokable(String func) {
107 Invokable i = new Invokable();
134 s.mInvokables = new Invokable[mInvokableCount];
  /frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 39 private Script.Invokable mInvokable;
169 private Script.Invokable createScript() {
199 Script.Invokable invokable = sb.addInvokable("main"); local
208 return invokable;
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 132 Script.Invokable invokable = sb.addInvokable("initPulses"); local
142 invokable.execute();
  /frameworks/base/core/java/android/view/
MenuItem.java 331 * @param enabled If true then the item will be invokable; if false it is
332 * won't be invokable.
340 * @return If true the item is enabled and hence invokable; else it is not.
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 151 Script.Invokable invokable = sb.addInvokable("initLeaves"); local
162 invokable.execute();
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java     [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 90 private ScriptC.Invokable mInitParticles;
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 84 private ScriptC.Invokable mUpdateBladesInvokable;
  /external/guava/src/com/google/common/collect/
Ordering.java 282 * Constructs a new instance of this class (only invokable by the subclass
  /external/guava/javadoc/com/google/common/collect/
Ordering.html 148           Constructs a new instance of this class (only invokable by the subclass
577 <DD>Constructs a new instance of this class (only invokable by the subclass
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 793 milliseconds