HomeSort by relevance Sort by last modified time
    Searched refs:invisible (Results 1 - 25 of 42) sorted by null

1 2

  /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...]
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
preview_area.css 31 #preview-area .preview-area-plugin.invisible {
54 #preview-area .preview-area-overlay-layer.invisible {
margin_control.css 10 #preview-area .margin-control.invisible {
  /frameworks/base/libs/hwui/
Snapshot.cpp 35 , invisible(false)
54 , invisible(s->invisible)
270 return invisible || empty;
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/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 75 // bar for the task view, then just mark this thumbnail view as invisible
178 boolean invisible = mTaskBar != null && (getHeight() - clipBottom) <= mTaskBar.getHeight();
179 if (invisible != mInvisible) {
180 mInvisible = invisible;
  /external/chromium_org/ui/aura/
window_event_dispatcher.cc 306 void WindowEventDispatcher::OnWindowHidden(Window* invisible,
308 // If the window the mouse was pressed in becomes invisible, it should no
310 if (invisible->Contains(mouse_pressed_handler_))
312 if (invisible->Contains(mouse_moved_handler_))
319 if (invisible->Contains(old_dispatch_target_))
322 invisible->CleanupGestureState();
329 // We don't ask |invisible| here, because invisible may have been removed
337 if (invisible->Contains(event_dispatch_target_))
343 if (invisible->Contains(capture_window) && invisible != window()
    [all...]
window_event_dispatcher.h 160 // Called when a window becomes invisible, either by being removed
162 // |reason| specifies what triggered the hiding. Note that becoming invisible
165 void OnWindowHidden(Window* invisible, WindowHiddenReason reason);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayerDetailsView.js 146 this._memoryEstimateCell.textContent = Number.bytesToString(this._layer.invisible() ? 0 : this._layer.width() * this._layer.height() * bytesPerPixel);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js 530 invisible: function() { },
713 invisible: function()
715 return this._layerPayload.invisible;
1028 invisible: function()
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 99 .app .invisible {
new_tab.js 356 * Fills in an invisible div with the longest dot title string so that
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 133 wrapContentsInDiv(leftColumn, ['invisible']);
135 wrapContentsInDiv(rightColumn, ['invisible']);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 500 * Invisible operator for plus.
515 * Invisible operator for multiplication.
537 * Invisible operator for function application.
    [all...]
dom_util.js 178 // Confirm that no subtree containing node is invisible.
195 * ancestor is invisible and this cannot be overriden by a descendant,
197 * element it will return true (invisible).
199 * @return {boolean} True if a descendant is invisible.
210 // invisible yet, we're done. If we exit the while loop and never found
212 // invisible.
269 * true (invisible) even when an element has have visible descendants. This
272 * @return {boolean} True if the node is invisible.
    [all...]
math_util.js 102 * <mphantom> make content invisible but preserve its size
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 179 // node is invisible instead of restoring focus.
api_implementation.js 274 // Don't speak anything if the node is hidden or invisible.
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 202 .invisible-view {
inspect.js 447 subRow.className += ' invisible-view';
  /external/chromium_org/styleguide/c++/
c++11.css 629 .invisible {
  /external/chromium_org/ui/file_manager/gallery/js/
ribbon.js 234 // Sliding to the left. Start item will become invisible and should be
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 574 // Only add visible tiles to the DOM, to avoid creating invisible tiles that
576 // invisible then we leave it in DOM to prevent reload if it's shown again.
591 // Make titleContainer invisible, but still taking up space.
    [all...]
  /external/chromium_org/ui/webui/resources/js/
util.js 18 * users who have spoken feedback on, but will be invisible to all
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 10 invisible = ['__cinit__', '__dealloc__', '__richcmp__', variable
    [all...]

Completed in 1028 milliseconds

1 2