HomeSort by relevance Sort by last modified time
    Searched refs:expanded (Results 101 - 125 of 307) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 156 * Currently expanded menu item; must be collapsed when we clear.
173 * Called when the mode of the menu changes (for example, from icon to expanded).
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 84 boolean expanded) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuBuilder.java 179 * Currently expanded menu item; must be collapsed when we clear.
206 * Called when the mode of the menu changes (for example, from icon to expanded).
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 89 expanded imports paths. See golang.org/s/go15vendor for more about vendoring.
197 // Show vendor-expanded paths in listing
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 89 expanded imports paths. See golang.org/s/go15vendor for more about vendoring.
197 // Show vendor-expanded paths in listing
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 370 // (otherwise preserving expanded paths etc won't work)
543 List<IMarker> expanded = new ArrayList<IMarker>(mExpandedIds.size()); local
549 expanded.add(marker);
553 if (!expanded.isEmpty()) {
554 mTreeViewer.setExpandedElements(expanded.toArray());
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.d 45 # could reach a stub. However, the last PUSHJ is expanded and on the
46 # second iteration, the stubbed PUSHJ has to be expanded too because it
  /external/skia/src/pathops/
SkOpCoincidence.cpp 57 bool expanded = false; local
72 expanded = true;
89 expanded = true;
91 return expanded;
1206 bool expanded = false; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 116 /** If {@link #mHasUserChangedExpansion}, has the user expanded this row */
120 * Has this notification been expanded while it was pinned
133 * Is this notification expanded by the system. The expansion state can be overridden by the
186 * expanded by the user.
191 * Whether or not to update the background of the header of the notification when its expanded.
192 * If {@code true}, the header background will disappear when expanded.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 357 private void setExpanded(boolean expanded) {
358 if (expanded == mExpanded) return;
359 if (DEBUG) Log.d(mTag, "setExpanded " + expanded);
360 mExpanded = expanded;
    [all...]
  /external/mksh/src/
edit.c 3523 } expanded; variable in typeref:enum:expand_mode
    [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
docs.js 209 $(this).addClass('expanded');
379 if (section.hasClass('expanded')) {
386 section.closest('li').removeClass('expanded');
392 var $others = $('li.nav-section.expanded', $(this).closest('ul'));
393 $others.removeClass('expanded').children('ul').slideUp(250);
396 section.closest('li').addClass('expanded');
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 324 if (section.hasClass('expanded')) {
327 // remove 'expanded' class from my section and any children
328 section.closest('li').removeClass('expanded');
329 $('li.nav-section', section).removeClass('expanded');
334 var $others = $('li.nav-section.expanded', $(el).closest('ul')).not('.sticky');
335 $others.removeClass('expanded').children('ul').slideUp(250);
338 section.closest('li').addClass('expanded');
367 $(this).addClass('expanded');
387 $('ul#nav li.nav-section.expanded').removeClass('expanded').children('ul').hide()
    [all...]
  /build/kati/
ast.go 89 // are expanded.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zlib.py 371 expanded = dco.decompress(first + second)
374 self.assertEqual(expanded, data, "17K random source doesn't match")
  /external/syslinux/diag/geodsp/
geodspms.asm 187 SuperInfo: zd 32 ; The first 16 bytes expanded 8 times
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
RowsFragment.java 319 static void setRowViewExpanded(ItemBridgeAdapter.ViewHolder vh, boolean expanded) {
320 ((RowPresenter) vh.getPresenter()).setRowViewExpanded(vh.getViewHolder(), expanded); local
RowsSupportFragment.java 316 static void setRowViewExpanded(ItemBridgeAdapter.ViewHolder vh, boolean expanded) {
317 ((RowPresenter) vh.getPresenter()).setRowViewExpanded(vh.getViewHolder(), expanded); local
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 29 macroName // name of macro that should not be expanded
  /prebuilts/go/darwin-x86/src/runtime/
gcinfo_test.go 72 // object needs to be expanded to include an extra scalar
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 18 // HuffmanDecode decodes the string in v and writes the expanded
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 29 macroName // name of macro that should not be expanded
  /prebuilts/go/linux-x86/src/runtime/
gcinfo_test.go 72 // object needs to be expanded to include an extra scalar
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 18 // HuffmanDecode decodes the string in v and writes the expanded
  /external/owasp/sanitizer/empiricism/
html-containment.js 247 var classNameCollapsed = className.replace(/\bjson-expanded\b/g, '');
249 ? className + ' json-expanded' : classNameCollapsed;

Completed in 5974 milliseconds

1 2 3 45 6 7 8 91011>>