/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
D | RecyclerViewCaptureHelperTest.java | 26 import com.android.internal.widget.LinearLayoutManager; 49 LinearLayoutManager layoutManager = in createScrollableContent() 50 new LinearLayoutManager(parent.getContext(), LinearLayoutManager.VERTICAL, false); in createScrollableContent()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | SlowNestedRecyclerViewActivity.java | 23 import androidx.recyclerview.widget.LinearLayoutManager; 68 return new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false); in createLayoutManager() 152 rv.setLayoutManager(new LinearLayoutManager(parent.getContext(), in onCreateViewHolder() 153 LinearLayoutManager.HORIZONTAL, false)); in onCreateViewHolder()
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | MailListFragment.java | 25 import androidx.recyclerview.widget.LinearLayoutManager; 45 mLayoutManager = new LinearLayoutManager(getActivity()); in onCreateView()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/ |
D | RvCompatListActivity.java | 28 import androidx.recyclerview.widget.LinearLayoutManager; 71 return new LinearLayoutManager(context); in createLayoutManager()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/ |
D | RecyclerViewActivity.java | 30 import com.android.internal.widget.LinearLayoutManager; 44 recyclerView.setLayoutManager(new LinearLayoutManager(this)); in onCreate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuView.java | 54 import com.android.internal.widget.LinearLayoutManager; 76 private final LinearLayoutManager mButtonLayoutManager; 122 mButtonLayoutManager = new LinearLayoutManager(mContext); in TvPipMenuView() 242 vertical != (mButtonLayoutManager.getOrientation() == LinearLayoutManager.VERTICAL); in onPipTransitionToTargetBoundsStarted() 259 ? LinearLayoutManager.VERTICAL : LinearLayoutManager.HORIZONTAL); in onPipTransitionToTargetBoundsStarted() 281 vertical ? LinearLayoutManager.VERTICAL : LinearLayoutManager.HORIZONTAL); in onPipTransitionFinished()
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
D | CompanionAssociationActivity.java | 87 import androidx.recyclerview.widget.LinearLayoutManager; 186 private final LinearLayoutManager mPermissionsLayoutManager = new LinearLayoutManager(this); 581 mDeviceListRecyclerView.setLayoutManager(new LinearLayoutManager(this)); in initUiForDeviceDiscovery() 698 LinearLayoutManager layoutManager = in onPositiveButtonClick() 699 (LinearLayoutManager) mPermissionListRecyclerView.getLayoutManager(); in onPositiveButtonClick() 771 LinearLayoutManager permissionListLayoutManager = in setupPermissionList() 772 (LinearLayoutManager) mPermissionListRecyclerView in setupPermissionList() 808 private void enableAllowButtonIfNeeded(LinearLayoutManager layoutManager) { in enableAllowButtonIfNeeded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionRecentsViewController.kt | 28 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 117 LinearLayoutManager( in <lambda>() 119 LinearLayoutManager.HORIZONTAL, in <lambda>()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
D | RecyclerMixin.java | 26 import androidx.recyclerview.widget.LinearLayoutManager; 81 this.recyclerView.setLayoutManager(new LinearLayoutManager(templateLayout.getContext())); in RecyclerMixin()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsProviderSelectorActivity.kt | 37 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 116 recyclerView.layoutManager = LinearLayoutManager(applicationContext) in <lambda>()
|
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | DividerItemDecorationTest.java | 31 import androidx.recyclerview.widget.LinearLayoutManager; 154 testRecyclerView.setLayoutManager(new LinearLayoutManager(context)); in drawDecoration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletCardCarousel.java | 35 import androidx.recyclerview.widget.LinearLayoutManager; 118 setLayoutManager(new LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false)); in WalletCardCarousel()
|
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/ |
D | BatteryConsumerPickerActivity.java | 37 import androidx.recyclerview.widget.LinearLayoutManager; 78 mAppList.setLayoutManager(new LinearLayoutManager(this)); in onCreate()
|
D | BatteryStatsViewerActivity.java | 41 import androidx.recyclerview.widget.LinearLayoutManager; 103 mBatteryConsumerDataView.setLayoutManager(new LinearLayoutManager(this)); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumePanelDialog.java | 42 import androidx.recyclerview.widget.LinearLayoutManager; 121 mVolumePanelSlices.setLayoutManager(new LinearLayoutManager(getContext())); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputBaseDialog.java | 61 import androidx.recyclerview.widget.LinearLayoutManager; 84 private final LinearLayoutManager mLayoutManager; 197 private class LayoutManagerWrapper extends LinearLayoutManager {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuView.java | 35 import androidx.recyclerview.widget.LinearLayoutManager; 92 mTargetFeaturesView.setLayoutManager(new LinearLayoutManager(context)); in MenuView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | LockscreenFragment.java | 39 import androidx.recyclerview.widget.LinearLayoutManager; 105 v.setLayoutManager(new LinearLayoutManager(getContext())); in showSelectDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothDetailsContentManagerTest.kt | 27 import androidx.recyclerview.widget.LinearLayoutManager 160 assertThat(recyclerView.layoutManager is LinearLayoutManager).isTrue() in testShowDialog_createRecyclerViewWithAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothDetailsContentManager.kt | 37 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 281 layoutManager = LinearLayoutManager(contentView.context) in setupRecyclerView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesDialogDelegate.java | 54 import androidx.recyclerview.widget.LinearLayoutManager; 359 deviceList.setLayoutManager(new LinearLayoutManager(dialog.getContext())); in setupDeviceListView()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LinearLayoutManager.java | 40 public class LinearLayoutManager extends RecyclerView.LayoutManager implements class 152 public LinearLayoutManager(Context context) { in LinearLayoutManager() method in LinearLayoutManager 162 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in LinearLayoutManager() method in LinearLayoutManager 172 public LinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, in LinearLayoutManager() method in LinearLayoutManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | FgsManagerController.kt | 50 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 399 recyclerView.layoutManager = LinearLayoutManager(dialogContext) in showDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
D | InternetDetailsContentManager.kt | 53 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 265 layoutManager = LinearLayoutManager(context) in <lambda>()
|
D | InternetDialogDelegateLegacy.java | 60 import androidx.recyclerview.widget.LinearLayoutManager; 322 mWifiRecyclerView.setLayoutManager(new LinearLayoutManager(context)); in onCreate()
|