OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DropdownChipLayouter
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java
25
import com.android.ex.chips.
DropdownChipLayouter
.AdapterType;
28
private final
DropdownChipLayouter
mDropdownChipLayouter;
32
DropdownChipLayouter
dropdownChipLayouter
) {
33
this(context, entry,
dropdownChipLayouter
, null);
37
DropdownChipLayouter
dropdownChipLayouter
, StateListDrawable deleteDrawable) {
39
dropdownChipLayouter
.getAlternateItemLayoutResId(AdapterType.SINGLE_RECIPIENT),
42
mDropdownChipLayouter =
dropdownChipLayouter
;
DropdownChipLayouter.java
25
public class
DropdownChipLayouter
{
44
public
DropdownChipLayouter
(LayoutInflater inflater, Context context) {
327
* A holder class the view. Uses the getters in
DropdownChipLayouter
to find the id of the
BaseRecipientAdapter.java
41
import com.android.ex.chips.
DropdownChipLayouter
.AdapterType;
449
private
DropdownChipLayouter
mDropdownChipLayouter;
562
public void setDropdownChipLayouter(
DropdownChipLayouter
dropdownChipLayouter
) {
563
mDropdownChipLayouter =
dropdownChipLayouter
;
567
public
DropdownChipLayouter
getDropdownChipLayouter() {
[
all
...]
RecipientAlternatesAdapter.java
38
import com.android.ex.chips.
DropdownChipLayouter
.AdapterType;
66
private
DropdownChipLayouter
mDropdownChipLayouter;
363
DropdownChipLayouter
dropdownChipLayouter
) {
365
dropdownChipLayouter
, null);
370
DropdownChipLayouter
dropdownChipLayouter
, StateListDrawable deleteDrawable) {
377
mDropdownChipLayouter =
dropdownChipLayouter
;
RecipientEditTextView.java
114
TextView.OnEditorActionListener,
DropdownChipLayouter
.ChipDeleteListener {
174
private
DropdownChipLayouter
mDropdownChipLayouter;
298
setDropdownChipLayouter(new
DropdownChipLayouter
(LayoutInflater.from(context), context));
316
public void setDropdownChipLayouter(
DropdownChipLayouter
dropdownChipLayouter
) {
317
mDropdownChipLayouter =
dropdownChipLayouter
;
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java
45
import com.android.ex.chips.
DropdownChipLayouter
;
130
setDropdownChipLayouter(new
DropdownChipLayouter
(LayoutInflater.from(context), context) {
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
85
import com.android.ex.chips.
DropdownChipLayouter
;
[
all
...]
Completed in 333 milliseconds