HomeSort by relevance Sort by last modified time
    Searched full:newview (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /frameworks/base/core/java/android/widget/
CursorAdapter.java 285 v = newView(mContext, mCursor, parent);
319 public abstract View newView(Context context, Cursor cursor, ViewGroup parent);
330 return newView(context, cursor, parent);
335 * @param view Existing view, returned earlier by newView
SuggestionsAdapter.java 284 public View newView(Context context, Cursor cursor, ViewGroup parent) {
285 final View v = super.newView(context, cursor, parent);
495 View v = newView(mContext, mCursor, parent);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityContainer.java 378 KeyguardSecurityView newView = getSecurityView(securityMode);
386 newView.onResume(KeyguardSecurityView.VIEW_REVEALED);
387 newView.setKeyguardCallback(mCallback);
403 securityMode != SecurityMode.None && newView.needsInput());
  /frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
CursorAdapter.java 270 v = newView(mContext, mCursor, parent);
303 public abstract View newView(Context context, Cursor cursor, ViewGroup parent);
314 return newView(context, cursor, parent);
319 * @param view Existing view, returned earlier by newView
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPostalAddressListAdapter.java 78 protected ContactListItemView newView(
ContactListAdapter.java 220 protected ContactListItemView newView(
222 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantsFragment.java 85 public View newView(Context context, Cursor cursor, ViewGroup parent) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
MusicViewHolderControllerTest.java 64 View view = ApplicationViewHolder.newView(new FrameLayout(mContext));
PhotosViewHolderControllerTest.java 63 final View view = ApplicationViewHolder.newView(new FrameLayout(mContext));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
DialerPhoneNumberListAdapter.java 123 protected ContactListItemView newView(
125 final ContactListItemView view = super.newView(context, partition, cursor, position, parent);
  /frameworks/base/core/java/com/android/internal/widget/
DefaultItemAnimator.java 352 final View newView = newHolder != null ? newHolder.itemView : null;
377 if (newView != null) {
378 final ViewPropertyAnimator newViewAnimation = newView.animate();
389 newView.setAlpha(1);
390 newView.setTranslationX(0);
391 newView.setTranslationY(0);
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DefaultItemAnimator.java 351 final View newView = newHolder != null ? newHolder.itemView : null;
376 if (newView != null) {
377 final ViewPropertyAnimator newViewAnimation = newView.animate();
388 newView.setAlpha(1);
389 newView.setTranslationX(0);
390 newView.setTranslationY(0);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 353 View newView = LayoutInflater.from(getContext()).inflate(layout, this, false);
354 addView(newView, index);
356 mViewPager = (AllAppsPagedView) newView;
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 822 ImageViewTouchBase newView =
824 newView.setVisibility(View.VISIBLE);
825 newView.setImageRotateBitmapResetBase(bitmap, true);
826 newView.bringToFront();
839 newView.startAnimation(aIn);
840 newView.setVisibility(View.VISIBLE);
    [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 276 void add(View newView) {
277 hideViews.add(newView);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 276 void add(View newView) {
277 hideViews.add(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/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 276 void add(View newView) {
277 hideViews.add(newView);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 103 final View newView = super.onCreateView(parent);
104 return mInterfaceState.addToCacheAndReturnView(newView);
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 762 ImageView newView = new ImageView(mActivity);
766 newView.setLayoutParams(params);
767 newView.setImageResource(R.drawable.size_48x48);
768 return newView;
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position,
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceDiscoveryService.java 336 : newView();
359 private TextView newView() {
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 400 view = newView(mContext, partition, cursor, position, parent);
410 protected abstract View newView(Context context, int partition, Cursor cursor, int position,
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 287 v = newView(parent);
295 public View newView(ViewGroup parent) {

Completed in 1093 milliseconds

1 23 4 5 6