HomeSort by relevance Sort by last modified time
    Searched defs:invisible (Results 1 - 8 of 8) sorted by null

  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 81 * combines both visible and invisible annotations into a single
177 AttRuntimeInvisibleAnnotations invisible = local
182 if (invisible == null) {
185 return invisible.getAnnotations();
188 if (invisible == null) {
195 invisible.getAnnotations());
350 * combines both visible and invisible annotations into a single
363 AttRuntimeInvisibleParameterAnnotations invisible = local
369 if (invisible == null) {
372 return invisible.getParameterAnnotations()
    [all...]
  /frameworks/base/libs/hwui/
Snapshot.h 178 * is typicalled ignored if its layer is invisible or empty.
211 * Indicates that this snapshot is invisible and nothing should be drawn
215 bool invisible; member in class:android::uirenderer::Snapshot
219 * invisible but this flag is not passed to subsequent snapshots.
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/matcher/
ViewMatchersTest.java 291 View invisible = new View(getInstrumentation().getTargetContext()); local
292 invisible.setVisibility(View.INVISIBLE);
294 assertFalse(withEffectiveVisibility(Visibility.VISIBLE).matches(invisible));
296 // Make the visible view invisible by giving it an invisible parent.
299 parent.setVisibility(View.INVISIBLE);
306 View invisible = new View(getInstrumentation().getTargetContext()); local
307 invisible.setVisibility(View.INVISIBLE);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js 523 invisible: function() { },
704 invisible: function()
706 return this._layerPayload.invisible;
1009 invisible: function()
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 191 milliseconds