Messaging: Fix javadoc
Change-Id: Ia1b0a8fa9a5e74078a68a55ca1953b6f085521b1
This commit is contained in:
@@ -28,7 +28,6 @@ import com.android.messaging.datamodel.data.ParticipantListItemData;
|
||||
|
||||
/**
|
||||
* View for individual participant in blocked participants list.
|
||||
*
|
||||
* Unblocks participant when clicked.
|
||||
*/
|
||||
public class BlockedParticipantListItemView extends LinearLayout {
|
||||
|
||||
@@ -208,7 +208,6 @@ public abstract class CursorRecyclerAdapter<VH extends RecyclerView.ViewHolder>
|
||||
}
|
||||
/**
|
||||
* Bind an existing view to the data pointed to by cursor
|
||||
* @param view Existing view, returned earlier by newView
|
||||
* @param context Interface to application's global information
|
||||
* @param cursor The cursor from which to get the data. The cursor is already
|
||||
* moved to the correct position.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2015 The Android Open Source Project
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -52,7 +53,6 @@ public class PagingAwareViewPager extends ViewPager {
|
||||
/**
|
||||
* Switches position in pager to be adjusted for if we are in RtL mode
|
||||
*
|
||||
* @param position
|
||||
* @return position adjusted if in rtl mode
|
||||
*/
|
||||
protected int getRtlPosition(final int position) {
|
||||
|
||||
@@ -61,7 +61,6 @@ public abstract class ConversationInput {
|
||||
|
||||
/**
|
||||
* Toggle the visibility of this view.
|
||||
* @param animate
|
||||
* @return true if the view is now shown, false if it now hidden
|
||||
*/
|
||||
public boolean toggle(final boolean animate) {
|
||||
|
||||
@@ -217,8 +217,6 @@ public class ConversationInputManager implements ConversationInput.ConversationI
|
||||
|
||||
/**
|
||||
* Toggle the visibility of the sim selector.
|
||||
* @param animate
|
||||
* @param subEntry
|
||||
* @return true if the view is now shown, false if it now hidden
|
||||
*/
|
||||
public boolean toggleSimSelector(final boolean animate, final SubscriptionListEntry subEntry) {
|
||||
|
||||
@@ -314,7 +314,6 @@ public class MessageDetailsDialog {
|
||||
|
||||
/**
|
||||
* Convert the numeric mms priority into a human-readable string
|
||||
* @param res
|
||||
* @param priorityValue coded PduHeader priority
|
||||
* @return string representation of the priority
|
||||
*/
|
||||
|
||||
@@ -212,7 +212,6 @@ class CameraMediaChooser extends MediaChooser implements
|
||||
|
||||
/**
|
||||
* Updates the view when entering or leaving full-screen camera mode
|
||||
* @param fullScreen
|
||||
*/
|
||||
@Override
|
||||
void onFullScreenChanged(final boolean fullScreen) {
|
||||
|
||||
@@ -220,7 +220,6 @@ public class PieRenderer extends OverlayRenderer
|
||||
|
||||
/**
|
||||
* guaranteed has center set
|
||||
* @param show
|
||||
*/
|
||||
private void show(boolean show) {
|
||||
if (show) {
|
||||
@@ -486,7 +485,6 @@ public class PieRenderer extends OverlayRenderer
|
||||
/**
|
||||
* enter a slice for a view
|
||||
* updates model only
|
||||
* @param item
|
||||
*/
|
||||
private void onEnter(PieItem item) {
|
||||
if (mCurrentItem != null) {
|
||||
|
||||
Reference in New Issue
Block a user