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

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/api_examples/
README 10 Command should be expanded to show a simple image operation on a
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
process_track_base.css 22 .process-track-base.expanded .process-track-name:before {
rect_track.html 61 set expanded(expanded) {
62 this.heading_.expanded = !!expanded;
69 get expanded() {
70 return this.heading_.expanded;
  /external/clang/test/SemaObjC/
ibaction.m 14 // we allow 'ibaction' to be attached because it can be expanded from
  /external/llvm/test/CodeGen/AMDGPU/
legalizedag-bug-expand-setcc.ll 7 ; This bug caused the icmp IR instruction to be expanded to two machine
  /external/mesa3d/scons/
source_list.py 44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
  /external/v8/tools/gyp/test/rules-variables/
gyptest-rules-variables.py 8 Verifies rules related variables are expanded.
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
ScrollHandler.java 20 * API that handles scrolling when an alarm item is expanded/collapsed.
  /packages/apps/Music/res/values/
dimens.xml 20 <!-- height of an expanded list item in edit playlist mode -->
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
plan9obj.go 31 Magic64 = 0x8000 // 64-bit expanded header
  /prebuilts/go/linux-x86/src/debug/plan9obj/
plan9obj.go 31 Magic64 = 0x8000 // 64-bit expanded header
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pushjs2r.d 11 # the section just outside the offset range gets expanded.
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 53 Assert.assertFalse("Group is already expanded", mExpandableListView
141 // This method assumes that NO group is expanded when called
151 // Test all (non expanded) groups
172 // This method assumes that NO group is expanded when called
174 // Test with an expanded group
193 // This method assumes that NO group is expanded when called
226 // This method assumes that NO group is expanded when called
228 // Test with an expanded group
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/res/layout/
notification_expanded.xml 18 <!-- Layout for the expanded notification. -->
35 android:text="@string/expanded"
  /developers/samples/android/notification/CustomNotifications/Application/src/main/res/layout/
notification_expanded.xml 18 <!-- Layout for the expanded notification. -->
35 android:text="@string/expanded"
  /development/samples/browseable/CustomNotifications/res/layout/
notification_expanded.xml 18 <!-- Layout for the expanded notification. -->
35 android:text="@string/expanded"
  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 21 // STACK: note: expanded from macro
28 // STACKLESS: note: expanded from macro
reduced-diags-macros.cpp 12 // CHECK-NEXT: {{.*}}:3:34: note: expanded from macro 'NO_INITIATION'
42 // CHECK-NEXT: {{.*}}:31:24: note: expanded from macro 'APPLY'
  /external/clang/test/Parser/
cxx0x-for-range.cpp 55 #define FORRANGE(v, a) for (DECLVARWITHINIT(v) a) // expected-note {{expanded from macro}}
57 #define DECLVARWITHINIT(v) DECLAUTOVAR(v) = // expected-note {{expanded from macro}}
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
CollapsibleActionView.java 22 * When a {@link android.view.View} implements this interface it will receive callbacks when expanded or
32 * Called when this view is expanded as an action view. See {@link
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
debug.js 3 var expanded = anchor.expanded;
4 if (expanded) {
6 anchor.expanded = false;
10 anchor.expanded = true;
36 if (anchor.expanded) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 113 * @param expanded whether the panel is currently expanded; this is independent from the
114 * fraction as the panel also might be expanded if the fraction is 0
116 public void panelExpansionChanged(float frac, boolean expanded) {
121 pv.setVisibility(expanded ? View.VISIBLE : View.INVISIBLE);
123 if (expanded) {
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 94 boolean expanded = false; field in class:ContactsExpansion.ToggleScene
107 expandedContainer.setVisibility(expanded ? View.GONE : View.VISIBLE);
110 thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 :
113 arrow.setRotation(expanded ? 0 : 90);
114 expanded = !expanded;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RowPresenter.java 47 * A row is expanded to full height via {@link #setRowViewExpanded(Presenter.ViewHolder, boolean)}
50 * Row title is shown when row is expanded. Expanded status may control activated status
60 * The row's activated status can be controlled by selected status and/or expanded status.
63 * <li>{@link #SYNC_ACTIVATED_TO_EXPANDED} Activated status is synced with row expanded status</li>
66 * when both expanded and selected status are true</li>
68 * or expanded status, application can control activated status by its own.
100 * Don't synchronize row view activated status with selected status or expanded status,
188 * Returns whether the Row is in its expanded state.
190 * @return true if the Row is expanded, false otherwise
    [all...]
  /prebuilts/misc/windows/sdl2/test/
checkkeys.c 120 char *spot, expanded[1024]; local
122 expanded[0] = '\0';
125 size_t length = SDL_strlen(expanded);
126 SDL_snprintf(expanded + length, sizeof(expanded) - length, "\\x%.2x", (unsigned char)*spot);
128 SDL_Log("Text (%s): \"%s%s\"\n", expanded, *text == '"' ? "\\" : "", text);

Completed in 2352 milliseconds

1 2 34 5 6 7 8 91011>>