HomeSort by relevance Sort by last modified time
    Searched defs:newView (Results 1 - 24 of 24) sorted by null

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 81 final ViewGroup newView = (ViewGroup) LayoutInflater.from(this).inflate(
85 ((TextView) newView.findViewById(android.R.id.text1)).setText(
89 newView.findViewById(R.id.delete_button).setOnClickListener(new View.OnClickListener() {
95 mContainerView.removeView(newView);
106 mContainerView.addView(newView, 0);
  /external/opencensus-java/api/src/main/java/io/opencensus/stats/
NoopStats.java 158 public void registerView(View newView) {
159 Utils.checkNotNull(newView, "newView");
162 View existing = registeredViews.get(newView.getName());
164 existing == null || newView.equals(existing),
167 registeredViews.put(newView.getName(), newView);
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimCtsActivity.java 94 ImageView newView = new ImageView(GridLayoutAnimCtsActivity.this);
97 newView.setLayoutParams(params);
98 newView.setImageResource(R.drawable.size_48x48);
99 return newView;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 63 public View newView(Context context, Cursor cursor, ViewGroup parent) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCursorAdapterTest.java 100 public View newView(Context context, Cursor cursor, ViewGroup parent) {
110 @Override public View newView(Context context, Cursor cursor, ViewGroup parent) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 88 public View newView(Context context, Cursor cursor, ViewGroup parent) {
89 View view = super.newView(context, cursor, parent);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMap.java 73 return newView(unmodifiableSortedMap(delegate), comparator);
152 return newView(unmodifiableSortedMap(delegate), comparator);
213 return newView(unmodifiableSortedMap(delegate), comparator);
259 return newView(sortedDelegate.headMap(toKey));
278 return newView(sortedDelegate.subMap(fromKey, toKey));
290 return newView(sortedDelegate.tailMap(fromKey));
304 private ImmutableSortedMap<K, V> newView(SortedMap<K, V> delegate) {
305 return newView(delegate, comparator);
308 private static <K, V> ImmutableSortedMap<K, V> newView(
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 284 public View newView(Context context, Cursor cursor, ViewGroup parent) {
314 public View newView(Context context, Cursor cursor, ViewGroup parent) {
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 407 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) {
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 441 public View newView(Context context, Cursor cursor, ViewGroup parent) {
GridViewTest.java 746 ImageView newView = new ImageView(mActivity);
750 newView.setLayoutParams(params);
751 newView.setImageResource(R.drawable.size_48x48);
752 return newView;
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 691 * Overrides newView() to inflate the list item views.
694 public View newView(Context context, Cursor cursor, ViewGroup viewGroup) {
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 390 milliseconds