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

  /packages/apps/DocumentsUI/src/com/android/documentsui/
DragAndDropManager.java 99 * @param v the view which {@link View#updateDragShadow(View.DragShadowBuilder)} will be called.
105 * @param v the view which {@link View#updateDragShadow(View.DragShadowBuilder)} will be called.
116 * @param v the view which {@link View#updateDragShadow(View.DragShadowBuilder)} will be called.
361 updateDragShadow(mView);
365 * A workaround of that {@link View#updateDragShadow(View.DragShadowBuilder)} is final.
368 void updateDragShadow(View v) {
369 v.updateDragShadow(mShadowBuilder);
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 499 public void updateDragShadow(View v, View.DragShadowBuilder shadowBuilder) {
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 56 milliseconds