Searched refs:suppress (Results 1 – 16 of 16) sorted by relevance
17 package android.test.suitebuilder.examples.suppress;
584 private void suppressLayout(boolean suppress) { in suppressLayout() argument585 if (mLayoutSuppressed != suppress && mParent != null && !mIsForcedVisibility) { in suppressLayout()586 mLayoutSuppressed = suppress; in suppressLayout()587 mParent.suppressLayout(suppress); in suppressLayout()
22 import android.test.suitebuilder.examples.suppress.SuppressedTest;
229 <p>To suppress checking for all {@code lint} issues in the Java file, use the {@code all} keyword, …254 <p>To suppress checking for all {@code lint} issues in the XML element, use the {@code all} keyword…
1056 final boolean suppress = SystemProperties.getBoolean(DISABLE_PROPERTY, false); in conditionallyEnableDebugLogging()1060 if (!doFlashes && (IS_USER_BUILD || suppress)) { in conditionallyEnableDebugLogging()
157 …{@code --help <topic>} to see help information for a specific topic, such as "suppress".</td>
72 theme to your TV activities to suppress the display of a title bar. The following code example
5819 boolean suppress = false; in suppressAdjustment()5827 suppress = true; in suppressAdjustment()5834 suppress = true; in suppressAdjustment()5838 return suppress; in suppressAdjustment()
180 "actionSearch"} or suppress the default behavior by using the {@code "actionNone"} action.</p>
6208 public void suppressLayout(boolean suppress) { in suppressLayout() argument6209 mSuppressLayout = suppress; in suppressLayout()6210 if (!suppress) { in suppressLayout()
202 example, to suppress tests on all API levels lower than 18 from running, use the annotation
1510 <li>Added ability to suppress Lint warnings in Java code with the new1518 to suppress warnings when the code is wrapped in a system version condition.
1619 <li>Added the ability to suppress rendering fidelity warnings (<a
1178 <li>Fixed GCC 4.4.3/4.6/4.7 to suppress the {@code -export-dynamic} option for
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...