HomeSort by relevance Sort by last modified time
    Searched defs:expanded (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/clang/www/analyzer/scripts/
expandcollapse.js 11 // array[group][cell] of { 'height', 'expanded' }.
15 // expanded: boolean; is a cell expanded or collapsed?
24 // Returns { 'height', 'expanded' } info for a cell with a given id.
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
112 'expanded' : false };
147 if (cellInfo.expanded) {
148 // Cell is expanded - collapse the row height to CLIP_HEIGHT
    [all...]
  /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;
  /external/chromium_org/cc/base/
tiling_data_unittest.cc 2212 gfx::Rect expanded = data2.ExpandRectToTileBoundsWithBorders(inner_rect_src); local
2263 gfx::Rect expanded = data2.ExpandRectToTileBounds(inner_rect_src); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 379 * Returns the set of expanded categories in the palette. Note: Header labels will have
382 * @return the set of expanded categories in the palette - never null
385 Set<String> expanded = new HashSet<String>(); local
389 expanded.add(((CLabel) c).getText());
394 return expanded;
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 85 // Given a node and a rectangle, builds an expanded rectangle list where the
324 Rect expanded = top; local
325 expanded.Union(corner);
328 parent.get(), corner, parent->child(0), expanded));
330 expanded = middle;
331 expanded.Union(corner);
336 parent.get(), corner, parent->child(1), expanded));
338 expanded = bottom;
339 expanded.Union(corner);
344 parent.get(), corner, parent->child(2), expanded));
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 193 bool expanded = gtk_tree_view_row_expanded(view, path); local
195 if (expanded)
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogGroupBuilderTest.java 269 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) {
272 assertEquals(expanded, group.expanded);
281 /** Whether the group should be initially expanded. */
282 public final boolean expanded; field in class:CallLogGroupBuilderTest.GroupSpec
284 public GroupSpec(int cursorPosition, int size, boolean expanded) {
287 this.expanded = expanded;
297 public void addGroup(int cursorPosition, int size, boolean expanded) {
298 groups.add(new GroupSpec(cursorPosition, size, expanded));
    [all...]
  /external/chromium_org/base/win/
registry.cc 290 wchar_t expanded[kMaxStringLength]; local
291 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength);
298 *out_value = expanded;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 44 public ExpandableNotificationRow row; // the outer expanded view
45 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
81 expanded = null;
265 if (e.expanded != null) { // the view successfully inflated
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 575 wchar_t expanded[MAX_PATH]; local
577 entry.location.c_str(), expanded, MAX_PATH);
580 GetSubjectNameFromDigitalSignature(base::FilePath(expanded));
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 129 panel->expansion_state() == Panel::EXPANDED ?
347 bool expanded = panel->expansion_state() == Panel::EXPANDED; local
349 if (expanded)
354 if (expanded)
367 // Make sure the panel is expanded when activated so the user input
370 panel->SetExpansionState(Panel::EXPANDED);
378 // Ensure that the panel could fit within the work area after it is expanded.
414 panel->SetExpansionState(Panel::EXPANDED);
442 // panel that is clicked by the user will be expanded
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 370 // (otherwise preserving expanded paths etc won't work)
543 List<IMarker> expanded = new ArrayList<IMarker>(mExpandedIds.size()); local
549 expanded.add(marker);
553 if (!expanded.isEmpty()) {
554 mTreeViewer.setExpandedElements(expanded.toArray());
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 457 ((MyViewHolder) holder).expandedText.setText("More text for the expanded version");
463 Boolean expanded = mExpanded.get(itemText); local
464 if (expanded != null && expanded) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src1)
    [all...]
brw_vec4_visitor.cpp 286 src_reg expanded; local
294 expanded = src_reg(this, glsl_type::vec4_type);
295 expanded.type = src0.type;
296 emit(MOV(dst_reg(expanded), src0));
297 src0 = expanded;
299 expanded = src_reg(this, glsl_type::vec4_type);
300 expanded.type = src1.type;
301 emit(MOV(dst_reg(expanded), src1));
302 src1 = expanded;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src1)
    [all...]
brw_vec4_visitor.cpp 286 src_reg expanded; local
294 expanded = src_reg(this, glsl_type::vec4_type);
295 expanded.type = src0.type;
296 emit(MOV(dst_reg(expanded), src0));
297 src0 = expanded;
299 expanded = src_reg(this, glsl_type::vec4_type);
300 expanded.type = src1.type;
301 emit(MOV(dst_reg(expanded), src1));
302 src1 = expanded;
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 214 lp.expanded = false;
237 // When we have overflow and a single expanded (text) item, we want to try centering it
267 // Items that get expanded will always be in the set of smallest items when we're done.
289 lp.expanded = true;
327 lp.expanded = true;
336 lp.expanded = true;
361 if (!lp.expanded) continue;
781 public boolean expanded; field in class:ActionMenuView.LayoutParams
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
RowsFragment.java 312 private static void setRowViewExpanded(ItemBridgeAdapter.ViewHolder vh, boolean expanded) {
313 ((RowPresenter) vh.getPresenter()).setRowViewExpanded(vh.getViewHolder(), expanded); local
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 224 lp.expanded = false;
247 // When we have overflow and a single expanded (text) item, we want to try centering it
277 // Items that get expanded will always be in the set of smallest items when we're done.
299 lp.expanded = true;
337 lp.expanded = true;
346 lp.expanded = true;
371 if (!lp.expanded) continue;
784 boolean expanded; field in class:ActionMenuView.LayoutParams
  /external/zxing/core/
core.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPropertiesSection.js 331 var context = { expanded: this.expanded, elementToEdit: elementToEdit, previousContent: elementToEdit.textContent };
368 if (context.expanded)
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 53 gfx::Size expanded(std::max(size.width(), 64), std::max(size.height(), 64));
54 return expanded;
222 gfx::Size expanded = GetExpandedWindowSize( local
225 gfx::Vector2d(expanded.width() - size_in_pixels.width(),
226 expanded.height() - size_in_pixels.height());
227 message_handler_->SetSize(expanded);
459 // If the window bounds were expanded we need to return the original bounds
474 // If the window bounds have to be expanded we need to subtract the
480 gfx::Rect expanded(
487 expanded.origin()
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1297 boolean expanded() { return false; } method in class:CodeIterator.Branch
1316 boolean expanded() { method in class:CodeIterator.LdcW
1355 boolean expanded() { method in class:CodeIterator.Branch16
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 953 String[] expanded = new String[segments.length * 2]; local
954 System.arraycopy(segments, 0, expanded, 0, segments.length);
955 segments = expanded;
    [all...]

Completed in 525 milliseconds

1 2 3 4