HomeSort by relevance Sort by last modified time
    Searched refs:ViewGroup (Results 76 - 100 of 921) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 21 import android.view.ViewGroup;
48 layout.setLayoutParams(new ViewGroup.LayoutParams(
49 ViewGroup.LayoutParams.MATCH_PARENT,
50 ViewGroup.LayoutParams.MATCH_PARENT));
53 ViewGroup.LayoutParams.MATCH_PARENT, 1);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
AdjacentVerticalRectLists.java 24 import android.view.ViewGroup;
27 * {@link android.view.FocusFinder#findNextFocus(android.view.ViewGroup, android.view.View, int)}
68 mLayout.setLayoutParams(new ViewGroup.LayoutParams(
69 ViewGroup.LayoutParams.MATCH_PARENT,
70 ViewGroup.LayoutParams.MATCH_PARENT));
73 ViewGroup.LayoutParams.MATCH_PARENT, 1);
LinearLayoutGrid.java 21 import android.view.ViewGroup;
35 public ViewGroup getRootView() {
36 return (ViewGroup) findViewById(R.id.layout);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHorizontalFocusWithinItemWins.java 25 import android.view.ViewGroup;
39 return (Button) ((ViewGroup) getListView().getChildAt(0)).getChildAt(0);
43 return (Button) ((ViewGroup) getListView().getChildAt(0)).getChildAt(2);
47 return (Button) ((ViewGroup) getListView().getChildAt(1)).getChildAt(1);
51 protected View createView(int position, ViewGroup parent,
ListItemISVAndButton.java 21 import android.view.ViewGroup;
42 protected View createView(int position, ViewGroup parent, int desiredHeight) {
50 ViewGroup.LayoutParams.MATCH_PARENT,
56 ViewGroup.LayoutParams.MATCH_PARENT,
66 ViewGroup.LayoutParams.MATCH_PARENT,
ListItemsExpandOnSelection.java 21 import android.view.ViewGroup;
41 protected View createView(int position, ViewGroup parent, int desiredHeight) {
47 ViewGroup.LayoutParams.MATCH_PARENT,
48 ViewGroup.LayoutParams.WRAP_CONTENT);
55 public View convertView(int position, View convertView, ViewGroup parent) {
ListItemFocusableAboveUnfocusable.java 20 import android.view.ViewGroup;
40 protected View createView(int position, ViewGroup parent, int desiredHeight) {
ListOfTouchables.java 20 import android.view.ViewGroup;
41 protected View createView(int position, ViewGroup parent, int desiredHeight) {
  /cts/tests/src/android/view/cts/
FocusFinderStubActivity.java 25 import android.view.ViewGroup;
30 public ViewGroup layout;
44 layout = (ViewGroup) findViewById(R.id.layout);
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
DialogModifier.java 22 import android.view.ViewGroup;
40 ViewGroup parent = (ViewGroup) view.getParent();
49 // so we can add it to our ViewGroup
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 21 import android.view.ViewGroup;
110 * {@link #getChildView(int, int, boolean, View, ViewGroup)}.
121 * {@link #getGroupView(int, boolean, View, ViewGroup)}.
125 View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent);
141 * {@link #getChildView(int, int, boolean, View, ViewGroup)}.
146 View convertView, ViewGroup parent);
Adapter.java 21 import android.view.ViewGroup;
85 * {@link android.view.LayoutInflater#inflate(int, android.view.ViewGroup, boolean)}
99 View getView(int position, View convertView, ViewGroup parent);
105 * {@link #getView(int, View, ViewGroup)}.
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
ViewGroup.java 25 * Custom ViewGroup providing some services to the support implementation of GridLayout.
28 abstract class ViewGroup extends android.view.ViewGroup {
30 public ViewGroup(Context context, AttributeSet attrs, int defStyle) {
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 28 import android.view.ViewGroup;
29 import android.view.ViewGroup.LayoutParams;
36 private ViewGroup.LayoutParams mLayoutParams;
44 new ViewGroup.LayoutParams(mContext, parser);
46 LayoutParams temp = new ViewGroup.LayoutParams(320, 480);
48 new ViewGroup.LayoutParams(temp);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesFarApartTest.java 23 import android.view.ViewGroup;
51 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index);
56 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
62 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 24 import android.view.ViewGroup;
47 public abstract ViewGroup create(Context context);
54 ViewGroup.MarginLayoutParams lp = (ViewGroup.MarginLayoutParams) v.getLayoutParams();
60 ViewGroup p = (ViewGroup) v.getParent();
  /frameworks/support/v4/java/android/support/v4/view/
PagerAdapter.java 23 import android.view.ViewGroup;
35 * <li>{@link #instantiateItem(ViewGroup, int)}</li>
36 * <li>{@link #destroyItem(ViewGroup, int, Object)}</li>
52 * {@link #startUpdate(ViewGroup)} indicates that the contents of the ViewPager
53 * are about to change. One or more calls to {@link #instantiateItem(ViewGroup, int)}
54 * and/or {@link #destroyItem(ViewGroup, int, Object)} will follow, and the end
55 * of an update will be signaled by a call to {@link #finishUpdate(ViewGroup)}.
56 * By the time {@link #finishUpdate(ViewGroup) finishUpdate} returns the views
58 * {@link #instantiateItem(ViewGroup, int) instantiateItem} should be added to
59 * the parent ViewGroup passed to these methods and the views associated wit
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
Merge.java 24 import android.view.ViewGroup;
44 public ViewGroup getLayout() {
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestCanvas2.java 23 import android.view.ViewGroup;
32 public View onCreateView(LayoutInflater inflater, ViewGroup container,
BiDiTestGalleryLtr.java 22 import android.view.ViewGroup;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
BiDiTestGalleryRtl.java 22 import android.view.ViewGroup;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DuotoneAction.java 19 import android.view.ViewGroup;
32 public DuotoneAction(FilterStack filterStack, ViewGroup tools) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewFactory.java 23 import android.view.ViewGroup;
56 View getView(SuggestionCursor suggestion, String userQuery, View convertView, ViewGroup parent);
  /packages/apps/Tag/src/com/android/apps/tag/record/
ParsedNdefRecord.java 25 import android.view.ViewGroup;
37 public abstract View getView(Activity activity, LayoutInflater inflater, ViewGroup parent,
UnknownRecord.java 24 import android.view.ViewGroup;
30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) {

Completed in 564 milliseconds

1 2 34 5 6 7 8 91011>>