OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
676 - 700
of
1340
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/docs/html/sdk/api_diff/4/changes/
pkg_android.widget.html
120
<A NAME="
ListView
"></A>
121
<nobr><A HREF="android.widget.
ListView
.html">
ListView
</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.widget.html
120
<A NAME="
ListView
"></A>
121
<nobr><A HREF="android.widget.
ListView
.html">
ListView
</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/9/changes/
pkg_android.widget.html
99
<A NAME="
ListView
"></A>
100
<nobr><A HREF="android.widget.
ListView
.html">
ListView
</A></nobr>
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java
45
import android.widget.
ListView
;
68
private
ListView
mListView;
91
mListView = (
ListView
) view.findViewById(R.id.list);
/packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java
32
import android.widget.
ListView
;
207
* This class extends
ListView
to implement the View that will actually display the set of
210
private static class ErrorConsoleListView extends
ListView
{
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java
38
import android.widget.
ListView
;
92
private
ListView
mListView;
217
mListView = (
ListView
) findViewById(R.id.alert_container);
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java
34
import android.widget.
ListView
;
297
ListView
mListView;
299
public void setListView(
ListView
lv) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java
35
import android.widget.
ListView
;
61
private
ListView
mListView;
70
mListView = (
ListView
) findViewById(android.R.id.list);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java
49
import android.widget.
ListView
;
62
private
ListView
mListView;
140
mListView = (
ListView
) ap.mView.findViewById(com.android.nfc.R.id.resolver_list);
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java
28
import android.widget.
ListView
;
78
private
ListView
mOutputListView;
160
mOutputListView = (
ListView
) findViewById(R.id.request_pane_output_listview);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerTestActivity.java
17
import android.widget.
ListView
;
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values-v14/
styles.xml
39
<item name="android:dropDownListViewStyle">@style/Widget.Styled.
ListView
.DropDown</item>
/developers/build/prebuilts/gradle/AdapterTransition/
README.md
4
Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout and run a Transition on it. Press the action bar button to toggle between
ListView
and GridView.
/developers/build/prebuilts/gradle/BasicSyncAdapter/
README.md
10
inside a
ListView
.
/developers/build/prebuilts/gradle/CustomChoiceList/
README.md
4
This sample demonstrates how to create custom checkable layouts, for use with
ListView
\'s choiceMode
/developers/build/prebuilts/gradle/DisplayingBitmaps/
README.md
11
in UI elements such as ViewPager and
ListView
/GridView.
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java
58
// to the way
ListView
would layout elements. The RecyclerView.LayoutManager defines how
/developers/build/prebuilts/gradle/RecyclerView/
README.md
4
Demonstration of using RecyclerView with a LinearLayoutManager to create a vertical
ListView
.
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/
README.md
6
In this sample the View which can be refreshed is a
ListView
.
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/
README.md
5
\'swipe-to-refresh\' gesture to a
ListView
, enabling the ability to trigger a refresh
/developers/samples/android/connectivity/sync/BasicSyncAdapter/
README.md
10
inside a
ListView
.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/values-v14/
styles.xml
39
<item name="android:dropDownListViewStyle">@style/Widget.Styled.
ListView
.DropDown</item>
/developers/samples/android/ui/graphics/DisplayingBitmaps/
README.md
11
in UI elements such as ViewPager and
ListView
/GridView.
/developers/samples/android/ui/lists/CustomChoiceList/
README.md
4
This sample demonstrates how to create custom checkable layouts, for use with
ListView
\'s choiceMode
/developers/samples/android/ui/transition/AdapterTransition/
README.md
4
Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout and run a Transition on it. Press the action bar button to toggle between
ListView
and GridView.
Completed in 1003 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>