HomeSort by relevance Sort by last modified time
    Searched full:collapsed (Results 76 - 100 of 419) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
optimize-dmbs-v7.ll 23 ; Hence it should have 3 dmb;str;dmb sequences with the middle dmbs collapsed
  /external/skia/src/gpu/
GrTraceMarker.cpp 50 // check used for GrGpuGL device after we've already collapsed all markers
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 80 final String text = getResources().getString(R.string.collapsed, time);
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 85 String collapsed = collapsedPaths.get(fcd.file.path);
86 fcd.path = "src/${collapsed}";
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 80 final String text = getResources().getString(R.string.collapsed, time);
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 80 final String text = getResources().getString(R.string.collapsed, time);
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
  /external/chromium_org/chrome/browser/resources/print_preview/
metrics.js 86 // 'More/less settings' collapsed.
90 // User printed with extra settings collapsed.
  /external/llvm/utils/
DSAextract.py 17 #name in the dot file. Thus if you say specify COLLAPSED
18 #as a parameter this script will pull out all COLLAPSED
  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 137 * If {@param isCollapsible} is TRUE, then this editor can be collapsed by clicking on its
157 // potentially focused editor is being collapsed.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 198 // Tab sync is disabled, so clean up data about collapsed sessions.
239 // Use a pref to keep track of sessions that were collapsed by the user.
262 session_data->SetBoolean("collapsed", is_collapsed);
373 // Store session tags for collapsed sessions in a preference so that the
374 // collapsed state persists.
  /external/lldb/www/python_reference/
epydoc.js 97 var elt = document.getElementById(id+"-collapsed");
99 var elt = document.getElementById(id+"-collapsed-linenums");
110 var elt = document.getElementById(id+"-collapsed-linenums");
114 var elt = document.getElementById(id+"-collapsed");
145 var elt = document.getElementById(id+"-collapsed");
  /frameworks/support/v4/java/android/support/v4/view/
MenuItemCompat.java 84 * #SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW} is expanded or collapsed.
103 * is collapsed.
105 * @param item Item that was collapsed
399 * @return true if the action view was collapsed, false otherwise.
426 * item to be notified when the associated action view is expanded or collapsed.
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 111 this.session_.collapsed = !this.session_.collapsed;
114 [this.session_.tag, this.session_.collapsed]);
117 var eventId = this.session_.collapsed ?
138 this.collapseItem_.hidden = this.session_.collapsed;
139 this.expandItem_.hidden = !this.session_.collapsed;
205 if (!this.session_.collapsed)
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 132 * collapsed group, we will not have a direct match here, but we will
138 * it, and all groups before it are collapsed).
319 * groups, so it must be a collapsed group that they're search for
575 * This skips the collapsed groups and increments the flat list
576 * position (for subsequent exp groups) by accounting for the collapsed
612 * If it is null, it must be already collapsed. This group metadata
    [all...]
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 186 * Override this for receiving callbacks when a group has been collapsed.
300 * Sets the selection to the specified child. If the child is in a collapsed
307 * it is collapsed.
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java 110 // Insert a collapsed group in front of the one just expanded
SimpleExpandableListAdapterTest.java 316 // the collapsed and expanded use same layout
325 // the collapsed and expanded use different layouts
368 // the collapsed and expanded use same layout
377 // the collapsed and expanded use different layouts
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/
chromevox_assets.gypi 27 'chromevox/background/earcons/collapsed.ogg',
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js 92 // has been collapsed. This occurs when two CursorSelection's point away
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
tts.js 77 * concatenated together with all whitespace collapsed to single
  /external/chromium_org/content/test/ppapi/
ppapi_browsertest.cc 64 // Also note that these tests are run separately on purpose (versus collapsed
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
TrailingObjects.h 51 // of the collapsed whitespace. So to achieve this we use appendObjectIfNeeded() to keep track of
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 351 collapsed: function()
357 * @param {boolean} collapsed
359 setCollapsed: function(collapsed)
361 this._collapsed = collapsed;
  /external/chromium_org/ui/file_manager/file_manager/audio_player/css/
audio_player.css 34 .audio-player:not(.collapsed):not(.single-track) > .title-button {
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 59 // If a node is subsequently collapsed and expanded again, the children
89 // Marks |model_node| as collapsed. This only effects the UI if node and all
323 // If the current node is expanded, it's collapsed, otherwise selection is
327 // If the selected node is collapsed, it's expanded. Otherwise the first child

Completed in 767 milliseconds

1 2 34 5 6 7 8 91011>>