HomeSort by relevance Sort by last modified time
    Searched refs:FILL_PARENT (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeConstants.java 49 public final static String FILL_PARENT = "fill_parent";
  /frameworks/support/v4/java/android/support/v4/app/
NoSaveStateFrameLayout.java 38 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT);
ListFragment.java 109 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
120 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
126 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
129 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
134 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
    [all...]
FragmentTabHost.java 153 ViewGroup.LayoutParams.FILL_PARENT,
154 ViewGroup.LayoutParams.FILL_PARENT));
160 ViewGroup.LayoutParams.FILL_PARENT,
170 LinearLayout.LayoutParams.FILL_PARENT, 0, 1));
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 43 ViewGroup.LayoutParams.FILL_PARENT,
44 ViewGroup.LayoutParams.FILL_PARENT);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 126 * Alias for {@link ViewGroup.LayoutParams#FILL_PARENT}. If used to specify a popup width, the
130 public static final int FILL_PARENT = ViewGroup.LayoutParams.FILL_PARENT;
424 * Sets the width of the popup window in pixels. Can also be {@link #FILL_PARENT} or {@link
457 * Sets the height of the popup window in pixels. Can also be {@link #FILL_PARENT}.
522 if (mDropDownWidth == ViewGroup.LayoutParams.FILL_PARENT) {
532 if (mDropDownHeight == ViewGroup.LayoutParams.FILL_PARENT) {
535 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.FILL_PARENT;
538 mDropDownWidth == ViewGroup.LayoutParams.FILL_PARENT ?
539 ViewGroup.LayoutParams.FILL_PARENT : 0, 0)
    [all...]
ScrollingTabContainerView.java 74 ViewGroup.LayoutParams.FILL_PARENT));
145 ViewGroup.LayoutParams.FILL_PARENT));
163 ViewGroup.LayoutParams.FILL_PARENT));
190 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.FILL_PARENT));
242 tabView.setLayoutParams(new ListView.LayoutParams(ListView.LayoutParams.FILL_PARENT,
258 LayoutParams.FILL_PARENT, 1));
273 0, LayoutParams.FILL_PARENT, 1));
ActionBarContextView.java 98 ViewGroup.LayoutParams.FILL_PARENT);
114 layoutParams.width = ViewGroup.LayoutParams.FILL_PARENT;
218 ViewGroup.LayoutParams.FILL_PARENT);
231 layoutParams.width = ViewGroup.LayoutParams.FILL_PARENT;
285 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
298 "with android:layout_width=\"FILL_PARENT\" (or fill_parent)");
ActionBarContainer.java 195 lp.width = LayoutParams.FILL_PARENT;
ActionBarView.java 273 lp.height = LayoutParams.FILL_PARENT;
330 mMenuView.getLayoutParams().width = LayoutParams.FILL_PARENT;
377 lp.height = LayoutParams.FILL_PARENT;
413 LayoutParams.FILL_PARENT);
433 layoutParams.width = LayoutParams.FILL_PARENT;
678 LayoutParams.WRAP_CONTENT, LayoutParams.FILL_PARENT);
831 "with android:layout_width=\"MATCH_PARENT\" (or fill_parent)");
    [all...]
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 145 ViewGroup.LayoutParams.FILL_PARENT,
146 ViewGroup.LayoutParams.FILL_PARENT));
152 ViewGroup.LayoutParams.FILL_PARENT,
162 LinearLayout.LayoutParams.FILL_PARENT, 0, 1));
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 115 ViewGroup.LayoutParams.FILL_PARENT,
137 ViewGroup.LayoutParams.FILL_PARENT,
168 ViewGroup.LayoutParams.FILL_PARENT,
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 91 0, ViewGroup.LayoutParams.FILL_PARENT);
186 ViewGroup.LayoutParams.FILL_PARENT));
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteActionProvider.java 254 ViewGroup.LayoutParams.FILL_PARENT));
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 356 LayoutParams.FILL_PARENT,
357 LayoutParams.FILL_PARENT,
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 506 } else if (lp.width == LayoutParams.FILL_PARENT) {
516 } else if (lp.height == LayoutParams.FILL_PARENT) {
567 } else if (lp.height == LayoutParams.FILL_PARENT) {
589 } else if (lp.height == LayoutParams.FILL_PARENT) {
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 478 editTextDialogInput.setWidth(LayoutParams.FILL_PARENT);
479 editTextDialogInput.setHeight(LayoutParams.FILL_PARENT);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 446 s.equals(BridgeConstants.FILL_PARENT)) {
573 s.equals(BridgeConstants.FILL_PARENT)) {
BridgeResources.java 334 v.equals(BridgeConstants.FILL_PARENT)) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 392 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 638 params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
647 params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
659 params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 414 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.FILL_PARENT);
457 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.FILL_PARENT);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]

Completed in 387 milliseconds

1 2