Searched
full:expanded (Results
376 -
400 of
2776) sorted by null
<<11121314151617181920>>
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) { 383 mDialogue.setVisibility(expanded ? VISIBLE : GONE); 403 public void setExpanded(boolean expanded) { 404 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
AnimatedRecyclerView.java | 461 ((MyViewHolder) holder).expandedText.setText("More text for the expanded version"); 467 Boolean expanded = mExpanded.get(itemText); local 468 if (expanded != null && expanded) {
|
/development/samples/training/AnimationsDemo/res/layout/ |
activity_zoom.xml | 67 <!-- This initially-hidden ImageView will hold the expanded/zoomed version of the
|
/development/samples/training/AnimationsDemo/res/values/ |
strings.xml | 46 <string name="description_zoom_touch_close">Expanded image (touch to close)</string>
|
/device/asus/flo/ |
BoardConfigCommon.mk | 149 # Include an expanded selection of fonts
|
/device/htc/flounder/ |
BoardConfig.mk | 142 # Include an expanded selection of fonts
|
/device/lge/hammerhead/ |
BoardConfig.mk | 158 # Include an expanded selection of fonts
|
/device/lge/mako/ |
BoardConfig.mk | 143 # Include an expanded selection of fonts
|
/external/bison/m4/ |
inttypes.m4 | 134 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
stdlib_h.m4 | 31 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
sys_stat_h.m4 | 52 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
/external/chromium_org/base/ |
path_service.h | 51 // - |is_absolute| indicates that |path| has already been expanded into an
|
/external/chromium_org/build/ |
copy_test_data_ios.py | 33 # Directories get recursively expanded.
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model_factory.cc | 87 // want to sync the expanded state of folders, it should be part of
|
/external/chromium_org/chrome/browser/extensions/ |
extension_api_unittest.h | 35 // needed, this could be expanded to allow for alternate WebContents).
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/ |
chromevox_assets.gypi | 30 'chromevox/background/earcons/expanded.ogg',
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
about.css | 141 .traffic-event-entry-expanded .proto {
|
/external/chromium_org/chrome/browser/ui/extensions/ |
application_launch.h | 81 // command line should be expanded from.
|
/external/chromium_org/chrome/common/extensions/api/ |
hotword_private.idl | 48 // could be expanded to other types of actions in the future.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
sidenav_data_source.py | 28 |items| so that the sidenav can be expanded to show which menu item has
|
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/ |
InvalidationPreferencesTest.java | 57 * properly expanded.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 93 semi-expanded 94 expanded 95 extra-expanded 96 ultra-expanded
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
WatchExpressionsSidebarPane.js | 123 this.expanded = true; 222 // with no expressions, and expanded tree, we get some extra vertical 224 this.expanded = (propertyCount != 0); 398 this.expanded = true;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
SkiaUtils.h | 59 // be expanded to map higher level interpolations more accurately.
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
NSScrollerImpDetails.h | 63 - (void)setExpanded:(BOOL)expanded;
|
Completed in 521 milliseconds
<<11121314151617181920>>