Searched refs:LayoutParams (Results 1 – 12 of 12) sorted by relevance
30 WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN31 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS,32 WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN33 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS);46 WindowManager.LayoutParams.FLAG_FULLSCREEN,47 WindowManager.LayoutParams.FLAG_FULLSCREEN);58 WindowManager.LayoutParams.FLAG_FULLSCREEN);
106 WindowManager.LayoutParams.FLAG_FULLSCREEN,107 WindowManager.LayoutParams.FLAG_FULLSCREEN);123 WindowManager.LayoutParams.FLAG_FULLSCREEN);
24 * @see android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN29 * {@link android.view.WindowManager.LayoutParams#FLAG_LAYOUT_IN_SCREEN}
21 public class MarginLayoutParams extends LayoutParams {25 public class LayoutParams { class in ViewGroup
7 import android.view.ViewGroup.LayoutParams;36 int fillParent = LayoutParams.FILL_PARENT; // API 138 int matchParent = LayoutParams.MATCH_PARENT; // API 863 int fillParent = LayoutParams.FILL_PARENT; // API 165 int matchParent = LayoutParams.MATCH_PARENT; // API 890 int fillParent = LayoutParams.FILL_PARENT; // API 192 int matchParent = LayoutParams.MATCH_PARENT; // API 8117 int fillParent = LayoutParams.FILL_PARENT; // API 1119 int matchParent = LayoutParams.MATCH_PARENT; // API 8
7 import android.view.ViewGroup.LayoutParams;34 int fillParent = LayoutParams.FILL_PARENT; // API 136 int matchParent = LayoutParams.MATCH_PARENT; // API 8
23 public class LayoutParams extends mock_android.view.ViewGroup.LayoutParams { class in LinearLayout
23 public class LayoutParams extends MarginLayoutParams { class in TableLayout
69 … mTopLayoutParamsClass = new ClassWrapper(mock_android.view.ViewGroup.LayoutParams.class); in MockLayoutParamsParser()91 assertEquals(mock_android.view.ViewGroup.LayoutParams.class, in testFindLayoutParams()94 assertEquals(mock_android.widget.LinearLayout.LayoutParams.class, in testFindLayoutParams()97 assertEquals(mock_android.widget.TableLayout.LayoutParams.class, in testFindLayoutParams()103 mock_android.view.ViewGroup.LayoutParams.class); in testGetLayoutParamsInfo()109 mock_android.widget.LinearLayout.LayoutParams.class); in testGetLayoutParamsInfo()115 mock_android.widget.TableLayout.LayoutParams.class); in testGetLayoutParamsInfo()
86 LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(iconSize, iconSize); in bindEditor()90 FrameLayout.LayoutParams flp = new FrameLayout.LayoutParams( in bindEditor()91 ViewGroup.LayoutParams.MATCH_PARENT, in bindEditor()92 ViewGroup.LayoutParams.MATCH_PARENT); in bindEditor()
40 import android.widget.FrameLayout.LayoutParams;100 FrameLayout.LayoutParams lp = (LayoutParams) e.getLayoutParams(); in initPreviewScroller()
54 ViewGroup.LayoutParams params = new ViewGroup.LayoutParams(1, 1); in onCreate()