OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:directlyon
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWifiP2pGroup.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
16
directlyOn
(realObject, WifiP2pGroup.class).setInterface(intf);
20
directlyOn
(realObject, WifiP2pGroup.class).setInterface(passphrase);
24
directlyOn
(realObject, WifiP2pGroup.class).setInterface(networkName);
ShadowIcon.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
24
return
directlyOn
(realIcon, Icon.class).getType();
30
return
directlyOn
(realIcon, Icon.class).getResId();
36
return
directlyOn
(realIcon, Icon.class).getBitmap();
42
return
directlyOn
(realIcon, Icon.class).getUri();
48
return
directlyOn
(realIcon, Icon.class).getDataLength();
54
return
directlyOn
(realIcon, Icon.class).getDataOffset();
60
return
directlyOn
(realIcon, Icon.class).getDataBytes();
ShadowCompoundButton.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
22
directlyOn
(realObject, CompoundButton.class, "setButtonDrawable", from(int.class, buttonDrawableId));
28
directlyOn
(realObject, CompoundButton.class, "setButtonDrawable", from(Drawable.class, buttonDrawable));
ShadowPhoneWindowFor22.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
17
directlyOn
(realWindow, realWindow.getClass().getName(), "setTitle", ReflectionHelpers.ClassParameter.from(CharSequence.class, title));
23
directlyOn
(realWindow, realWindow.getClass().getName(), "setBackgroundDrawable", ReflectionHelpers.ClassParameter.from(Drawable.class, drawable));
ShadowAlertController.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
32
directlyOn
(realAlertController, AlertController.class).setTitle(title);
42
directlyOn
(realAlertController, AlertController.class).setCustomTitle(customTitleView);
52
directlyOn
(realAlertController, AlertController.class).setMessage(message);
62
directlyOn
(realAlertController, AlertController.class).setView(view);
73
directlyOn
(realAlertController, AlertController.class).setIcon(iconId);
ShadowBaseAdapter.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
19
directlyOn
(realBaseAdapter, BaseAdapter.class, "notifyDataSetChanged");
ShadowContentProvider.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
25
return
directlyOn
(realContentProvider, ContentProvider.class, "getCallingPackage");
ShadowGradientDrawable.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
21
directlyOn
(realGradientDrawable, GradientDrawable.class).setColor(color);
ShadowIntentService.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
25
directlyOn
(realIntentService, IntentService.class, "setIntentRedelivery", ClassParameter.from(boolean.class, enabled));
ShadowListPopupWindow.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
21
directlyOn
(realListPopupWindow, ListPopupWindow.class).show();
ShadowPopupWindow.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
21
directlyOn
(realPopupWindow,
ShadowPopupMenu.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
25
directlyOn
(realPopupMenu, PopupMenu.class).show();
31
directlyOn
(realPopupMenu, PopupMenu.class).dismiss();
37
directlyOn
(realPopupMenu, PopupMenu.class).setOnMenuItemClickListener(listener);
ShadowBluetoothDevice.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
25
return
directlyOn
(BluetoothDevice.class, "getService");
ShadowProgressDialog.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
35
directlyOn
(realProgressDialog, ProgressDialog.class).setProgressStyle(style);
ShadowRenderNodeAnimator.java
6
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
39
directlyOn
(realObject, RenderNodeAnimator.class, "moveToRunningState");
50
directlyOn
(realObject, RenderNodeAnimator.class, "doStart");
58
directlyOn
(realObject, RenderNodeAnimator.class).cancel();
65
directlyOn
(realObject, RenderNodeAnimator.class, "onFinished");
75
directlyOn
(realObject, RenderNodeAnimator.class).end();
84
directlyOn
(realObject, RenderNodeAnimator.class, "onFinished");
113
directlyOn
(realObject, RenderNodeAnimator.class, "onFinished");
ShadowTextView.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
67
directlyOn
(realTextView, TextView.class).setTextAppearance(context, resid);
74
return
directlyOn
(realTextView, TextView.class).onKeyDown(keyCode, event);
81
return
directlyOn
(realTextView, TextView.class).onKeyUp(keyCode, event);
110
directlyOn
(realTextView, TextView.class).addTextChangedListener(watcher);
116
directlyOn
(realTextView, TextView.class).removeTextChangedListener(watcher);
153
directlyOn
(realTextView, TextView.class).setOnEditorActionListener(l);
166
directlyOn
(realTextView, TextView.class).setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);
ShadowAbsSpinner.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
20
directlyOn
(realAbsSpinner, AbsSpinner.class, "setSelection", ClassParameter.from(int.class, position), ClassParameter.from(boolean.class, animate));
26
directlyOn
(realAbsSpinner, AbsSpinner.class, "setSelection", ClassParameter.from(int.class, position));
ShadowGestureDetector.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
43
return
directlyOn
(realObject, GestureDetector.class).onTouchEvent(ev);
48
directlyOn
(realObject, GestureDetector.class).setOnDoubleTapListener(onDoubleTapListener);
ShadowPhoneWindow.java
4
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
22
directlyOn
(realWindow, realWindow.getClass().getName(), "setTitle", ClassParameter.from(CharSequence.class, title));
28
directlyOn
(realWindow, realWindow.getClass().getName(), "setBackgroundDrawable", ClassParameter.from(Drawable.class, drawable));
ShadowWindow.java
5
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
39
directlyOn
(realWindow, Window.class, "setFlags", ClassParameter.from(int.class, flags), ClassParameter.from(int.class, mask));
45
directlyOn
(realWindow, Window.class, "setSoftInputMode", ClassParameter.from(int.class, softInputMode));
65
return (ProgressBar)
directlyOn
(realWindow, realWindow.getClass().getName(), "getHorizontalProgressBar", ClassParameter.from(boolean.class, false));
69
return (ProgressBar)
directlyOn
(realWindow, realWindow.getClass().getName(), "getCircularProgressBar", ClassParameter.from(boolean.class, false));
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/internal/
IShadow.java
13
<T> T
directlyOn
(T shadowedObject, Class<T> clazz);
16
<R> R
directlyOn
(Object shadowedObject, String clazzName, String methodName, ReflectionHelpers.ClassParameter... paramValues);
18
<R, T> R
directlyOn
(T shadowedObject, Class<T> clazz, String methodName, ReflectionHelpers.ClassParameter... paramValues);
20
<R, T> R
directlyOn
(Class<T> clazz, String methodName, ReflectionHelpers.ClassParameter... paramValues);
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/shadow/api/
Shadow.java
45
public static <T> T
directlyOn
(T shadowedObject, Class<T> clazz) {
46
return SHADOW_IMPL.
directlyOn
(shadowedObject, clazz);
50
public static <R> R
directlyOn
(Object shadowedObject, String clazzName, String methodName, ClassParameter... paramValues) {
51
return SHADOW_IMPL.
directlyOn
(shadowedObject, clazzName, methodName, paramValues);
55
public static <R, T> R
directlyOn
(T shadowedObject, Class<T> clazz, String methodName, ClassParameter... paramValues) {
56
return SHADOW_IMPL.
directlyOn
(shadowedObject, clazz, methodName, paramValues);
60
public static <R, T> R
directlyOn
(Class<T> clazz, String methodName, ClassParameter... paramValues) {
61
return SHADOW_IMPL.
directlyOn
(clazz, methodName, paramValues);
/external/robolectric-shadows/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/
ShadowDrawerLayout.java
3
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
20
directlyOn
(realDrawerLayout, DrawerLayout.class).setDrawerListener(drawerListener);
32
directlyOn
(realDrawerLayout, DrawerLayout.class).openDrawer(drawerView, false);
40
directlyOn
(realDrawerLayout, DrawerLayout.class).closeDrawer(drawerView, false);
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
CarSettingsShadowResources.java
19
import static org.robolectric.shadow.api.Shadow.
directlyOn
;
46
return
directlyOn
(realResources, Resources.class).getDimensionPixelSize(id);
55
return
directlyOn
(realResources, Resources.class).getDimensionPixelOffset(id);
64
return
directlyOn
(realResources, Resources.class).getColor(id, theme);
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ShadowImpl.java
28
@Override public <T> T
directlyOn
(T shadowedObject, Class<T> clazz) {
47
public <R> R
directlyOn
(Object shadowedObject, String clazzName, String methodName, ReflectionHelpers.ClassParameter... paramValues) {
50
return
directlyOn
(shadowedObject, aClass, methodName, paramValues);
57
public <R, T> R
directlyOn
(T shadowedObject, Class<T> clazz, String methodName, ReflectionHelpers.ClassParameter... paramValues) {
63
public <R, T> R
directlyOn
(Class<T> clazz, String methodName, ReflectionHelpers.ClassParameter... paramValues) {
Completed in 254 milliseconds
1
2
3
4