OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
251 - 275
of
1704
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/Application/src/main/res/values/
strings.xml
20
<em>MULTIPLE_MODAL</em>
ListView
choice mode, compatible from API v7.
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/res/layout/
fragment_meat_list.xml
17
<
ListView
/development/apps/Development/res/layout/
account_list_view.xml
17
<
ListView
/development/samples/ApiDemos/res/layout/
layout_animation_3.xml
17
<
ListView
xmlns:android="http://schemas.android.com/apk/res/android"
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/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);
/development/samples/browseable/CustomChoiceList/res/values/
base-strings.xml
24
This sample demonstrates how to create custom checkable layouts, for use with
ListView
\'s choiceMode
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java
34
import android.widget.
ListView
;
41
* This custom array adapter is used to populate the
ListView
in this application.
98
convertView.setLayoutParams(new
ListView
.LayoutParams(
ListView
.LayoutParams
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java
36
import android.widget.
ListView
;
42
* This is a custom array adapter used to populate the
listview
whose items will
58
* Populates the item in the
listview
cell with the appropriate data. This method
89
convertView.setLayoutParams(new
ListView
.LayoutParams(AbsListView.LayoutParams.MATCH_PARENT,
ExpandingListView.java
31
import android.widget.
ListView
;
38
* A custom
listview
which supports the preview of extra content corresponding to each cell
41
public class ExpandingListView extends
ListView
{
100
* of the
listview
in order to account for the fact that the bottom bounds of the actual
101
*
listview
cannot be modified.
147
* 1. Store the current top and bottom bounds of each visible item in the
listview
.
153
* After invoking a layout to take place, the
listview
will order all the items
171
* It is important to note that the
listview
is disabled during the animation
173
* within the
listview
are not constant during the scroll.
197
/* Add an onPreDraw Listener to the
listview
. onPreDraw will get invoked after onLayou
[
all
...]
/development/samples/training/AnimationsDemo/res/layout/
activity_main.xml
17
<
ListView
xmlns:android="http://schemas.android.com/apk/res/android"
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowListFragment.java
8
import android.widget.
ListView
;
/external/sl4a/ScriptingLayerForAndroid/res/layout/
trigger_manager.xml
6
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/btnTriggerCancel" android:onClick="clickCancel" android:text="@string/cancel_all"></Button><
ListView
/frameworks/base/core/java/android/widget/
WrapperListAdapter.java
23
* @see
ListView
/frameworks/base/core/res/res/layout/
list_content_simple.xml
20
<
ListView
xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list"
/frameworks/base/core/tests/coretests/res/layout/
list_in_horizontal.xml
23
<
ListView
android:id="@+id/list" />
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfInternalSelectionViews.java
25
import android.widget.
ListView
;
34
private
ListView
mListView;
48
public
ListView
getListView() {
124
mListView = new
ListView
(this);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListBottomGravity.java
17
package android.widget.
listview
;
ListBottomGravityMany.java
17
package android.widget.
listview
;
ListEndingWithMultipleSeparators.java
17
package android.widget.
listview
;
ListGetSelectedView.java
17
package android.widget.
listview
;
ListItemRequestRectAboveThinFirstItemTest.java
17
package android.widget.
listview
;
26
import android.widget.
ListView
;
27
import android.widget.
listview
.ListOfThinItems;
31
private
ListView
mListView;
ListLastItemPartiallyVisible.java
17
package android.widget.
listview
;
ListOfItemsShorterThanScreen.java
17
package android.widget.
listview
;
ListOfItemsTallerThanScreen.java
17
package android.widget.
listview
;
ListOfShortShortTallShortShort.java
17
package android.widget.
listview
;
Completed in 777 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>