Searched refs:getConstraints (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
H A DTestUtilsActions.java43 public Matcher<View> getConstraints() {
69 public Matcher<View> getConstraints() {
97 public Matcher<View> getConstraints() {
124 public Matcher<View> getConstraints() {
147 public Matcher<View> getConstraints() {
170 public Matcher<View> getConstraints() {
H A DAppCompatTintableViewActions.java46 public Matcher<View> getConstraints() {
72 public Matcher<View> getConstraints() {
98 public Matcher<View> getConstraints() {
124 public Matcher<View> getConstraints() {
151 public Matcher<View> getConstraints() {
178 public Matcher<View> getConstraints() {
206 public Matcher<View> getConstraints() {
H A DDrawerLayoutActions.java107 public Matcher<View> getConstraints() {
108 return baseAction.getConstraints();
151 public Matcher<View> getConstraints() {
176 public Matcher<View> getConstraints() {
201 public Matcher<View> getConstraints() {
226 public Matcher<View> getConstraints() {
251 public Matcher<View> getConstraints() {
276 public Matcher<View> getConstraints() {
301 public Matcher<View> getConstraints() {
328 public Matcher<View> getConstraints() {
[all...]
/frameworks/support/swiperefreshlayout/src/androidTest/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayoutActions.java32 public Matcher<View> getConstraints() {
57 public Matcher<View> getConstraints() {
81 public Matcher<View> getConstraints() {
/frameworks/support/compat/src/androidTest/java/android/support/v4/testutils/
H A DTextViewActions.java42 public Matcher<View> getConstraints() {
69 public Matcher<View> getConstraints() {
96 public Matcher<View> getConstraints() {
123 public Matcher<View> getConstraints() {
152 public Matcher<View> getConstraints() {
181 public Matcher<View> getConstraints() {
211 public Matcher<View> getConstraints() {
H A DLayoutDirectionActions.java36 public Matcher<View> getConstraints() {
/frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
H A DDesignViewActions.java34 public Matcher<View> getConstraints() {
H A DBaseDynamicCoordinatorLayoutTest.java82 public Matcher<View> getConstraints() {
110 public Matcher<View> getConstraints() {
H A DCoordinatorSnackbarWithButtonTest.java64 public Matcher<View> getConstraints() {
/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
H A DViewPagerActions.java104 public Matcher<View> getConstraints() {
105 return baseAction.getConstraints();
148 public Matcher<View> getConstraints() {
174 public Matcher<View> getConstraints() {
202 public Matcher<View> getConstraints() {
230 public Matcher<View> getConstraints() {
260 public Matcher<View> getConstraints() {
290 public Matcher<View> getConstraints() {
317 public Matcher<View> getConstraints() {
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DViewClickAction.java40 public Matcher<View> getConstraints() { method in class:ViewClickAction
41 return mGeneralClickAction.getConstraints();
H A DMouseClickAction.java118 public Matcher<View> getConstraints() { method in class:MouseClickAction
119 return mViewClickAction.getConstraints();
H A DSuggestionsPopupwindowUtils.java95 * Click action to avoid checking ViewClickAction#getConstraints().
107 public Matcher<View> getConstraints() { method in class:SuggestionsPopupwindowUtils.SuggestionItemClickAction
/frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
H A DLayoutDirectionActions.java36 public Matcher<View> getConstraints() {
/frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/background/firebase/
H A DFirebaseJobConverterTest.java145 assertHasIntInArray(job.getConstraints(), Constraint.DEVICE_CHARGING);
180 assertHasIntInArray(job.getConstraints(), Constraint.DEVICE_IDLE);
193 assertHasIntInArray(job.getConstraints(), Constraint.ON_ANY_NETWORK);
206 assertHasIntInArray(job.getConstraints(), Constraint.ON_ANY_NETWORK);
219 assertHasIntInArray(job.getConstraints(), Constraint.ON_ANY_NETWORK);
232 assertHasIntInArray(job.getConstraints(), Constraint.ON_UNMETERED_NETWORK);
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/util/
H A DAsyncViewActions.java66 public org.hamcrest.Matcher<View> getConstraints() {
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp37 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints( function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClient.cpp42 DrmConstraints* DrmManagerClient::getConstraints(const String8* path, const int action) { function in class:DrmManagerClient
43 return mDrmManagerClientImpl->getConstraints(mUniqueId, path, action);
/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h33 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManagerClientImpl.h86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
/frameworks/av/include/drm/
H A DDrmManagerClient.h223 DrmConstraints* getConstraints(const String8* path, const int action);
/frameworks/support/work/workmanager-firebase/src/main/java/androidx/work/impl/background/firebase/
H A DFirebaseJobConverter.java61 .setConstraints(getConstraints(workSpec));
121 private int[] getConstraints(WorkSpec workSpec) { method in class:FirebaseJobConverter
/frameworks/av/drm/common/include/
H A DIDrmEngine.h104 virtual DrmConstraints* getConstraints(
/frameworks/av/drm/drmserver/
H A DDrmManager.h73 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManagerService.h79 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);

Completed in 275 milliseconds

12