Searched
full:invisible (Results
651 -
675 of
1223) sorted by null
<<21222324252627282930>>
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/ |
website_settings_bubble_controller_unittest.mm | 177 // The window's only immediate child is an invisible view that has a flipped
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider.cc | 35 int(SpellCheckResult::INVISIBLE), mismatching_enums);
|
/external/chromium_org/content/browser/android/ |
edge_effect.cc | 233 // nearly invisible.
|
/external/chromium_org/sandbox/linux/tests/ |
unit_tests.cc | 125 // invisible to our testing, so we ignore it. It should be ok to fork()
|
/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/web/ |
TextFinder.h | 157 // It is not necessary if the frame is invisible, for example, or if this
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-unicode-private.hh | 150 * 2060..2064 # Cf [5] WORD JOINER..INVISIBLE PLUS
|
/external/chromium_org/ui/accessibility/ |
ax_node_data.cc | 99 result += " INVISIBLE";
|
/external/chromium_org/ui/app_list/views/ |
app_list_main_view_unittest.cc | 218 // Wait until the folder view is invisible and root grid view shows up.
|
/external/chromium_org/ui/base/x/ |
x11_util.h | 92 // Returns an invisible cursor.
|
/external/chromium_org/ui/file_manager/gallery/js/ |
ribbon.js | 234 // Sliding to the left. Start item will become invisible and should be
|
/external/compiler-rt/lib/interception/ |
interception.h | 79 // our replacement functions invisible to other libraries. This may be overcomed
|
/external/harfbuzz_ng/src/ |
hb-unicode-private.hh | 150 * 2060..2064 # Cf [5] WORD JOINER..INVISIBLE PLUS
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
FieldWriter.java | 84 * The runtime invisible annotations of this field. May be <tt>null</tt>.
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 81 // mutating invisible to observer, read/write to mutator
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
|
/frameworks/base/core/java/android/app/ |
ActivityView.java | 120 // Don't change surface when going between View.VISIBLE and View.INVISIBLE.
|
/frameworks/base/core/java/android/view/animation/ |
AnimationUtils.java | 225 * Make an animation for objects becoming invisible. Uses a slide and fade
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListFilter.java | 58 mFrame.setVisibility(v == mHide ? View.INVISIBLE : View.VISIBLE);
|
/frameworks/base/docs/html/design/patterns/ |
accessibility.jd | 31 <p>As you design your app, think about the labels and notations needed to navigate your app by sound. When using Explore by Touch, the user enables an invisible but audible layer of structure in your application. Like any other aspect of app design, this structure can be simple, elegant, and robust. The following are Android's recommended guidelines to enable effective navigation for all users.</p>
|
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 141 <li>Useless leaf - A layout that has no children or no background can often be removed (since it is invisible) for a flatter and more efficient layout hierarchy.</li>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskViewHeader.java | 264 mDismissButton.setVisibility(View.INVISIBLE);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiNotificationController.java | 205 * visible or invisible.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
VerticalGridFragment.java | 351 mTitleView.setVisibility(View.INVISIBLE);
|
VerticalGridSupportFragment.java | 353 mTitleView.setVisibility(View.INVISIBLE);
|
Completed in 650 milliseconds
<<21222324252627282930>>