OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecycleListView
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java
520
if (mListView instanceof
RecycleListView
) {
521
((
RecycleListView
) mListView).setHasDecor(hasTopPanel, hasButtonPanel);
814
public static class
RecycleListView
extends ListView {
818
public
RecycleListView
(Context context) {
822
public
RecycleListView
(Context context, AttributeSet attrs) {
826
attrs, R.styleable.
RecycleListView
);
[
all
...]
/frameworks/base/core/java/com/android/internal/app/
AlertController.java
565
if (mListView instanceof
RecycleListView
) {
566
((
RecycleListView
) mListView).setHasDecor(hasTopPanel, hasButtonPanel);
902
public static class
RecycleListView
extends ListView
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 246 milliseconds