OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
651 - 675
of
1340
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/Settings/src/com/android/settings/widget/
StickyHeaderListView.java
28
import android.widget.
ListView
;
49
public class StickyHeaderListView extends
ListView
{
110
//
ListView
does not translate the canvas, so we can simply draw at the top
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
53
import android.widget.
ListView
;
170
* QuickContactBadge in each item layout of the
ListView
. ImageLoader implements memory
171
* caching for each image, which substantially improves refreshes of the
ListView
as the
206
// Set up
ListView
, assign adapter and set some listeners. The adapter was previously
227
// when an item in the
ListView
is selected it should remain highlighted while
229
getListView().setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
269
// Gets the Cursor object currently bound to the
ListView
272
// Moves to the Cursor row corresponding to the
ListView
item that was clicked
294
* Called when
ListView
selection is cleared, for example
533
* Gets the preferred height for each item in the
ListView
, in pixels, after accounting fo
[
all
...]
/development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java
43
import android.widget.
ListView
;
71
private
ListView
mListView;
111
mListView = (
ListView
) findViewById(android.R.id.list);
112
mListView.setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
171
protected void onListItemClick(
ListView
l, View v, int position, long id) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListViewCompat.java
29
import android.widget.
ListView
;
34
* This class contains a number of useful things for
ListView
. Mainly used by
39
public class ListViewCompat extends
ListView
{
224
* with this
ListView
's padding and divider heights included. If maxHeight is provided, the
246
* @return The height of this
ListView
with the given children.
/packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java
34
import android.widget.
ListView
;
57
* This is an AlertDialog containing a
ListView
showing the possible choices. This may be null
193
final
ListView
lv = new
ListView
(getActivity());
363
public void onItemClick(AdapterView<?> parent, // The
ListView
/packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java
46
import android.widget.
ListView
;
144
ListView
listView
= getListView();
145
Utils.forceCustomPadding(
listView
, false /* non additive padding */);
148
listView
.setAdapter(mAdapter);
/frameworks/base/docs/html/training/secure-file-sharing/
share-file.jd
126
* Display the file names in the
ListView
mFileListView.
127
* Back the
ListView
with the array mImageFilenames, which
139
list of available files in a {@link android.widget.
ListView
}, when the user clicks a file name
162
// Define a listener that responds to clicks on a file in the
ListView
167
* When a filename in the
ListView
is clicked, get its
223
// Define a listener that responds to clicks in the
ListView
261
// Define a listener that responds to clicks on a file in the
ListView
/cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java
33
import android.widget.
ListView
;
96
tableLayout.addView(new
ListView
(mContext));
395
View child3 = new
ListView
(mContext);
431
View child3 = new
ListView
(mContext);
441
tableLayout.addView(new
ListView
(mContext), Integer.MAX_VALUE);
485
tableLayout.addView(new
ListView
(mContext), null);
518
View child3 = new
ListView
(mContext);
520
tableLayout.addView(child3, -1, new
ListView
.LayoutParams(300, 400));
535
tableLayout.addView(new
ListView
(mContext), Integer.MAX_VALUE,
548
tableLayout.addView(new
ListView
(mContext), -1, null)
[
all
...]
AdapterViewTest.java
36
import android.widget.
ListView
;
64
mAdapterView = new
ListView
(mActivity);
91
ListView
subView = new
ListView
(mActivity);
431
private static class MockAdapterView extends
ListView
{
462
((
ListView
) adapterView).setAdapter(new ArrayAdapter<String>(
/frameworks/support/v7/appcompat/res/values/
styles.xml
130
<style name="Widget.AppCompat.
ListView
.DropDown"
131
parent="Base.Widget.AppCompat.
ListView
.DropDown">
156
<style name="Widget.AppCompat.
ListView
.Menu" parent="Base.Widget.AppCompat.
ListView
.Menu">
292
<style name="Widget.AppCompat.Light.
ListView
.DropDown" parent="Widget.AppCompat.
ListView
.DropDown" />
/packages/apps/Dialer/src/com/android/dialer/list/
SpeedDialFragment.java
41
import android.widget.
ListView
;
126
private class ScrollListener implements
ListView
.OnScrollListener {
206
mListView.setScrollBarStyle(
ListView
.SCROLLBARS_OUTSIDE_OVERLAY);
305
* Cache the current view offsets into memory. Once a relayout of views in the
ListView
320
Log.d(TAG, "Saving itemId: " + itemId + " for
listview
child " + i + " Top: "
385
Log.d(TAG, "Found itemId: " + itemId + " for
listview
child " + i +
/prebuilts/sdk/current/support/v7/appcompat/res/values/
styles.xml
130
<style name="Widget.AppCompat.
ListView
.DropDown"
131
parent="Base.Widget.AppCompat.
ListView
.DropDown">
156
<style name="Widget.AppCompat.
ListView
.Menu" parent="Base.Widget.AppCompat.
ListView
.Menu">
292
<style name="Widget.AppCompat.Light.
ListView
.DropDown" parent="Widget.AppCompat.
ListView
.DropDown" />
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java
68
UiScrollable
listView
= new UiScrollable(new UiSelector().resourceId(
72
listView
.scrollToEnd(Integer.MAX_VALUE);
73
listView
.scrollToBeginning(Integer.MAX_VALUE);
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
35
import android.widget.
ListView
;
148
protected void onListItemClick(
ListView
l, View v, int position, long id) {
225
// General
ListView
optimization code.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
35
import android.widget.
ListView
;
148
protected void onListItemClick(
ListView
l, View v, int position, long id) {
225
// General
ListView
optimization code.
/developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java
32
import android.widget.
ListView
;
164
* An item has been clicked in the {@link
ListView
}. Display a toast with
168
public void onListItemClick(
ListView
l, View v, int position, long id) {
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/datalayer/
MainActivity.java
34
import android.widget.
ListView
;
66
private
ListView
mDataItemList;
79
mDataItemList = (
ListView
) findViewById(R.id.dataItem_list);
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java
34
import android.widget.
ListView
;
113
getListView().setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
126
public void onListItemClick(
ListView
l, View v, int position, long id) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java
35
import android.widget.
ListView
;
116
getListView().setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
129
public void onListItemClick(
ListView
l, View v, int position, long id) {
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
35
import android.widget.
ListView
;
148
protected void onListItemClick(
ListView
l, View v, int position, long id) {
225
// General
ListView
optimization code.
/development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java
34
import android.widget.
ListView
;
66
private
ListView
mDataItemList;
79
mDataItemList = (
ListView
) findViewById(R.id.dataItem_list);
/external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h
27
// The MainUIWindow also has a
listview
that displays debugging information to
135
//
listview
in the main UI window. Passing a NULL param in 'fmt' results in
139
// Assists AddDebugMessage in displaying a message in the
ListView
. It
/frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java
31
import android.widget.
ListView
;
73
* returned, this cannot be modified (since the
ListView
only checks the
217
if (position < 0 || position >= getCount()) return
ListView
.INVALID_ROW_ID;
/frameworks/base/core/res/res/values/
styles_device_defaults.xml
44
<style name="Widget.DeviceDefault.
ListView
.DropDown" parent="Widget.Material.
ListView
.DropDown"/>
49
<style name="Widget.DeviceDefault.
ListView
" parent="Widget.Material.
ListView
"/>
100
<style name="Widget.DeviceDefault.
ListView
.White" parent="Widget.Material.
ListView
.White"/>
130
<style name="Widget.DeviceDefault.Light.
ListView
.DropDown" parent="Widget.Material.Light.
ListView
.DropDown"/>
138
<style name="Widget.DeviceDefault.Light.
ListView
" parent="Widget.Material.Light.
ListView
"/>
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/19/changes/
pkg_android.widget.html
112
<A NAME="
ListView
"></A>
113
<nobr><A HREF="android.widget.
ListView
.html">
ListView
</A></nobr>
Completed in 2968 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>