/external/skia/tests/ |
MatrixClipCollapseTest.cpp | 23 // be completely removed by the matrix/clip collapse. Note: every save in 47 // rendering before and after images. Additionally the matrix/clip collapse 50 // run the matrix/clip collapse system on the 10K skp set 51 // - this should give us warm fuzzies that the matrix clip collapse
|
/frameworks/base/core/java/android/app/ |
StatusBarManager.java | 162 * Collapse the notifications and settings panels.
|
/frameworks/base/core/java/android/view/ |
MenuItem.java | 114 * @return true if the item should collapse, false if collapsing should be suppressed. 569 * Collapse the action view associated with this menu item. 595 * be configured to expand or collapse its action view using the flag 598 * @param listener Listener that will respond to expand/collapse events
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 145 * collapse state 288 // update the collapse status of the column 367 * <p>Applies the columns collapse status to a new row added to this 384 // the collapse status is set only when the column should be
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 127 * Called when a menu item with a collapsable action view should collapse its action view.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelBar.java | 149 pv.collapse(delayed, speedUpFactor);
|
PanelView.java | 394 // Log collapse gesture if on lock screen. 817 public void collapse(boolean delayed, float speedUpFactor) { method in class:PanelView 818 if (DEBUG) logf("collapse: " + this); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuPresenter.java | 126 * Called when a menu item with a collapsible action view should collapse its action view.
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
BaseKeyEventsTestCase.java | 106 // ...and another to collapse the SearchView
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
AlarmTimeAdapter.java | 140 public void collapse(int position) { method in class:AlarmTimeAdapter
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
MessagingException.java | 26 * TO DO: Does it make sense to further collapse AuthenticationFailedException and
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationOverlayItem.java | 180 * in the case where the snap header is tapped to collapse the message but the
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
MessagingException.java | 25 * TO DO: Does it make sense to further collapse AuthenticationFailedException and
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
ControlPane.java | 32 * A base control pane, with standard abilities to collapse or remove itself.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 287 // expand/collapse 297 m_activePropertyInfo.collapse(); 374 * We do expand/collapse on to events: click on state sign and on double click. But when we double 422 // check for expand/collapse 1432 collapse(); method 1461 public void collapse() throws Exception { method in class:PropertyTable.PropertyInfo [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 100 // a block or loop etc.. Also don't collapse epsilons that 101 // point at the last node of the alt. Don't collapse action edges 231 * TODO add to codegen: collapse alt blks that are sets into single matchSet 382 * Special case: if just a list of tokens/chars/sets, then collapse 405 // even if we can collapse for lookahead purposes, we will still
|
/external/clang/lib/Parse/ |
ParseOpenMP.cpp | 412 /// | linear-clause | aligned-clause | collapse-clause | 451 // Only one collapse clause can appear on a simd directive. 556 /// 'collapse', 'safelen', 'num_threads', 'simdlen', 'num_teams', 571 /// collapse-clause: 572 /// 'collapse' '(' expression ')' [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
gimple.h | 526 size_t collapse; variable 529 struct gimple_omp_for_iter * GTY((length ("%h.collapse"))) iter; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ToolbarTest.java | 255 // Collapse search menu item's action view and verify that main toolbar doesn't have an 268 // Now collapse search menu item's action view via toolbar's API and verify that main
|
/external/ImageMagick/www/api/MagickCore/ |
doxygen.css | 286 border-collapse: collapse;
|
/external/ImageMagick/www/api/MagickWand/ |
doxygen.css | 286 border-collapse: collapse;
|
/external/bzip2/ |
bz-fo.xsl | 40 white-space-collapse="false" text-align="start" 50 white-space-collapse="false" text-align="start"
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
sanitizer.py | 131 'border-bottom-color', 'border-collapse', 'border-color', 143 'bold', 'both', 'bottom', 'brown', 'center', 'collapse', 'dashed',
|
/external/clang/test/OpenMP/ |
ordered_codegen.cpp | 116 #pragma omp for schedule(auto) collapse(2) ordered 169 #pragma omp for collapse(2) schedule(runtime) ordered
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentsView.java | 412 // Collapse previous expanded components except the requested one 413 // TODO (frederic) also collapse expanded components children elements
|