OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ListPopupWindow
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/widget/
ListPopupWindow.java
48
* A
ListPopupWindow
anchors itself to a host view and displays a
51
* <p>
ListPopupWindow
contains a number of tricky behaviors surrounding
58
public class
ListPopupWindow
{
59
private static final String TAG = "
ListPopupWindow
";
173
public
ListPopupWindow
(Context context) {
184
public
ListPopupWindow
(Context context, AttributeSet attrs) {
196
public
ListPopupWindow
(Context context, AttributeSet attrs, int defStyleAttr) {
209
public
ListPopupWindow
(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
828
* views using non-modal
ListPopupWindow
can have it handle key selection of items.
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java
45
* A
ListPopupWindow
anchors itself to a host view and displays a list of choices.
47
* <p>
ListPopupWindow
contains a number of tricky behaviors surrounding positioning, scrolling
55
public class
ListPopupWindow
{
57
private static final String TAG = "
ListPopupWindow
";
166
public
ListPopupWindow
(Context context) {
177
public
ListPopupWindow
(Context context, AttributeSet attrs) {
189
public
ListPopupWindow
(Context context, AttributeSet attrs, int defStyleAttr) {
780
*
ListPopupWindow
can have it handle key selection of items.
877
*
ListPopupWindow
can have it handle key selection of items.
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 921 milliseconds