HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 176 - 200 of 2084) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 53 * expanded; must be aligned on an 8-byte boundary.
56 * iExpandPels - number of pixels to be expanded in the horizontal and
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 45 * defines the views for expanded groups.
72 * defines the views for expanded groups.
ExpandableListView.java 42 * individually be expanded to show its children. The items come from the
46 * the item's current state (the states are usually one of expanded group,
190 /** State indicating the group is expanded. */
198 /** State indicating the group is expanded and empty (has no children). */
202 /** States for the group where the 0th bit is expanded and 1st bit is empty. */
490 (pos.isExpanded() ? 1 : 0) | // Expanded?
529 // If this item is a child, or it is a non-empty group that is expanded
729 * @param groupPos the group to be expanded
730 * @return True if the group was expanded, false otherwise (if the group
731 * was already expanded, this will return false
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 93 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight());
116 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight());
  /frameworks/base/docs/html/training/notify-user/
index.jd 85 <a href="expanded.html">Using Big View Styles</a>
89 Learn how to create a big view within an expanded notification, while still maintaining
  /frameworks/base/packages/SystemUI/res/layout-sw410dp/
status_bar_alarm_group.xml 47 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock"
70 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 180 public void panelExpansionChanged(float frac, boolean expanded) {
181 super.panelExpansionChanged(frac, expanded);
  /frameworks/support/v4/java/android/support/v4/view/
MenuItemCompat.java 63 * When expanded, the action view temporarily takes over
84 * #SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW} is expanded or collapsed.
94 * is expanded.
96 * @param item Item that was expanded
380 * @return true if the action view was expanded, false otherwise.
409 * Returns true if this menu item's action view has been expanded.
411 * @return true if the item's action view is expanded, false otherwise.
426 * item to be notified when the associated action view is expanded or collapsed.
  /ndk/build/tools/
dev-platform-compress.sh 19 # Compressed expanded platform files into development/ndk/platforms/
28 "This script is used to compress an expanded platforms NDK tree
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 178 // Active dicNodes currently being expanded.
180 // Next dicNodes to be expanded.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hidclass.h 128 expanded here */
143 expanded here */
  /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-trace/catapult/telemetry/third_party/altgraph/doc/
core.rst 13 written by Nathan Denny it has been significantly optimized and expanded.
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
kernel_track.html 65 track.detailedMode = this.expanded;
  /external/libmicrohttpd/m4/
ax_require_defined.m4 13 # where a macro isn't expanded. Instead the configure script emits a
  /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/selinux/libsemanage/src/
semanage.conf 33 # When generating the final linked and expanded policy, by default
  /external/webrtc/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 */

Completed in 5456 milliseconds

1 2 3 4 5 6 78 91011>>