Home
last modified time | relevance | path

Searched defs:frameLayout (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/orientation/
DLandscapePagedViewHandlerTest.kt129 val frameLayout = FrameLayout.LayoutParams(100, 100) in testIcon_updateSplitIconsPosition() constant
147 val frameLayout = FrameLayout.LayoutParams(100, 100) in testIcon_updateSplitIconsPosition_isRTL() constant
162 val frameLayout = FrameLayout.LayoutParams(100, 100) in testChip_updateSplitIconsPosition() constant
177 val frameLayout = FrameLayout.LayoutParams(100, 100) in testChip_updateSplitIconsPosition_isRTL() constant
DSeascapePagedViewHandlerTest.kt131 val frameLayout = FrameLayout.LayoutParams(100, 100) in testIcon_updateSplitIconsPosition() constant
149 val frameLayout = FrameLayout.LayoutParams(100, 100) in testIcon_updateSplitIconsPosition_isRTL() constant
164 val frameLayout = FrameLayout.LayoutParams(100, 100) in testChip_updateSplitIconsPosition() constant
179 val frameLayout = FrameLayout.LayoutParams(100, 100) in testChip_updateSplitIconsPosition_isRTL() constant
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DToggleButtonActionItem.java62 public void bindViewHolder(FrameLayout frameLayout) { in bindViewHolder()
79 private DrawableStateToggleButton getOptionalToggleButton(FrameLayout frameLayout) { in getOptionalToggleButton()
DBaseActionItem.java114 abstract void bindViewHolder(FrameLayout frameLayout); in bindViewHolder()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DImageOnlyEditor.java45 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorTinyPlanet.java37 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorRedEye.java44 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorCurves.java48 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorRotate.java44 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorMirror.java44 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorStraighten.java48 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorColorBorder.java79 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorDraw.java111 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditorCrop.java75 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DEditor.java143 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
DParametricEditor.java129 public void createEditor(Context context, FrameLayout frameLayout) { in createEditor()
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/layout/tests/
DScaledLayoutActivity.java33 FrameLayout frameLayout = findViewById(R.id.root_layout); in onCreate() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DEnterprisePrivacySettingsTest.java208 FrameLayout frameLayout = new FrameLayout(this); in onCreate() local
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewTest.java97 FrameLayout frameLayout = new FrameLayout(mContext); in setup() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/
DSettingsHomepageActivityTest.java122 final FrameLayout frameLayout = activity.findViewById(R.id.main_content); in launch_shouldHaveAnimationForIaFragment() local
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java278 FrameLayout.LayoutParams frameLayout = new FrameLayout.LayoutParams(mPreviewSize.getWidth(), in setTextureViewScale() local