/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
PercentagePanel.java | 73 boolean expanded = chart.isExpanded(); 77 if (expanded) {
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Config.h | 66 /* disable warning for not expanded inline functions in release build: */ 69 /* disable warning for automatic expanded inline functions in release build: */
|
/external/skia/include/gpu/ |
GrConfig.h | 85 * GR_STRING makes a string of X where X is expanded before conversion to a string 92 * GR_CONCAT concatenates X and Y where each is expanded before
|
/external/testng/doc/samplereport/css/ |
maven-base.css | 87 #navcolumn li.expanded {
88 background-image: url(../images/expanded.gif);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_vendor_test.c | 2 * EAP peer method: Test method for vendor specific (expanded) EAP type 8 * This file implements a vendor specific test method using EAP expanded types.
|
/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" 71 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/compat/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.
|
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/ |
AbstractPlayMusicHelper.java | 86 * This method will press the header and block until the song is expanded. 98 * Setup expectations: PlayMusic is open with a song open and 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 */
|
/build/target/board/generic/ |
BoardConfig.mk | 59 # include an expanded selection of fonts for the SDK.
|
/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/ImageMagick/m4/ |
ax_require_defined.m4 | 13 # where a macro isn't expanded. Instead the configure script emits a
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
alerts-table.html | 127 #alerts tbody tr[expanded] td:not(:first-child) { 188 #alerts tbody tr[expanded]:not([highlighted]) { 230 #alerts .kd-button[expanded] { 302 expanded$="{{item.expanded}}" 307 expanded$="{{item.expanded}}" 554 // Preserve expanded groups 559 isGroupExpanded = isGroupExpanded || alertsInGroup[i].expanded; 560 alertsInGroup[i].expanded = false [all...] |