HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 201 - 225 of 2776) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/widget/
ExpandableListView.java 44 * individually be expanded to show its children. The items come from the
48 * the item's current state (the states are usually one of expanded group,
192 /** State indicating the group is expanded. */
200 /** State indicating the group is expanded and empty (has no children). */
204 /** States for the group where the 0th bit is expanded and 1st bit is empty. */
492 (pos.isExpanded() ? 1 : 0) | // Expanded?
531 // If this item is a child, or it is a non-empty group that is expanded
731 * @param groupPos the group to be expanded
732 * @return True if the group was expanded, false otherwise (if the group
733 * was already expanded, this will return false
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewWithHeadersTest.java 59 // Should be a header, and hence the first group should NOT have expanded
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/res/values/
strings.xml 32 advantage of the expanded notification format in newer versions of Android, and
  /developers/samples/android/notification/BasicNotifications/Application/src/main/res/values/
strings.xml 32 advantage of the expanded notification format in newer versions of Android, and
  /development/samples/browseable/BasicNotifications/res/values/
strings.xml 32 advantage of the expanded notification format in newer versions of Android, and
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 22 * of the current state (collapsed/expanded) of the corresponding item in the list,
  /external/chromium_org/chrome/browser/net/
disk_cache_dir_policy_handler_unittest.cc 41 // Use a variable in the value. It should be expanded by the handler.
  /external/chromium_org/chrome/browser/resources/chromeos/network_ui/
network_ui.css 62 .state-table-expanded-cell {
  /external/chromium_org/chrome/browser/resources/uber/
uber.css 54 .iframe-container.expanded {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.h 65 // Called when one of the child elements has expanded/collapsed.
261 // when the details section is expanded).
267 // on whether the details section is expanded).
270 // Whether the details section is expanded.
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/be/
375.txt 20 # Baranovichi (??????????) was expanded to the prefix 163, in accordance
  /external/chromium_org/third_party/opus/src/silk/
bwexpander_32.c 36 opus_int32 *ar, /* I/O AR filter to be expanded (without leading 1) */
  /external/chromium_org/third_party/opus/src/silk/float/
bwexpander_FLP.c 36 silk_float *ar, /* I/O AR filter to be expanded (without leading 1) */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
bw_expand.c 27 int16_t *out, /* (o) the bandwidth expanded lpc coefficients */
bw_expand.h 29 int16_t *out, /* (o) the bandwidth expanded lpc coefficients */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
normal.cc 63 AudioMultiVector expanded(output->Channels());
64 expand_->Process(&expanded);
125 // Interpolate the expanded data into the new vector.
137 (32 - fraction) * expanded[channel_ix][i] + 8) >> 5;
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player_model.js 17 expanded: false,
  /external/libopus/silk/
bwexpander_32.c 36 opus_int32 *ar, /* I/O AR filter to be expanded (without leading 1) */
  /external/libopus/silk/float/
bwexpander_FLP.c 36 silk_float *ar, /* I/O AR filter to be expanded (without leading 1) */
  /external/llvm/test/CodeGen/ARM/
a15-mla.ll 25 ; This tests checks that FP VMLA instructions are not expanded into separate multiply/addition
  /external/openfst/src/include/fst/
visit.h 94 bool expanded = false; local
95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
97 expanded = true;
173 if (!expanded && root == nstates) {
  /external/oprofile/libregex/
op_regex.cpp 117 string last, expanded(input);
120 last = expanded;
121 expanded = substitute_definition(last);
122 if (expanded == last)
  /frameworks/base/packages/SystemUI/res/layout/
keyguard_user_switcher_item.xml 37 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.UserSwitcher.UserName"
status_bar_expanded_header.xml 91 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.EmergencyCallsOnly"
107 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
117 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
140 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdlib_h.m4 29 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.

Completed in 628 milliseconds

1 2 3 4 5 6 7 891011>>