HomeSort by relevance Sort by last modified time
    Searched full:obscured (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/ash/wm/workspace/
magnetism_matcher_unittest.cc 67 // Verifies we don't match an obscured corner.
80 // Verify doesn't match the following which is obscured by first.
109 // Should match the right side since it isn't obscured.
119 // Verifies we don't match an obscured center.
131 // Verify doesn't match the following which is obscured by first.
144 // Verifies we don't match an obscured trailing edge.
157 // Verify doesn't match the following which is obscured by first.
magnetism_matcher.h 44 // Returns true if the edge is completely obscured. If true ShouldAttach()
126 // obscured by other bounds.
157 // edges are completely obscured).
  /development/samples/ApiDemos/res/layout/
overscan_activity.xml 20 of the top-level view may be obscured around the edges by the display, leaving the
28 of this TextView may also be obscured. -->
38 that within that space its content is offset to not be obscured by the overscan
  /external/chromium/chrome/browser/ui/tabs/
dock_info_gtk.cc 55 // Helper class to determine if a particular point of a window is not obscured
59 // Returns true if |window| is not obscured by another window at the
124 // is not obscured by another window.
127 // Returns the XID from our process at screen_loc that is not obscured by
dock_info_win.cc 49 // Helper class to determine if a particular point of a window is not obscured
90 // transparent in which case we treat chrome windows as not being obscured
144 // Returns the hwnd from our process at screen_loc that is not obscured by
  /external/chromium_org/chrome/browser/ui/aura/tabs/
dock_info_auralinux.cc 57 // Helper class to determine if a particular point of a window is not obscured
61 // Returns true if |window| is not obscured by another window at the
121 // is not obscured by another window.
124 // Returns the XID from our process at screen_loc that is not obscured by
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dock_info_gtk.cc 56 // Helper class to determine if a particular point of a window is not obscured
60 // Returns true if |window| is not obscured by another window at the
119 // is not obscured by another window.
122 // Returns the XID from our process at screen_loc that is not obscured by
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ScrollIndicatorsView.java 14 * not obscured.
  /external/chromium_org/remoting/host/
continue_window_gtk.cc 84 // Set always-on-top, otherwise this window tends to be obscured by the
  /external/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureView.java 56 * attribute to ask the framework to filter out touches when the window is obscured.
60 * touch event and checks whether the window is obscured. If so, it warns the user and
63 * flags to determine whether the window is obscured. Here we use a touch listener but
  /external/chromium_org/ui/gfx/
render_text.h 208 // In an obscured (password) field, all text is drawn as asterisks or bullets.
209 bool obscured() const { return obscured_; } function in class:gfx::RenderText
210 void SetObscured(bool obscured);
212 // Makes a char in obscured text at |index| to be revealed. |index| should be
478 // which differ when the text is obscured. Regardless of whether or not the
479 // text is obscured, the character (code point) offsets always match.
492 // Returns the text used for layout, which may be obscured or truncated.
556 // Updates |layout_text_| if the text is obscured or truncated.
625 // The index at which the char should be revealed in the obscured text.
631 // The obscured and/or truncated text that will be displayed
    [all...]
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 52 // obscured windows, and works better for out of process sub-windows.
  /packages/apps/Dialer/src/com/android/dialer/
BackScrollManager.java 27 * obscured.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 37 // The resource ID of the string spoken for obscured keys
95 * @param shouldObscure {@true} if text (e.g. non-control) characters should be obscured.
265 * @param shouldObscure {@true} if text (e.g. non-control) characters should be obscured.
272 // If the key description should be obscured, now is the time to do it.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 90 * If the window is fully obscured, return DXGI_STATUS_OCCLUDED.
109 /* If the window is fully obscured, return DXGI_STATUS_OCCLUDED, else S_OK */
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 90 * If the window is fully obscured, return DXGI_STATUS_OCCLUDED.
109 /* If the window is fully obscured, return DXGI_STATUS_OCCLUDED, else S_OK */
  /external/chromium_org/ui/snapshot/
snapshot_win.cc 79 // obscured windows, and works better for out of process sub-windows.
  /external/chromium_org/ui/views/
views_delegate.h 124 // Returns the default obscured text reveal duration.
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd 66 <dd>Learn what happens when your activity is paused (partially obscured) and resumed and what you
  /frameworks/base/docs/html/training/system-ui/
dim.jd 43 approach is that the bars are still present but their details are obscured, thus
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 90 * obscured by a widget.
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 303 std::string obscured; local
305 obscured += "*";
308 return obscured;
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 64 // Helper class to determine if a particular point of a window is not obscured
105 // transparent in which case we treat chrome windows as not being obscured
159 // Returns the hwnd from our process at screen_loc that is not obscured by
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 290 // Reveals the obscured char at |index| for the given |duration|. If |index|
336 // obscured text. When the timer is running, the last typed char is shown
337 // and when the time expires, the last typed char is obscured.

Completed in 332 milliseconds

1 2 3 4 5