OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
226 - 250
of
1727
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java
56
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
88
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
115
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
128
waitAssertListSelection("setListSelection(
ListView
.INVALID_POSITION)", textView,
129
ListView
.INVALID_POSITION);
148
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
242
int currentSelection =
ListView
.INVALID_POSITION;
/frameworks/base/docs/html/sdk/api_diff/19/changes/
android.widget.ListView.html
10
android.widget.
ListView
74
Class android.widget.<A HREF="../../../../reference/android/widget/
ListView
.html" target="_top"><font size="+2"><code>
ListView
</code></font></A>
86
<A NAME="android.widget.
ListView
.areFooterDividersEnabled_added()"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/
ListView
.html#areFooterDividersEnabled()" target="_top"><code>areFooterDividersEnabled</code></A>()</nobr>
93
<A NAME="android.widget.
ListView
.areHeaderDividersEnabled_added()"></A>
94
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/
ListView
.html#areHeaderDividersEnabled()" target="_top"><code>areHeaderDividersEnabled</code></A>()</nobr>
/frameworks/base/docs/html/training/swipe/
add-swipe-interface.jd
49
android.widget.
ListView
} or {@link android.widget.GridView}, and implementing
64
of a single {@link android.widget.
ListView
} or {@link
67
android.widget.
ListView
} or {@link android.widget.GridView} child.
73
file containing a {@link android.widget.
ListView
}:
82
<
ListView
92
contains a {@link android.widget.
ListView
} with the ID
95
android.widget.
ListView
} in this way supersedes the default {@link
/packages/apps/Settings/src/com/android/settings/notification/
NotificationLockscreenPreference.java
38
import android.widget.
ListView
;
109
ListView
listView
= ((AlertDialog) dialog).getListView();
110
int selectedPosition =
listView
.getCheckedItemPosition();
154
ListView
listView
= ((AlertDialog) dialog).getListView();
155
int selectedPosition =
listView
.getCheckedItemPosition();
/frameworks/base/core/java/com/android/internal/app/
AlertController.java
57
import android.widget.
ListView
;
73
protected
ListView
mListView;
423
public
ListView
getListView() {
828
* a
ListView
. If it's text we should use the dark background
829
* for
ListView
we should use the light background. If neither
885
final
ListView
listView
= mListView;
886
if (
listView
!= null && mAdapter != null) {
887
listView
.setAdapter(mAdapter);
890
listView
.setItemChecked(checkedItem, true)
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
WatchListDecorLayout.java
25
import android.widget.
ListView
;
36
* Use with one
ListView
child. The top and bottom panels will track the
ListView
's scrolling.
37
* If there is no
ListView
child, it will act like a normal FrameLayout.
49
/** Track the amount the
ListView
has to scroll up to account for padding change difference. */
53
private
ListView
mListView;
78
if (child instanceof
ListView
) {
80
throw new IllegalArgumentException("only one
ListView
child allowed");
82
mListView = (
ListView
) child;
/cts/tests/ui/src/android/ui/cts/
ScrollingActivity.java
24
import android.widget.
ListView
;
52
ListView
view = getListView();
66
final
ListView
view = getListView();
/developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java
28
import android.widget.
ListView
;
53
ListView
list = (
ListView
) findViewById(R.id.list);
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java
28
import android.widget.
ListView
;
53
ListView
list = (
ListView
) findViewById(R.id.list);
/developers/samples/android/ui/graphics/DisplayingBitmaps/
template-params.xml
35
in UI elements such as ViewPager and
ListView
/GridView.
67
bitmaps in UI elements such as ViewPager and
ListView
/GridView.
76
in UI elements such as ViewPager and
ListView
/GridView.
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
template-params.xml
29
\'swipe-to-refresh\' gesture to a
ListView
, enabling the ability to trigger a refresh
63
'swipe-to-refresh' gesture to a
ListView
, enabling the ability to trigger a refresh
71
gesture to a `
ListView
`. The sample provides this functionality by defining a
/development/samples/browseable/DirectShare/src/com.example.android.directshare/
SelectContactActivity.java
28
import android.widget.
ListView
;
53
ListView
list = (
ListView
) findViewById(R.id.list);
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java
26
* This activity creates a
listview
whose items can be clicked to expand and show
29
* In this specific demo, each item in a
listview
displays an image and a corresponding
30
* title. These two items are centered in the default (collapsed) state of the
listview
's
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java
25
import android.widget.
ListView
;
78
protected void onListItemClick(
ListView
listView
, View view, int position, long id) {
/external/chromium-trace/catapult/tracing/tracing/ui/base/
list_and_associated_view_test.html
44
var lavListView = lav.
listView
;
73
var lavListView = lav.
listView
;
91
var lavListView = lav.
listView
;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java
17
package android.widget.
listview
;
24
import android.widget.
ListView
;
32
private
ListView
mListView;
ListScrollListenerTest.java
17
package android.widget.
listview
;
25
import android.widget.
ListView
;
32
private
ListView
mListView;
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SetupWizardListLayoutTest.java
25
import android.widget.
ListView
;
89
assertTrue("@android:id/list should be an instance of
ListView
", list instanceof
ListView
);
/packages/apps/EmergencyInfo/src/com/android/emergency/view/
ViewEmergencyContactsFragment.java
24
import android.widget.
ListView
;
51
ListView
list = (
ListView
) getView().findViewById(android.R.id.list);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java
24
import android.widget.
ListView
;
43
public
ListView
getListView() {
44
return (
ListView
) getParent();
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallUI.java
26
import android.widget.
ListView
;
30
private
ListView
mListView;
40
mListView = (
ListView
) findViewById(R.id.callListView);
/frameworks/support/fragment/java/android/support/v4/app/
ListFragment.java
31
import android.widget.
ListView
;
60
onListItemClick((
ListView
)parent, v, position, id);
65
ListView
mList;
79
* returned view hierarchy <em>must</em> have a
ListView
whose id
124
ListView
lv = new
ListView
(context);
169
* @param l The
ListView
where the click happened
170
* @param v The view that was clicked within the
ListView
174
public void onListItemClick(
ListView
l, View v, int position, long id) {
223
public
ListView
getListView()
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java
45
import android.widget.
ListView
;
350
* Returns the top coordinate of the first item in the {@link
ListView
}. If the first item
351
* in the {@link
ListView
} is not visible or there are no children in the list, then return
355
public static int getFirstListItemOffset(
ListView
listView
) {
356
if (
listView
== null ||
listView
.getChildCount() == 0 ||
357
listView
.getFirstVisiblePosition() != 0) {
360
return
listView
.getChildAt(0).getTop();
366
* @param
listView
that should be scrolle
[
all
...]
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java
25
import android.widget.
ListView
;
52
public void onListItemClick(
ListView
listView
, View v, int position, long id) {
53
String item = (String)
listView
.getItemAtPosition(position);
/developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/res/values/
base-strings.xml
24
This sample demonstrates how to create custom checkable layouts, for use with
ListView
\'s choiceMode
Completed in 604 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>