Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/frameworks/support/v7/appcompat/api/
D22.0.0.txt5method public abstract void addOnMenuVisibilityListener(android.support.v7.app.ActionBar.OnMenuVis…
6 method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab);
7 method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab, boolean);
8 method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab, int);
9method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab, int, boolean);
10 method public abstract android.view.View getCustomView();
11 method public abstract int getDisplayOptions();
12 method public float getElevation();
13 method public abstract int getHeight();
14 method public int getHideOffset();
[all …]
D22.1.0.txt5method public abstract void addOnMenuVisibilityListener(android.support.v7.app.ActionBar.OnMenuVis…
6 method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab);
7 method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab, boolean);
8 method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab, int);
9method public abstract deprecated void addTab(android.support.v7.app.ActionBar.Tab, int, boolean);
10 method public abstract android.view.View getCustomView();
11 method public abstract int getDisplayOptions();
12 method public float getElevation();
13 method public abstract int getHeight();
14 method public int getHideOffset();
[all …]
/frameworks/support/v7/recyclerview/api/
D22.1.0.txt6 method public int add(T);
7 method public void beginBatchedUpdates();
8 method public void endBatchedUpdates();
9 method public T get(int) throws java.lang.IndexOutOfBoundsException;
10 method public int indexOf(T);
11 method public void recalculatePositionOfItemAt(int);
12 method public boolean remove(T);
13 method public T removeItemAt(int);
14 method public int size();
15 method public void updateItemAt(int, T);
[all …]
D23.0.0.txt41 method public T getItem(int);
42 method public int getItemCount();
43 method public void onRangeChanged();
44 method public void refresh();
49 method public abstract void fillData(T[], int, int);
50 method public int getMaxCachedTiles();
51 method public void recycleData(T[], int);
52 method public abstract int refreshData();
57 method public void extendRangeInto(int[], int[], int);
58 method public abstract void getItemRangeInto(int[]);
[all …]
D22.0.0.txt5 method public boolean animateAdd(android.support.v7.widget.RecyclerView.ViewHolder);
6method public boolean animateChange(android.support.v7.widget.RecyclerView.ViewHolder, android.sup…
7method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
8 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
9 method public void endAnimation(android.support.v7.widget.RecyclerView.ViewHolder);
10 method public void endAnimations();
11 method public boolean isRunning();
12 method public void runPendingAnimations();
18 method public int getSpanCount();
19 method public android.support.v7.widget.GridLayoutManager.SpanSizeLookup getSpanSizeLookup();
[all …]
Dcurrent.txt44 method public T getItem(int);
45 method public int getItemCount();
46 method public void onRangeChanged();
47 method public void refresh();
52 method public abstract void fillData(T[], int, int);
53 method public int getMaxCachedTiles();
54 method public void recycleData(T[], int);
55 method public abstract int refreshData();
60 method public void extendRangeInto(int[], int[], int);
61 method public abstract void getItemRangeInto(int[]);
[all …]
D22.2.1.txt42 method public int add(T);
43 method public void addAll(T[], boolean);
44 method public void addAll(T...);
45 method public void addAll(java.util.Collection<T>);
46 method public void beginBatchedUpdates();
47 method public void clear();
48 method public void endBatchedUpdates();
49 method public T get(int) throws java.lang.IndexOutOfBoundsException;
50 method public int indexOf(T);
51 method public void recalculatePositionOfItemAt(int);
[all …]
D22.2.0.txt42 method public int add(T);
43 method public void beginBatchedUpdates();
44 method public void clear();
45 method public void endBatchedUpdates();
46 method public T get(int) throws java.lang.IndexOutOfBoundsException;
47 method public int indexOf(T);
48 method public void recalculatePositionOfItemAt(int);
49 method public boolean remove(T);
50 method public T removeItemAt(int);
51 method public int size();
[all …]
D23.1.0.txt41 method public T getItem(int);
42 method public int getItemCount();
43 method public void onRangeChanged();
44 method public void refresh();
49 method public abstract void fillData(T[], int, int);
50 method public int getMaxCachedTiles();
51 method public void recycleData(T[], int);
52 method public abstract int refreshData();
57 method public void extendRangeInto(int[], int[], int);
58 method public abstract void getItemRangeInto(int[]);
[all …]
D23.1.1.txt41 method public T getItem(int);
42 method public int getItemCount();
43 method public void onRangeChanged();
44 method public void refresh();
49 method public abstract void fillData(T[], int, int);
50 method public int getMaxCachedTiles();
51 method public void recycleData(T[], int);
52 method public abstract int refreshData();
57 method public void extendRangeInto(int[], int[], int);
58 method public abstract void getItemRangeInto(int[]);
[all …]
/frameworks/support/v17/leanback/api/
D22.0.0.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDrawable();
7method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
8 method public void release();
9 method public void setBitmap(android.graphics.Bitmap);
10 method public void setColor(int);
11 method public void setDrawable(android.graphics.drawable.Drawable);
15 method public final android.support.v17.leanback.widget.ObjectAdapter getAdapter();
16method public final android.support.v17.leanback.widget.PresenterSelector getPresenterSelector();
[all …]
Dcurrent.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
D22.1.0.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
D22.2.0.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
D23.0.0.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
D22.2.1.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
D23.1.0.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
D23.1.1.txt4 method public void attach(android.view.Window);
5 method public final int getColor();
6 method public android.graphics.drawable.Drawable getDefaultDimLayer();
7 method public android.graphics.drawable.Drawable getDimLayer();
8 method public android.graphics.drawable.Drawable getDrawable();
9method public static android.support.v17.leanback.app.BackgroundManager getInstance(android.app.Ac…
10 method public boolean isAttached();
11 method public void release();
12 method public void setBitmap(android.graphics.Bitmap);
13 method public void setColor(int);
[all …]
/frameworks/support/v4/api/
D22.1.0.txt4 method public static java.lang.String capabilityToString(int);
5 method public static java.lang.String feedbackTypeToString(int);
6 method public static java.lang.String flagToString(int);
7method public static boolean getCanRetrieveWindowContent(android.accessibilityservice.Accessibilit…
8 method public static int getCapabilities(android.accessibilityservice.AccessibilityServiceInfo);
9method public static java.lang.String getDescription(android.accessibilityservice.AccessibilitySer…
10method public static java.lang.String getId(android.accessibilityservice.AccessibilityServiceInfo);
11method public static android.content.pm.ResolveInfo getResolveInfo(android.accessibilityservice.Ac…
12method public static java.lang.String getSettingsActivityName(android.accessibilityservice.Accessi…
34 method public boolean isDrawerIndicatorEnabled();
[all …]
D22.0.0.txt4 method public static java.lang.String capabilityToString(int);
5 method public static java.lang.String feedbackTypeToString(int);
6 method public static java.lang.String flagToString(int);
7method public static boolean getCanRetrieveWindowContent(android.accessibilityservice.Accessibilit…
8 method public static int getCapabilities(android.accessibilityservice.AccessibilityServiceInfo);
9method public static java.lang.String getDescription(android.accessibilityservice.AccessibilitySer…
10method public static java.lang.String getId(android.accessibilityservice.AccessibilityServiceInfo);
11method public static android.content.pm.ResolveInfo getResolveInfo(android.accessibilityservice.Ac…
12method public static java.lang.String getSettingsActivityName(android.accessibilityservice.Accessi…
34 method public boolean isDrawerIndicatorEnabled();
[all …]
D23.1.0.txt4 method public static java.lang.String capabilityToString(int);
5 method public static java.lang.String feedbackTypeToString(int);
6 method public static java.lang.String flagToString(int);
7method public static boolean getCanRetrieveWindowContent(android.accessibilityservice.Accessibilit…
8 method public static int getCapabilities(android.accessibilityservice.AccessibilityServiceInfo);
9method public static java.lang.String getDescription(android.accessibilityservice.AccessibilitySer…
10method public static java.lang.String getId(android.accessibilityservice.AccessibilityServiceInfo);
11method public static android.content.pm.ResolveInfo getResolveInfo(android.accessibilityservice.Ac…
12method public static java.lang.String getSettingsActivityName(android.accessibilityservice.Accessi…
32 method public static void clearInterpolator(android.view.View);
[all …]
/frameworks/support/v7/preference/api/
Dcurrent.txt15 method public android.graphics.drawable.Drawable getDialogIcon();
16 method public int getDialogLayoutResource();
17 method public java.lang.CharSequence getDialogMessage();
18 method public java.lang.CharSequence getDialogTitle();
19 method public java.lang.CharSequence getNegativeButtonText();
20 method public java.lang.CharSequence getPositiveButtonText();
21 method public void setDialogIcon(android.graphics.drawable.Drawable);
22 method public void setDialogIcon(int);
23 method public void setDialogLayoutResource(int);
24 method public void setDialogMessage(java.lang.CharSequence);
[all …]
D23.0.0.txt15 method public android.graphics.drawable.Drawable getDialogIcon();
16 method public int getDialogLayoutResource();
17 method public java.lang.CharSequence getDialogMessage();
18 method public java.lang.CharSequence getDialogTitle();
19 method public java.lang.CharSequence getNegativeButtonText();
20 method public java.lang.CharSequence getPositiveButtonText();
21 method public void setDialogIcon(android.graphics.drawable.Drawable);
22 method public void setDialogIcon(int);
23 method public void setDialogLayoutResource(int);
24 method public void setDialogMessage(java.lang.CharSequence);
[all …]
/frameworks/base/cmds/uiautomator/api/
D16.txt5method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
6method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.cor…
7method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
8 method public int getChildCount(com.android.uiautomator.core.UiSelector);
12 method public void clearLastTraversedText();
13 method public boolean click(int, int);
14 method public void dumpWindowHierarchy(java.lang.String);
15 method public void freezeRotation() throws android.os.RemoteException;
16 method public java.lang.String getCurrentActivityName();
17 method public java.lang.String getCurrentPackageName();
[all …]
Dcurrent.txt4 method public long getActionAcknowledgmentTimeout();
5 method public static com.android.uiautomator.core.Configurator getInstance();
6 method public long getKeyInjectionDelay();
7 method public long getScrollAcknowledgmentTimeout();
8 method public long getWaitForIdleTimeout();
9 method public long getWaitForSelectorTimeout();
10 method public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout(long);
11 method public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long);
12 method public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout(long);
13 method public com.android.uiautomator.core.Configurator setWaitForIdleTimeout(long);
[all …]

12345678910>>...37