Loading src/com/android/dialer/DialtactsActivity.java +0 −8 Original line number Diff line number Diff line Loading @@ -496,14 +496,6 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O mSearchView = (EditText) findViewById(R.id.search_view); mSearchView.addTextChangedListener(mPhoneSearchQueryTextListener); mSearchView.setHint(getString(R.string.dialer_hint_find_contact)); mSearchView.setOnFocusChangeListener(new OnFocusChangeListener() { @Override public void onFocusChange(View view, boolean hasFocus) { if (hasFocus) { showInputMethod(view.findFocus()); } } }); } final AnimatorListener mHideListener = new AnimatorListenerAdapter() { Loading src/com/android/dialer/list/PhoneFavoriteFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class PhoneFavoriteFragment extends Fragment implements OnItemClickListen PhoneFavoritesTileAdapter.OnDataSetChangedForAnimationListener { private static final String TAG = PhoneFavoriteFragment.class.getSimpleName(); private static final boolean DEBUG = true; private static final boolean DEBUG = false; private int mAnimationDuration; Loading src/com/android/dialer/list/PhoneFavoriteListView.java +2 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,8 @@ public class PhoneFavoriteListView extends ListView implements SwipeHelperCallba // Draw the drag shadow at its last known location if the drag shadow exists. if (mDragShadowOverlay != null) { mDragShadowOverlay.setLayoutParams(getDragShadowLayoutParams()); mDragShadowOverlay.setX(mDragShadowLeft); mDragShadowOverlay.setY(mDragShadowTop); } final ContactTileRow tile = (ContactTileRow) child; Loading Loading
src/com/android/dialer/DialtactsActivity.java +0 −8 Original line number Diff line number Diff line Loading @@ -496,14 +496,6 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O mSearchView = (EditText) findViewById(R.id.search_view); mSearchView.addTextChangedListener(mPhoneSearchQueryTextListener); mSearchView.setHint(getString(R.string.dialer_hint_find_contact)); mSearchView.setOnFocusChangeListener(new OnFocusChangeListener() { @Override public void onFocusChange(View view, boolean hasFocus) { if (hasFocus) { showInputMethod(view.findFocus()); } } }); } final AnimatorListener mHideListener = new AnimatorListenerAdapter() { Loading
src/com/android/dialer/list/PhoneFavoriteFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class PhoneFavoriteFragment extends Fragment implements OnItemClickListen PhoneFavoritesTileAdapter.OnDataSetChangedForAnimationListener { private static final String TAG = PhoneFavoriteFragment.class.getSimpleName(); private static final boolean DEBUG = true; private static final boolean DEBUG = false; private int mAnimationDuration; Loading
src/com/android/dialer/list/PhoneFavoriteListView.java +2 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,8 @@ public class PhoneFavoriteListView extends ListView implements SwipeHelperCallba // Draw the drag shadow at its last known location if the drag shadow exists. if (mDragShadowOverlay != null) { mDragShadowOverlay.setLayoutParams(getDragShadowLayoutParams()); mDragShadowOverlay.setX(mDragShadowLeft); mDragShadowOverlay.setY(mDragShadowTop); } final ContactTileRow tile = (ContactTileRow) child; Loading