[go: nahoru, domu]

Searched refs:isDecor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java465 if (!lp.isDecor) {
906 if (!lp.isDecor) {
1080 if (!lp.isDecor && lp.widthFactor == 0.f) {
1314 lp.isDecor |= child instanceof Decor;
1316 if (lp != null && lp.isDecor) {
1413 if (lp != null && lp.isDecor) {
1471 if (lp == null || !lp.isDecor) {
1540 if (lp.isDecor) {
1595 if (lp.isDecor) {
1727 if (!lp.isDecor) continu
2800 public boolean isDecor; field in class:ViewPager.LayoutParams
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java381 * {@link LayoutParams#isDecor} on the child's layout params.</p>
556 if (!lp.isDecor) {
1072 if (!lp.isDecor) {
1244 if (!lp.isDecor && lp.widthFactor == 0.f) {
1464 lp.isDecor |= isDecorView(child);
1466 if (lp != null && lp.isDecor) {
1563 if (lp != null && lp.isDecor) {
1621 if (lp == null || !lp.isDecor) {
1687 if (lp.isDecor) {
1740 if (!lp.isDecor
3077 public boolean isDecor; field in class:ViewPager.LayoutParams
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java146 ((LayoutParams) mDecorGroup.getLayoutParams()).isDecor = true;

Completed in 43 milliseconds