Home
last modified time | relevance | path

Searched refs:collapsed (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/widget/
DTableRow.java101 void setColumnCollapsed(int columnIndex, boolean collapsed) { in setColumnCollapsed() argument
104 child.setVisibility(collapsed ? GONE : VISIBLE); in setColumnCollapsed()
DSearchView.java747 private void updateViewsVisibility(final boolean collapsed) { in updateViewsVisibility() argument
748 mIconified = collapsed; in updateViewsVisibility()
750 final int visCollapsed = collapsed ? VISIBLE : GONE; in updateViewsVisibility()
756 mSearchEditFrame.setVisibility(collapsed ? GONE : VISIBLE); in updateViewsVisibility()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuBuilder.java1248 boolean collapsed = false; in collapseItemActionView()
1255 } else if ((collapsed = presenter.collapseItemActionView(this, item))) { in collapseItemActionView()
1261 if (collapsed) { in collapseItemActionView()
1264 return collapsed; in collapseItemActionView()
/frameworks/base/docs/html/google/gcm/
Dadv.jd48 …d the new message will take its place (that is, the old message will be collapsed by the new one).…
55 …APIs Console stats are broken down by messages sent to device, messages collapsed, and messages wa…
199 …tween messages is whether they are collapsed (where each new message replaces the preceding messag…
Dc2dm.jd73 …y omit the <code>collapse_key</code> parameter and messages will not be collapsed. GCM will store …
/frameworks/base/docs/html/design/patterns/
Dnew.jd14 <li>Notifications can be collapsed and expanded</li>
Dnavigation.jd54 <li>Switching views using a dropdown (aka collapsed tabs)</li>
/frameworks/base/docs/html/design/get-started/
Dui-overview.jd104 <p>Notifications can be expanded to uncover more details and relevant actions. When collapsed, noti…
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd86 …tos, names, and online statuses. In portrait, horizontal space could be collapsed by hiding contac…
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd592 <p class="img-caption"><strong>Figure 7.</strong> An action bar with a collapsed action
620 "collapseActionView"}. This is optional and declares that the action view should be collapsed into a
655 Devices running Android 4.0 and higher will show the action view collapsed, while older versions
670 button, the action view appears in the action bar. When collapsed, the system might place the item
699 callbacks when it's expanded and collapsed by defining an {@link
713 // Do something when collapsed
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1241 switch between the expanded state (action view is visible) and collapsed state (action item is
1249 <p>To receive callbacks when an action view switches between expanded and collapsed, register an
1261 collapsed.</p>
Djelly-bean.jd766 …larger, richer notifications</strong> to users that can be expanded and collapsed with a pinch or …
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt3092 /sdcard/android/layout_tests/fast/repaint/table-cell-collapsed-border.html
3111 /sdcard/android/layout_tests/fast/repaint/table-collapsed-border.html