/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/tests/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/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionRecentsViewController.kt | 28 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 118 LinearLayoutManager( in <lambda>() 120 LinearLayoutManager.HORIZONTAL, in <lambda>()
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
D | CompanionAssociationActivity.java | 83 import androidx.recyclerview.widget.LinearLayoutManager; 181 private final LinearLayoutManager mPermissionsLayoutManager = new LinearLayoutManager(this); 532 mDeviceListRecyclerView.setLayoutManager(new LinearLayoutManager(this)); in initUiForMultipleDevices() 667 LinearLayoutManager permissionListLayoutManager = in setupPermissionList() 668 (LinearLayoutManager) mPermissionListRecyclerView in setupPermissionList() 704 private void enableAllowButtonIfNeeded(LinearLayoutManager layoutManager) { in enableAllowButtonIfNeeded()
|
/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 | 36 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 108 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; 77 mAppList.setLayoutManager(new LinearLayoutManager(this)); in onCreate()
|
D | BatteryStatsViewerActivity.java | 37 import androidx.recyclerview.widget.LinearLayoutManager; 89 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/accessibility/floatingmenu/ |
D | MenuView.java | 35 import androidx.recyclerview.widget.LinearLayoutManager; 88 mTargetFeaturesView.setLayoutManager(new LinearLayoutManager(context)); in MenuView()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogDelegateTest.kt | 27 import androidx.recyclerview.widget.LinearLayoutManager 158 assertThat(recyclerView.layoutManager is LinearLayoutManager).isTrue() in testShowDialog_createRecyclerViewWithAdapter()
|
/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/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogDelegate.kt | 38 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 292 layoutManager = LinearLayoutManager(dialog.context) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesDialogDelegate.java | 52 import androidx.recyclerview.widget.LinearLayoutManager; 307 mDeviceList.setLayoutManager(new LinearLayoutManager(dialog.getContext())); in setupDeviceListView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputBaseDialog.java | 58 import androidx.recyclerview.widget.LinearLayoutManager; 207 private class LayoutManagerWrapper extends LinearLayoutManager {
|
/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
|
D | GridLayoutManager.java | 41 public class GridLayoutManager extends LinearLayoutManager {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | FgsManagerController.kt | 49 import androidx.recyclerview.widget.LinearLayoutManager in <lambda>() 386 recyclerView.layoutManager = LinearLayoutManager(dialogContext) in showDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
D | InternetDialogDelegate.java | 56 import androidx.recyclerview.widget.LinearLayoutManager; 288 mWifiRecyclerView.setLayoutManager(new LinearLayoutManager(context)); in onCreate()
|