OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orientationhelper
(Results
26 - 50
of
50
) sorted by null
1
2
/prebuilts/maven_repo/android/com/android/support/recyclerview-v7/24.0.0-alpha2/
recyclerview-v7-24.0.0-alpha2-sources.jar
/prebuilts/maven_repo/android/com/android/support/recyclerview-v7/24.0.0-beta1/
recyclerview-v7-24.0.0-beta1-sources.jar
/prebuilts/maven_repo/android/com/android/support/recyclerview-v7/24.1.0/
recyclerview-v7-24.1.0-sources.jar
/prebuilts/maven_repo/android/com/android/support/recyclerview-v7/24.1.1/
recyclerview-v7-24.1.1-sources.jar
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerSnappingTest.java
188
OrientationHelper
helper;
190
helper =
OrientationHelper
.createHorizontalHelper(mGlm);
192
helper =
OrientationHelper
.createVerticalHelper(mGlm);
LinearLayoutManagerSnappingTest.java
185
OrientationHelper
helper;
187
helper =
OrientationHelper
.createHorizontalHelper(mLayoutManager);
189
helper =
OrientationHelper
.createVerticalHelper(mLayoutManager);
StaggeredGridLayoutManagerSnappingTest.java
190
OrientationHelper
helper;
192
helper =
OrientationHelper
.createHorizontalHelper(mLayoutManager);
194
helper =
OrientationHelper
.createVerticalHelper(mLayoutManager);
BaseStaggeredGridLayoutManagerTest.java
199
OrientationHelper
orientationHelper
=
OrientationHelper
208
orientationHelper
.getDecoratedEnd(prev) <=
orientationHelper
390
int mOrientation =
OrientationHelper
.VERTICAL;
[
all
...]
GridLayoutManagerRtlTest.java
118
OrientationHelper
helper =
OrientationHelper
.createHorizontalHelper(mGlm);
GridLayoutManagerWrapContentWithAspectRatioTest.java
83
OrientationHelper
mHelper;
106
mHelper =
OrientationHelper
.createOrientationHelper(
LinearLayoutManagerPrepareForDropTest.java
127
final
OrientationHelper
helper = mLayoutManager.mOrientationHelper;
BaseLinearLayoutManagerTest.java
348
OrientationHelper
mSecondaryOrientation;
429
mSecondaryOrientation =
OrientationHelper
.createOrientationHelper(this,
LinearLayoutManagerTest.java
260
final
OrientationHelper
helper = mLayoutManager.mOrientationHelper;
GridLayoutManagerTest.java
376
final
OrientationHelper
helper = mGlm.mOrientationHelper;
[
all
...]
RecyclerViewLayoutTest.java
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java
62
public static final int HORIZONTAL =
OrientationHelper
.HORIZONTAL;
64
public static final int VERTICAL =
OrientationHelper
.VERTICAL;
119
OrientationHelper
mPrimaryOrientation;
121
OrientationHelper
mSecondaryOrientation;
252
mPrimaryOrientation =
OrientationHelper
.createOrientationHelper(this, mOrientation);
253
mSecondaryOrientation =
OrientationHelper
449
OrientationHelper
tmp = mPrimaryOrientation;
[
all
...]
LinearLayoutManager.java
49
public static final int HORIZONTAL =
OrientationHelper
.HORIZONTAL;
51
public static final int VERTICAL =
OrientationHelper
.VERTICAL;
82
OrientationHelper
mOrientationHelper;
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java
26
import android.support.v7.widget.
OrientationHelper
;
412
private
OrientationHelper
mOrientationHelper =
OrientationHelper
.createHorizontalHelper(this);
650
mOrientationHelper =
OrientationHelper
.createOrientationHelper(this, mOrientation);
[
all
...]
/frameworks/base/docs/html/sdk/support_api_diff/23.2.0/changes/
alldiffs_index_changes.html
[
all
...]
alldiffs_index_all.html
[
all
...]
alldiffs_index_additions.html
[
all
...]
/frameworks/base/docs/html/topic/libraries/support-library/
revisions.jd
852
android.support.v7.widget.
OrientationHelper
#getStartAfterPadding
853
OrientationHelper
.getStartAfterPadding()}. (<a class=
[
all
...]
/prebuilts/sdk/support-api/
22.0.0.txt
[
all
...]
22.1.0.txt
[
all
...]
Completed in 2331 milliseconds
1
2