HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 2951 - 2975 of 4661) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
AdvancedApp.js 85 // Hide inspectorView and force layout to mimic the undocked state.
121 // Restore docked layout in case of smooth transition.
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.h 73 virtual void layout() OVERRIDE FINAL;
  /external/chromium_org/third_party/icu/source/tools/genren/
Makefile 61 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layout all-local
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 166 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
424 if (src_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
425 dst_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) {
475 switch (format_desc->layout) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 82 ID3D11InputLayout* layout; member in struct:mesh
97 dev->CreateInputLayout(elements, num_elements, vs, vs_size, &layout);
128 layout->Release();
136 ctx->IASetInputLayout(layout);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl.h 121 ChannelLayout layout) OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 248 // The output layout may only remove channels, not add. |src| and |dest|
276 // of |data| points to a channel buffer, arranged according to |layout|.
280 ChannelLayout layout) = 0;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerAdvanced.java 90 View newComponent = inflater.inflate(R.layout.color_picker_advanced_component, null);
  /external/chromium_org/ui/views/layout/
grid_layout.h 13 #include "ui/views/layout/layout_manager.h"
20 // ColumnSet* columns = layout->AddColumnSet(0); // Give this column an
34 // layout->StartRow(0, // This row isn't vertically resizable.
36 // layout->AddView(v1);
38 // layout->AddView(v2);
45 // layout->AddView(v1, 1, 1, LEADING, LEADING);
178 virtual void Layout(View* host) OVERRIDE;
189 // As both Layout and GetPreferredSize need to do nearly the same thing,
191 // appropriate. If layout is true, width/height give the width/height the
193 void SizeRowsAndColumns(bool layout,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 463 // a, b and blockModeLayoutNdx initialized in block mode layout index detecting loop below.
491 // Find block mode layout index, i.e. appropriate row in the "2d block mode layout" table in ASTC spec.
520 const BlockModeLayout& layout = blockModeLayouts[blockModeLayoutNdx];
521 const int aMax = (1 << layout.aNumBits) - 1;
522 const int bMax = (1 << layout.bNumBits) - 1;
524 const int widthMin = layout.gridWidthConstantTerm;
525 const int heightMin = layout.gridHeightConstantTerm;
526 const int widthMax = widthMin + variableOffsetsMax[layout.gridWidthVariableTerm];
527 const int heightMax = heightMin + variableOffsetsMax[layout.gridHeightVariableTerm]
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 14 import org.eclipse.swt.layout.GridData;
95 * IMPORTANT: WHEN ASSIGNING LAYOUT DATA TO A CONTROL, BE SURE TO USE
502 * column when the layout resizes. If any control in the column is set to grab horizontal then the
  /external/icu/icu4c/source/tools/genren/
Makefile 73 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layout all-local
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 166 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
424 if (src_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
425 dst_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) {
475 switch (format_desc->layout) {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 82 ID3D11InputLayout* layout; member in struct:mesh
97 dev->CreateInputLayout(elements, num_elements, vs, vs_size, &layout);
128 layout->Release();
136 ctx->IASetInputLayout(layout);
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 133 setContentView(R.layout.game_over);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 118 public static final class layout { class in class:R
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 120 super(context, android.R.layout.simple_spinner_item, testItems);
ActivityTest.java 157 customActivity.setContentView(R.layout.main);
158 transcript.assertEventsSoFar("onContentChanged was called; title is \"Main Layout\"");
341 activity.setContentView(R.layout.main);
350 activity.setContentView(R.layout.main);
370 activity.setContentView(R.layout.toplevel_merge);
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 112 final View view = inflater.inflate(R.layout.date_picker_dialog, null);
TimePickerDialog.java 109 final View view = inflater.inflate(R.layout.time_picker_dialog, null);
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 52 * <p>Here's an example XML layout of a PreferenceScreen:</p>
167 com.android.internal.R.layout.preference_list_fragment, null);
  /frameworks/base/core/java/android/transition/
TransitionUtils.java 107 copy.layout(left, top, right, bottom);
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 28 * A layout that lets you specify exact locations (x/y coordinates) of its
37 * or a custom layout instead.
99 * Returns a set of layout parameters with a width of
123 child.layout(childLeft, childTop,
153 * Per-child layout information associated with AbsoluteLayout.
155 * {@link android.R.styleable#AbsoluteLayout_Layout Absolute Layout Attributes}
169 * Creates a new set of layout parameters with the specified width,
186 * Creates a new set of layout parameters. The values are extracted from
188 * to this set of layout parameters are:
198 * @param attrs the set of attributes from which to extract the layout
    [all...]
ActionMenuView.java 133 // If we've been given an exact size to match, apply special formatting during layout.
330 // The last item will get this implicitly from layout.
465 v.layout(l, t, r, b);
488 v.layout(l, t, l + width, t + height);
508 v.layout(startRight - width, t, startRight, t + height);
524 v.layout(startLeft, t, startLeft + width, t + height);
761 @ViewDebug.ExportedProperty(category = "layout")
765 @ViewDebug.ExportedProperty(category = "layout")
769 @ViewDebug.ExportedProperty(category = "layout")
773 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
ActivityChooserView.java 242 inflater.inflate(R.layout.activity_chooser_view, this, true);
476 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
760 R.layout.activity_chooser_view_list_item, parent, false);
770 R.layout.activity_chooser_view_list_item, parent, false);

Completed in 1823 milliseconds

<<111112113114115116117118119120>>