OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
826 - 850
of
1393
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java
50
import android.widget.
ListView
;
538
* @see
ListView
#setOnItemClickListener(android.widget.AdapterView.OnItemClickListener)
549
* @see
ListView
#setOnItemSelectedListener(android.widget.AdapterView.OnItemSelectedListener)
656
mDropDownList.setSelection(
ListView
.INVALID_POSITION);
735
if (list.getChoiceMode() !=
ListView
.CHOICE_MODE_NONE) {
802
* @return The position of the currently selected item or {@link
ListView
#INVALID_POSITION}
805
* @see
ListView
#getSelectedItemPosition()
809
return
ListView
.INVALID_POSITION;
815
* @return The ID of the currently selected item or {@link
ListView
#INVALID_ROW_ID}
818
* @see
ListView
#getSelectedItemId(
[
all
...]
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java
55
import android.widget.
ListView
;
87
private
ListView
mLibraryView;
88
private
ListView
mPlayListView;
290
mLibraryView = (
ListView
) findViewById(R.id.media);
292
mLibraryView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
300
mPlayListView = (
ListView
) findViewById(R.id.playlist);
302
mPlayListView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java
55
import android.widget.
ListView
;
87
private
ListView
mLibraryView;
88
private
ListView
mPlayListView;
290
mLibraryView = (
ListView
) findViewById(R.id.media);
292
mLibraryView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
300
mPlayListView = (
ListView
) findViewById(R.id.playlist);
302
mPlayListView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java
65
import android.widget.
ListView
;
93
private
ListView
mLibraryView;
94
private
ListView
mPlayListView;
294
mLibraryView = (
ListView
) findViewById(R.id.media);
296
mLibraryView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
304
mPlayListView = (
ListView
) findViewById(R.id.playlist);
306
mPlayListView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
MainActivity.java
55
import android.widget.
ListView
;
87
private
ListView
mLibraryView;
88
private
ListView
mPlayListView;
290
mLibraryView = (
ListView
) findViewById(R.id.media);
292
mLibraryView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
300
mPlayListView = (
ListView
) findViewById(R.id.playlist);
302
mPlayListView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java
45
import android.widget.
ListView
;
112
private
ListView
mListView;
221
public
ListView
getListView() {
522
mListView.setScrollBarStyle(
ListView
.SCROLLBARS_OUTSIDE_OVERLAY);
713
mListView = (
ListView
)mView.findViewById(android.R.id.list);
716
"Your content must have a
ListView
whose id attribute is " +
734
// We manually save/restore the
listview
state
/frameworks/base/docs/html/training/notepad/
notepad-ex2.jd
79
<li>In order for each list item in the
ListView
to register for the context menu, we call
80
<code>registerForContextMenu()</code> and pass it our
ListView
. So, at the very end of
84
the local
ListView
object for the Activity. Now, each list item in this
ListView
will activate the
104
<p>Now that we've registered our
ListView
for a context menu and defined our context menu item, we need
121
the position of the item in the
ListView
. We then pass this to the <code>deleteNote()</code>
172
<code>
ListView
</code> object it was invoked from, the <code>View</code>
173
inside the <code>
ListView
</code> that was clicked on, the
176
ignore the first two parameters (we only have one <code>
ListView
</code> it
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java
32
import android.widget.
ListView
;
79
/** {@link
ListView
} row that is either a test category header or a test. */
82
/** Title shown in the {@link
ListView
}. */
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
41
import android.widget.
ListView
;
60
private
ListView
mConversationView;
151
mConversationView = (
ListView
) view.findViewById(R.id.in);
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
41
import android.widget.
ListView
;
60
private
ListView
mConversationView;
151
mConversationView = (
ListView
) view.findViewById(R.id.in);
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
44
import android.widget.
ListView
;
70
private
ListView
mAccountPickerView = null;
135
mAccountPickerView = (
ListView
) LayoutInflater.from(this).inflate(
/development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java
37
import android.widget.
ListView
;
71
private
ListView
mList;
110
mList = new
ListView
(this);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
39
import android.widget.
ListView
;
68
private
ListView
mConversationView;
141
mConversationView = (
ListView
) findViewById(R.id.in);
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java
41
import android.widget.
ListView
;
60
private
ListView
mConversationView;
151
mConversationView = (
ListView
) view.findViewById(R.id.in);
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
InputDialogContainer.java
16
import android.widget.
ListView
;
140
ListView
suggestionListView = new
ListView
(mContext);
/external/chromium_org/ui/message_center/cocoa/
notification_controller_unittest.mm
99
- (NSView*)
listView
{
330
EXPECT_EQ(3u, [[[controller
listView
] subviews] count]);
331
EXPECT_LT(NSMaxY([[controller
listView
] frame]),
/frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd
43
is inflated repeatedly, such as when used in a {@link android.widget.
ListView
} or {@link
65
android.widget.
ListView
}. This layout shows a small bitmap image on the left and two stacked items
72
android.widget.
ListView
}.</p>
/frameworks/base/docs/html/training/wearables/ui/
lists.jd
267
WearableListView
listView
=
271
listView
.setAdapter(new Adapter(this, elements));
274
listView
.setClickListener(this);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java
53
import android.widget.
ListView
;
67
private
ListView
mListView;
88
mListView = (
ListView
)findViewById(R.id.list);
/packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java
30
import android.widget.
ListView
;
55
ListView
detailsList = (
ListView
) LayoutInflater.from(context).inflate(
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java
29
import android.widget.
ListView
;
93
ListView
detailsList = (
ListView
) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
/packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java
47
import android.widget.
ListView
;
76
private
ListView
mSimList;
112
mSimList = (
ListView
) findViewById(R.id.messages);
SlideshowEditActivity.java
37
import android.widget.
ListView
;
73
private
ListView
mList;
145
protected void onListItemClick(
ListView
l, View v, int position, long id) {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java
51
import android.widget.
ListView
;
111
private
ListView
mListView;
162
mListView = (
ListView
) findViewById(android.R.id.list);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailboxSelectionActivity.java
44
import android.widget.
ListView
;
81
private
ListView
mList;
89
mList = (
ListView
) findViewById(android.R.id.list);
Completed in 2747 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>