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

12

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsActions.java40 public Matcher<View> getConstraints() {
66 public Matcher<View> getConstraints() {
94 public Matcher<View> getConstraints() {
121 public Matcher<View> getConstraints() {
144 public Matcher<View> getConstraints() {
167 public Matcher<View> getConstraints() {
H A DDrawerLayoutActions.java106 public Matcher<View> getConstraints() {
107 return baseAction.getConstraints();
150 public Matcher<View> getConstraints() {
175 public Matcher<View> getConstraints() {
200 public Matcher<View> getConstraints() {
225 public Matcher<View> getConstraints() {
250 public Matcher<View> getConstraints() {
275 public Matcher<View> getConstraints() {
300 public Matcher<View> getConstraints() {
327 public Matcher<View> getConstraints() {
[all...]
H A DAppCompatTintableViewActions.java44 public Matcher<View> getConstraints() {
71 public Matcher<View> getConstraints() {
99 public Matcher<View> getConstraints() {
127 public Matcher<View> getConstraints() {
154 public Matcher<View> getConstraints() {
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
H A DSwipeRefreshLayoutActions.java32 public Matcher<View> getConstraints() {
57 public Matcher<View> getConstraints() {
81 public Matcher<View> getConstraints() {
/frameworks/support/compat/tests/java/android/support/v4/testutils/
H A DTextViewActions.java40 public Matcher<View> getConstraints() {
67 public Matcher<View> getConstraints() {
94 public Matcher<View> getConstraints() {
121 public Matcher<View> getConstraints() {
150 public Matcher<View> getConstraints() {
179 public Matcher<View> getConstraints() {
209 public Matcher<View> getConstraints() {
H A DLayoutDirectionActions.java34 public Matcher<View> getConstraints() {
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DViewPagerActions.java43 public Matcher<View> getConstraints() {
71 public Matcher<View> getConstraints() {
99 public Matcher<View> getConstraints() {
129 public Matcher<View> getConstraints() {
159 public Matcher<View> getConstraints() {
186 public Matcher<View> getConstraints() {
213 public Matcher<View> getConstraints() {
H A DNavigationViewActions.java43 public Matcher<View> getConstraints() {
70 public Matcher<View> getConstraints() {
97 public Matcher<View> getConstraints() {
124 public Matcher<View> getConstraints() {
151 public Matcher<View> getConstraints() {
179 public Matcher<View> getConstraints() {
206 public Matcher<View> getConstraints() {
233 public Matcher<View> getConstraints() {
260 public Matcher<View> getConstraints() {
288 public Matcher<View> getConstraints() {
[all...]
H A DFloatingActionButtonActions.java37 public Matcher<View> getConstraints() {
61 public Matcher<View> getConstraints() {
85 public Matcher<View> getConstraints() {
109 public Matcher<View> getConstraints() {
135 public Matcher<View> getConstraints() {
160 public Matcher<View> getConstraints() {
H A DTextInputLayoutActions.java35 public Matcher<View> getConstraints() {
59 public Matcher<View> getConstraints() {
83 public Matcher<View> getConstraints() {
H A DTabLayoutActions.java44 public Matcher<View> getConstraints() {
72 public Matcher<View> getConstraints() {
99 public Matcher<View> getConstraints() {
126 public Matcher<View> getConstraints() {
H A DBottomNavigationViewActions.java40 public Matcher<View> getConstraints() {
68 public Matcher<View> getConstraints() {
H A DDrawerLayoutActions.java34 public Matcher<View> getConstraints() {
62 public Matcher<View> getConstraints() {
H A DTestUtilsActions.java47 public Matcher<View> getConstraints() {
90 public Matcher<View> getConstraints() {
116 public Matcher<View> getConstraints() {
144 public Matcher<View> getConstraints() {
171 public Matcher<View> getConstraints() {
201 public Matcher<View> getConstraints() {
220 public Matcher<View> getConstraints() {
248 public Matcher<View> getConstraints() {
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DViewPagerActions.java102 public Matcher<View> getConstraints() {
103 return baseAction.getConstraints();
146 public Matcher<View> getConstraints() {
172 public Matcher<View> getConstraints() {
200 public Matcher<View> getConstraints() {
228 public Matcher<View> getConstraints() {
258 public Matcher<View> getConstraints() {
288 public Matcher<View> getConstraints() {
315 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.java107 public Matcher<View> getConstraints() { method in class:MouseClickAction
108 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/design/tests/src/android/support/design/widget/
H A DDesignViewActions.java38 public Matcher<View> getConstraints() {
57 public Matcher<View> getConstraints() {
H A DBaseDynamicCoordinatorLayoutTest.java83 public Matcher<View> getConstraints() {
111 public Matcher<View> getConstraints() {
/frameworks/support/percent/tests/java/android/support/percent/
H A DLayoutDirectionActions.java34 public 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);
/frameworks/av/include/drm/
H A DDrmManagerClient.h223 DrmConstraints* getConstraints(const String8* path, const int action);

Completed in 357 milliseconds

12