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

  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
VideoSurface.java 41 LayoutParams fp = new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT);
45 // LayoutParams vp = new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT);
49 LayoutParams gp = new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT);
  /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...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 43 ViewGroup.LayoutParams.FILL_PARENT,
44 ViewGroup.LayoutParams.FILL_PARENT);
  /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));
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 356 LayoutParams.FILL_PARENT,
357 LayoutParams.FILL_PARENT,
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 478 editTextDialogInput.setWidth(LayoutParams.FILL_PARENT);
479 editTextDialogInput.setHeight(LayoutParams.FILL_PARENT);
  /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)) {
  /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...]
AudioTrackLinearLayout.java 369 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.FILL_PARENT);
MediaLinearLayout.java 644 LinearLayout.LayoutParams.FILL_PARENT);
722 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.FILL_PARENT);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 468 milliseconds