OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
76 - 100
of
1727
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/WiFiDirectServiceDiscovery/res/layout/
devices_list.xml
10
<
ListView
14
</
ListView
>
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ListFragmentTest.java
6
import android.widget.
ListView
;
24
Robolectric.shadowOf(listFragment).setView(new
ListView
(null));
/frameworks/base/core/java/android/content/
SyncActivityTooManyDeletes.java
29
import android.widget.
ListView
;
73
ListView
listView
= new
ListView
(this);
74
listView
.setAdapter(adapter);
75
listView
.setItemsCanFocus(true);
76
listView
.setOnItemClickListener(this);
89
ll.addView(
listView
, lp);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListInHorizontalTest.java
17
package android.widget.
listview
;
19
import android.widget.
listview
.ListInHorizontal;
ListInVerticalTest.java
17
package android.widget.
listview
;
19
import android.widget.
listview
.ListInVertical;
ListViewHeight.java
17
package android.widget.
listview
;
24
import android.widget.
ListView
;
35
private
ListView
mInnerList;
52
mInnerList = (
ListView
)findViewById(R.id.inner_list);
61
// set
listview
to fixed height
74
// If you then hide the views, there is an NPE when calculating the
ListView
height.
77
// set
listview
to fill screen
98
// hide
listview
's owner
ListHeterogeneousTest.java
17
package android.widget.
listview
;
24
import android.widget.
ListView
;
26
import android.widget.
listview
.ListHeterogeneous;
30
private
ListView
mListView;
ListSetSelectionTest.java
17
package android.widget.
listview
;
22
import android.widget.
ListView
;
29
private
ListView
mListView;
70
mListView.setSelection(
ListView
.INVALID_POSITION);
/development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java
27
import android.widget.
ListView
;
51
ListView
listView
= getListView();
52
listView
.setLayoutAnimation(controller);
LinearLayout9.java
23
import android.widget.
ListView
;
36
ListView
list = (
ListView
) findViewById(R.id.list);
/development/samples/browseable/BasicSyncAdapter/
_index.jd
13
inside a
ListView
.
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java
28
import android.widget.
ListView
;
31
* This example shows how to use a swipe effect to remove items from a
ListView
,
41
ListView
mListView;
56
mListView = (
ListView
) findViewById(R.id.
listview
);
173
* This method animates all other views in the
ListView
container (not including ignoreView)
179
private void animateRemoval(final
ListView
listview
, View viewToRemove) {
180
int firstVisiblePosition =
listview
.getFirstVisiblePosition();
181
for (int i = 0; i <
listview
.getChildCount(); ++i)
[
all
...]
/external/replicaisland/res/layout/
level_select.xml
7
<
ListView
android:id="@+id/android:list"
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithSeparatorsTest.java
17
package android.widget.
listview
.arrowscroll;
21
import android.widget.
ListView
;
23
import android.widget.
listview
.ListWithSeparators;
27
private
ListView
mListView;
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListHorizontalFocusWithinItemWinsTest.java
17
package android.widget.
listview
.focus;
19
import android.widget.
listview
.ListHorizontalFocusWithinItemWins;
27
import android.widget.
ListView
;
31
private
ListView
mListView;
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListGetSelectedViewTest.java
17
package android.widget.
listview
.touch;
23
import android.widget.
ListView
;
26
import android.widget.
listview
.ListGetSelectedView;
34
private
ListView
mListView;
/frameworks/base/tests/RenderThreadTest/res/layout/
activity_main.xml
7
<
ListView
android:id="@android:id/list"
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettings.java
48
/* update expandable
listview
with correct items */
49
ExpandableListView
listView
=
53
listView
, mGroups, mLoader.getAccountsEnabledCount());
54
listView
.setAdapter(adapter);
/packages/experimental/NotificationLog/res/layout/
main.xml
7
<
ListView
android:id="@android:id/list"
/cts/tests/accessibilityservice/res/layout/
end_to_end_test.xml
24
<
ListView
android:id="@+id/
listview
"
27
</
ListView
>
/cts/tests/tests/permission/src/android/permission/cts/
PermissionStubActivity.java
24
import android.widget.
ListView
;
30
private
ListView
mListView;
36
mListView = new
ListView
(this);
/frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java
26
* ListAdapter used when a
ListView
has header views. This ListAdapter
37
// They are indeed created when declared in
ListView
and then shared.
38
ArrayList<
ListView
.FixedViewInfo> mHeaderViewInfos;
39
ArrayList<
ListView
.FixedViewInfo> mFooterViewInfos;
43
static final ArrayList<
ListView
.FixedViewInfo> EMPTY_INFO_LIST =
44
new ArrayList<
ListView
.FixedViewInfo>();
50
public HeaderViewListAdapter(ArrayList<
ListView
.FixedViewInfo> headerViewInfos,
51
ArrayList<
ListView
.FixedViewInfo> footerViewInfos,
85
private boolean areAllListInfosSelectable(ArrayList<
ListView
.FixedViewInfo> infos) {
87
for (
ListView
.FixedViewInfo info : infos)
[
all
...]
/frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers.xml
22
<
ListView
28
<
ListView
34
<
ListView
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
SetupWizardListLayout.java
31
import android.widget.
ListView
;
40
private
ListView
mListView;
105
mListView = (
ListView
) findViewById(android.R.id.list);
108
public
ListView
getListView() {
119
final
ListView
listView
= getListView();
120
if (navigationBar != null &&
listView
!= null) {
121
ListViewRequireScrollHelper.requireScroll(navigationBar,
listView
);
151
final
ListView
listView
= getListView()
[
all
...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
SwipeRefreshLayoutActivityList.java
23
import android.widget.
ListView
;
28
private
ListView
mList;
34
mList = (
ListView
) findViewById(R.id.content);
Completed in 1679 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>