Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
DTransitionHelper.java102 public void exclude(Object transition, int targetId, boolean exclude); in exclude() argument
104 public void exclude(Object transition, View targetView, boolean exclude); in exclude() argument
106 public void excludeChildren(Object transition, int targetId, boolean exclude); in excludeChildren() argument
108 public void excludeChildren(Object transition, View target, boolean exclude); in excludeChildren() argument
231 public void exclude(Object transition, int targetId, boolean exclude) { in exclude() method in TransitionHelper.TransitionHelperStubImpl
235 public void exclude(Object transition, View targetView, boolean exclude) { in exclude() method in TransitionHelper.TransitionHelperStubImpl
239 public void excludeChildren(Object transition, int targetId, boolean exclude) { in excludeChildren() argument
243 public void excludeChildren(Object transition, View targetView, boolean exclude) { in excludeChildren() argument
403 public void exclude(Object transition, int targetId, boolean exclude) { in exclude() argument
404 TransitionHelperKitkat.exclude(transition, targetId, exclude); in exclude()
[all …]
/frameworks/native/libs/ui/
DRect.cpp110 Rect Rect::reduce(const Rect& exclude) const { in reduce()
114 mask |= (exclude.left > left) ? 1 : 0; in reduce()
115 mask |= (exclude.top > top) ? 2 : 0; in reduce()
116 mask |= (exclude.right < right) ? 4 : 0; in reduce()
117 mask |= (exclude.bottom < bottom) ? 8 : 0; in reduce()
127 result.right = exclude.left; in reduce()
129 result.bottom = exclude.top; in reduce()
131 result.left = exclude.right; in reduce()
133 result.top = exclude.bottom; in reduce()
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
DTransitionHelperKitkat.java163 static void exclude(Object transition, int targetId, boolean exclude) { in exclude() argument
164 ((Transition) transition).excludeTarget(targetId, exclude); in exclude()
167 static void exclude(Object transition, View targetView, boolean exclude) { in exclude() method in TransitionHelperKitkat
168 ((Transition) transition).excludeTarget(targetView, exclude); in exclude()
171 static void excludeChildren(Object transition, int targetId, boolean exclude) { in excludeChildren() argument
172 ((Transition) transition).excludeChildren(targetId, exclude); in excludeChildren()
175 static void excludeChildren(Object transition, View targetView, boolean exclude) { in excludeChildren() argument
176 ((Transition) transition).excludeChildren(targetView, exclude); in excludeChildren()
/frameworks/base/core/java/android/transition/
DTransitionSet.java277 public Transition excludeTarget(View target, boolean exclude) { in excludeTarget() argument
279 mTransitions.get(i).excludeTarget(target, exclude); in excludeTarget()
281 return super.excludeTarget(target, exclude); in excludeTarget()
285 public Transition excludeTarget(String targetName, boolean exclude) { in excludeTarget() argument
287 mTransitions.get(i).excludeTarget(targetName, exclude); in excludeTarget()
289 return super.excludeTarget(targetName, exclude); in excludeTarget()
293 public Transition excludeTarget(int targetId, boolean exclude) { in excludeTarget() argument
295 mTransitions.get(i).excludeTarget(targetId, exclude); in excludeTarget()
297 return super.excludeTarget(targetId, exclude); in excludeTarget()
301 public Transition excludeTarget(Class type, boolean exclude) { in excludeTarget() argument
[all …]
DTransition.java1088 public Transition excludeTarget(int targetId, boolean exclude) { in excludeTarget() argument
1090 mTargetIdExcludes = excludeObject(mTargetIdExcludes, targetId, exclude); in excludeTarget()
1116 public Transition excludeTarget(String targetName, boolean exclude) { in excludeTarget() argument
1117 mTargetNameExcludes = excludeObject(mTargetNameExcludes, targetName, exclude); in excludeTarget()
1146 public Transition excludeChildren(int targetId, boolean exclude) { in excludeChildren() argument
1148 mTargetIdChildExcludes = excludeObject(mTargetIdChildExcludes, targetId, exclude); in excludeChildren()
1174 public Transition excludeTarget(View target, boolean exclude) { in excludeTarget() argument
1175 mTargetExcludes = excludeObject(mTargetExcludes, target, exclude); in excludeTarget()
1200 public Transition excludeChildren(View target, boolean exclude) { in excludeChildren() argument
1201 mTargetChildExcludes = excludeObject(mTargetChildExcludes, target, exclude); in excludeChildren()
[all …]
/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp233 llvm::cl::list<std::string>::iterator exclude, in parse() local
235 for (exclude = m_ExcludeLIBS.begin(); exclude != excludeEnd; ++exclude) { in parse()
236 pConfig.options().excludeLIBS().insert(*exclude); in parse()
/frameworks/base/core/java/android/app/
DIAppTask.aidl30 void setExcludeFromRecents(boolean exclude); in setExcludeFromRecents() argument
DActivityManager.java2781 public void setExcludeFromRecents(boolean exclude) { in setExcludeFromRecents() argument
2783 mAppTaskImpl.setExcludeFromRecents(exclude); in setExcludeFromRecents()
/frameworks/native/opengl/libs/
DAndroid.mk37 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
/frameworks/testing/espresso/espresso-contrib/
Dbuild.gradle32 exclude 'LICENSE.txt'
/frameworks/testing/espresso/espresso-sample/
Dbuild.gradle29 exclude 'LICENSE.txt'
/frameworks/testing/espresso/espresso-contrib-tests/
Dbuild.gradle29 exclude 'LICENSE.txt'
/frameworks/testing/espresso/espresso-lib-tests/
Dbuild.gradle29 exclude 'LICENSE.txt'
/frameworks/support/v4/api21/android/support/v4/app/
DFragmentTransitionCompat21.java62 public static void excludeTarget(Object transitionObject, View view, boolean exclude) { in excludeTarget() argument
64 transition.excludeTarget(view, exclude); in excludeTarget()
/frameworks/native/include/ui/
DRect.h164 Rect reduce(const Rect& exclude) const;
/frameworks/native/services/surfaceflinger/
DLayer.cpp269 static Rect reduce(const Rect& win, const Region& exclude) { in reduce() argument
270 if (CC_LIKELY(exclude.isEmpty())) { in reduce()
273 if (exclude.isRect()) { in reduce()
274 return win.reduce(exclude.getBounds()); in reduce()
276 return Region(win).subtract(exclude).getBounds(); in reduce()
/frameworks/testing/espresso/espresso-lib/
Dbuild.gradle39 exclude 'LICENSE.txt'
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java444 void setExclude(boolean exclude) { in setExclude() argument
451 task.setExcludeFromRecents(exclude); in setExclude()
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd115 be sure to exclude the method you specify in this attribute from renaming, because it can break the
159 be sure to exclude the class you specify in this attribute from renaming, because it can break the
171 be sure to exclude the class you specify in this attribute from renaming, because it can break the
/frameworks/base/docs/html/guide/components/
Drecents.jd194 <p>You can always exclude a task from the overview screen entirely by setting the
196 attribute, <a href="{@docRoot}guide/topics/manifest/activity-element.html#exclude">
/frameworks/base/docs/html/training/notify-user/
Dnavigation.jd151 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#exclude">android:excludeFromRe…
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.4.jd72 products or exclude it. The library is forward-compatible with Android 3.1, so
/frameworks/base/docs/html/sdk/installing/
Dstudio-tips.jd89 <strong>Layout resource file</strong>, a dialog opens so you can name the file (you can exclude
/frameworks/base/docs/html/google/gcm/
Dgcm.jd133 exclude the GCM registration ID, it could get reused on a new device,
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd422 <strong>Path To GC Roots</strong> &gt; <strong>exclude weak references</strong>.</p>
432 <strong>Path To GC Roots</strong> &gt; <strong>exclude weak references</strong>. This opens a

12