Searched defs:suppress (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
H A DSuppressedTest.java17 package android.test.suitebuilder.examples.suppress;
H A DPartiallySuppressedTest.java17 package android.test.suitebuilder.examples.suppress;
/frameworks/base/core/java/android/transition/
H A DVisibility.java102 * This tells the Visibility transition to suppress layout during the transition and release
106 public void setSuppressLayout(boolean suppress) { argument
107 this.mSuppressLayout = suppress;
569 private void suppressLayout(boolean suppress) { argument
570 if (mSuppressLayout && mLayoutSuppressed != suppress && mParent != null) {
571 mLayoutSuppressed = suppress;
572 mParent.suppressLayout(suppress);
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2880 final boolean suppress = data.readInt() == 1;
2881 suppressResizeConfigChanges(suppress);
6891 public void suppressResizeConfigChanges(boolean suppress) throws RemoteException { argument
6895 data.writeInt(suppress ? 1 : 0);
H A DIActivityManager.java624 public void suppressResizeConfigChanges(boolean suppress) throws RemoteException; argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java6334 * Tells this ViewGroup to suppress all layout() calls until layout
6341 public void suppressLayout(boolean suppress) { argument
6342 mSuppressLayout = suppress;
6343 if (!suppress) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18807 public void suppressResizeConfigChanges(boolean suppress) throws RemoteException { argument
18810 mSuppressResizeConfigChanges = suppress;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5169 milliseconds