OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListView
(Results
476 - 500
of
513
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java
46
import android.widget.
ListView
;
66
private
ListView
mListView;
/cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java
44
import android.widget.
ListView
;
305
assertTrue(mRemoteViews.onLoadClass(
ListView
.class));
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java
97
UiScrollable
listView
= new UiScrollable(
98
new UiSelector().className(android.widget.
ListView
.class.getName()));
101
if (!
listView
.exists())
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java
77
import android.widget.
ListView
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/
Utils.java
70
import android.widget.
ListView
;
389
ViewGroup parent, View child,
ListView
list, boolean ignoreSidePadding) {
396
* Prepare a custom preferences layout, moving padding to {@link
ListView
}
398
* {@link
ListView
} and {@link TabWidget} with correct padding.
[
all
...]
DataUsageSummary.java
114
import android.widget.
ListView
;
204
private
ListView
mListView;
326
mListView = (
ListView
) view.findViewById(android.R.id.list);
[
all
...]
/packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java
57
import android.widget.
ListView
;
225
ListView
listView
= getListView();
226
ViewGroup contentRoot = (ViewGroup)
listView
.getParent();
227
View emptyView =
listView
.getEmptyView();
241
listView
.setEmptyView(emptyView);
253
listView
.setEmptyView(emptyView);
268
listView
.setEmptyView(emptyView);
/frameworks/base/core/java/android/preference/
PreferenceActivity.java
48
import android.widget.
ListView
;
[
all
...]
Preference.java
37
import android.widget.
ListView
;
47
* {@link
ListView
}. This class provides the {@link View} to be displayed in
[
all
...]
/frameworks/base/core/java/android/widget/
CalendarView.java
765
private
ListView
mListView;
803
* The previous scroll state of the weeks
ListView
.
808
* The current scroll state of the weeks
ListView
.
911
mListView = (
ListView
) mDelegator.findViewById(R.id.list);
[
all
...]
SearchView.java
[
all
...]
ExpandableListView.java
43
* differs from the {@link
ListView
} by allowing two levels: groups which can
86
public class ExpandableListView extends
ListView
{
131
/** Serves as the glue/translator between a
ListView
and an ExpandableListView */
446
// See
ListView
#dispatchDraw
576
* caller prefers to receive a
ListView
-style position instead of a group
602
// Link the
ListView
(superclass) to the expandable list data through the connector
833
* @param v The view within the expandable list/
ListView
that was clicked
[
all
...]
Editor.java
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
66
import android.widget.
ListView
;
[
all
...]
/packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java
60
import android.widget.
ListView
;
279
// Set the InputMethodManager to focus on the
ListView
so that it
[
all
...]
/external/chromium_org/tools/stats_viewer/
stats_viewer.cs
88
ListView
view;
438
/// A
listview
item which contains a rate.
477
/// A
listview
item which contains a counter.
/packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java
53
import android.widget.
ListView
;
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java
33
import android.widget.
ListView
;
61
* Normally, it would make sense to put all overlay views into a {@link
ListView
}. But this view
64
* a
ListView
in and instead, we rolled our own view recycler by borrowing key details from
65
*
ListView
and AbsListView.<br/><br/>
627
* Copied/stolen from {@link
ListView
}.
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java
721
public static ShadowListView shadowOf(
ListView
instance) {
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
116
import android.widget.
ListView
;
276
private MessageListView mMsgListView; //
ListView
for messages in this conversation
316
private int mSavedScrollPosition = -1; // we save the
ListView
's scroll position in onPause(),
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
83
import android.widget.
ListView
;
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java
61
import android.widget.
ListView
;
498
protected
ListView
mListViewForAnimating;
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 1314 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>