Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/packages/apps/Email/src/com/android/email/activity/
DUiUtilities.java71 public static <T extends View> T getViewOrNull(Activity parent, int viewId) { in getViewOrNull()
77 public static <T extends View> T getViewOrNull(View parent, int viewId) { in getViewOrNull()
85 public static <T extends View> T getView(Activity parent, int viewId) { in getView()
93 public static <T extends View> T getView(View parent, int viewId) { in getView()
116 public static void setVisibilitySafe(Activity parent, int viewId, int visibility) { in setVisibilitySafe()
123 public static void setVisibilitySafe(View parent, int viewId, int visibility) { in setVisibilitySafe()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
DAbstractBody.java31 private Entity parent = null; field in AbstractBody
43 public void setParent(Entity parent) { in setParent()
DEntity.java38 private Entity parent = null; field in Entity
56 public void setParent(Entity parent) { in setParent()
107 ContentTypeField parent = getParent() != null in getMimeType() local
DMemoryBinaryBody.java46 private Entity parent = null; field in MemoryBinaryBody
75 public void setParent(Entity parent) { in setParent()
DTempFileBinaryBody.java45 private Entity parent = null; field in TempFileBinaryBody
74 public void setParent(Entity parent) { in setParent()
DBody.java45 void setParent(Entity parent); in setParent()
/packages/apps/Contacts/src/com/android/contacts/widget/
DSingleItemAdapter.java39 public View getView(int position, View convertView, ViewGroup parent) { in getView()
46 protected abstract View getView(View convertView, ViewGroup parent); in getView()
DPinnedHeaderListDemoActivity.java56 ViewGroup parent) { in newHeaderView()
69 ViewGroup parent) { in newView()
81 public View getPinnedHeaderView(int viewIndex, View convertView, ViewGroup parent) { in getPinnedHeaderView()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DInputViewManager.java38 public View initView(OpenWnn parent, int width, int height); in initView()
52 public void onUpdateState(OpenWnn parent); in onUpdateState()
DCandidatesViewManager.java85 public abstract View initView(OpenWnn parent, int width, int height); in initView()
185 ViewGroup parent = (ViewGroup)mViewLongPressDialog.getParent(); in closeDialog() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DCursorFactoryListAdapter.java34 public View newView(Context context, ViewGroup parent); in newView()
49 public View newView(Context context, ViewGroup parent) { in newView()
67 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView()
/packages/apps/Contacts/tests/src/com/android/contacts/detail/
DContactDetailDisplayUtilsTest.java73 private void assertHasText(View parent, int textViewId, String expectedText) { in assertHasText()
81 private void assertHasHtmlText(View parent, int textViewId, String expectedHtml) { in assertHasHtmlText()
100 private void assertGone(View parent, int textId) { in assertGone()
/packages/apps/UnifiedEmail/src/com/android/mail/adapter/
DDrawerItem.java235 public View getView(View convertView, ViewGroup parent) { in getView()
341 private View getAccountView(View convertView, ViewGroup parent) { in getAccountView()
362 private View getHeaderView(View convertView, ViewGroup parent) { in getHeaderView()
381 private View getFolderView(View convertView, ViewGroup parent) { in getFolderView()
402 private View getEmptyView(View convertView, ViewGroup parent) { in getEmptyView()
/packages/apps/Calendar/src/com/android/calendar/
DEmailAddressAdapter.java44 protected View inflateItemView(ViewGroup parent) { in inflateItemView()
49 protected View inflateItemViewLoading(ViewGroup parent) { in inflateItemViewLoading()
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java136 final PagedViewGridLayout parent = (PagedViewGridLayout) w.getParent(); in handlePagedViewGridLayoutWidgetKeyEvent() local
494 final ViewGroup parent = (ViewGroup) v.getParent(); in handleHotseatButtonKeyEvent() local
559 ViewGroup parent = (ViewGroup) container.getChildAt(i); in getCellLayoutChildrenForIndex() local
568 ViewGroup parent) { in getCellLayoutChildrenSortedSpatially()
607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection()
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection()
623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v, in getClosestIconOnLine()
665 ShortcutAndWidgetContainer parent = (ShortcutAndWidgetContainer) v.getParent(); in handleIconKeyEvent() local
820 ShortcutAndWidgetContainer parent = (ShortcutAndWidgetContainer) v.getParent(); in handleFolderKeyEvent() local
DHideFromAccessibilityHelper.java90 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
96 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java135 final PagedViewGridLayout parent = (PagedViewGridLayout) w.getParent(); in handlePagedViewGridLayoutWidgetKeyEvent() local
493 final ViewGroup parent = (ViewGroup) v.getParent(); in handleHotseatButtonKeyEvent() local
558 ViewGroup parent = (ViewGroup) container.getChildAt(i); in getCellLayoutChildrenForIndex() local
567 ViewGroup parent) { in getCellLayoutChildrenSortedSpatially()
606 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection()
611 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection()
622 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v, in getClosestIconOnLine()
664 ShortcutAndWidgetContainer parent = (ShortcutAndWidgetContainer) v.getParent(); in handleIconKeyEvent() local
819 ShortcutAndWidgetContainer parent = (ShortcutAndWidgetContainer) v.getParent(); in handleFolderKeyEvent() local
DHideFromAccessibilityHelper.java91 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
97 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/packages/apps/Browser/src/com/android/browser/addbookmark/
DFolderSpinner.java82 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
90 public void onNothingSelected(AdapterView<?> parent) {} in onNothingSelected()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryLocalePicker.java22 public UserDictionaryLocalePicker(final UserDictionaryAddWordFragment parent) { in UserDictionaryLocalePicker()
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java143 ViewGroup parent) { in newHeaderView()
169 ViewGroup parent) { in newView()
178 private View inflate(int layoutId, ViewGroup parent) { in inflate()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DFromAddressSpinnerAdapter.java76 public View getView(int position, View convertView, ViewGroup parent) { in getView()
89 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DXmlParseUtils.java40 public IllegalStartTag(final XmlPullParser parser, final String tag, final String parent) { in IllegalStartTag()
47 public IllegalEndTag(final XmlPullParser parser, final String tag, final String parent) { in IllegalEndTag()
/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java64 ViewGroup parent, OnClickListener listener, Intent intent, String description) { in getViewsForIntent()
106 LayoutInflater inflater, ViewGroup parent, OnClickListener listener, Intent intent, in buildActivityView()
DUnknownRecord.java30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { in getView()

12345678910>>...13