/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvPipMenuTests.kt | 23 import com.android.wm.shell.flicker.testapp.Components 168 uiDevice.findTvPipMenuElementWithDescription(Components.PipActivity.MENU_ACTION_NO_OP) 170 uiDevice.findTvPipMenuElementWithDescription(Components.PipActivity.MENU_ACTION_OFF) 172 uiDevice.findTvPipMenuElementWithDescription(Components.PipActivity.MENU_ACTION_CLEAR) 177 uiDevice.clickTvPipMenuElementWithDescription(Components.PipActivity.MENU_ACTION_OFF) 184 Components.PipActivity.MENU_ACTION_NO_OP)) 194 Components.PipActivity.MENU_ACTION_ON)?.also { 199 Components.PipActivity.MENU_ACTION_OFF)) 202 Components.PipActivity.MENU_ACTION_CLEAR)) 205 Components.PipActivity.MENU_ACTION_NO_OP)) [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/ |
H A D | SplitScreenHelper.kt | 23 import com.android.wm.shell.flicker.testapp.Components 42 Components.SplitScreenActivity.LABEL, 43 Components.SplitScreenActivity.COMPONENT.toFlickerComponent()) 47 Components.SplitScreenSecondaryActivity.LABEL, 48 Components.SplitScreenSecondaryActivity.COMPONENT.toFlickerComponent()) 52 Components.NonResizeableActivity.LABEL, 53 Components.NonResizeableActivity.COMPONENT.toFlickerComponent())
|
H A D | ImeAppHelper.kt | 26 import com.android.wm.shell.flicker.testapp.Components 30 Components.ImeActivity.LABEL, 31 Components.ImeActivity.COMPONENT.toFlickerComponent() 54 launchViaIntent(action = Components.ImeActivity.ACTION_OPEN_IME) 87 launchViaIntent(action = Components.ImeActivity.ACTION_CLOSE_IME)
|
H A D | FixedAppHelper.kt | 21 import com.android.wm.shell.flicker.testapp.Components 25 Components.FixedActivity.LABEL, 26 Components.FixedActivity.COMPONENT.toFlickerComponent()
|
H A D | SimpleAppHelper.kt | 21 import com.android.wm.shell.flicker.testapp.Components 25 Components.SimpleActivity.LABEL, 26 Components.SimpleActivity.COMPONENT.toFlickerComponent()
|
H A D | LaunchBubbleHelper.kt | 21 import com.android.wm.shell.flicker.testapp.Components 25 Components.LaunchBubbleActivity.LABEL, 26 Components.LaunchBubbleActivity.COMPONENT.toFlickerComponent()
|
H A D | PipAppHelper.kt | 33 import com.android.wm.shell.flicker.testapp.Components 37 Components.PipActivity.LABEL, 38 Components.PipActivity.COMPONENT.toFlickerComponent()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/ |
H A D | ResizeLegacySplitScreen.kt | 47 import com.android.wm.shell.flicker.testapp.Components 113 this.isAppWindowVisible(Components.SimpleActivity.COMPONENT.toFlickerComponent()) 121 this.isAppWindowVisible(Components.ImeActivity.COMPONENT.toFlickerComponent()) 143 this.isVisible(Components.SimpleActivity.COMPONENT.toFlickerComponent()) 150 this.isVisible(Components.ImeActivity.COMPONENT.toFlickerComponent()) 175 visibleRegion(Components.SimpleActivity.COMPONENT.toFlickerComponent()) 177 visibleRegion(Components.ImeActivity.COMPONENT.toFlickerComponent()) 197 visibleRegion(Components.SimpleActivity.COMPONENT.toFlickerComponent()) 199 visibleRegion(Components.ImeActivity.COMPONENT.toFlickerComponent())
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
H A D | third_party_license_metadata | 2 10771:11344 Android Architecture Components 3 22164:11344 Android Architecture Components Core Library 4 33562:11344 Android Architecture Components Lifecycle Library 5 44968:11344 Android Architecture Components Lifecycle Runtime Library 43 460101:11358 Material Components for Android
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | PipTransition.kt | 42 import com.android.wm.shell.flicker.testapp.Components 65 createIntentWithAction(Components.PipActivity.ACTION_SET_REQUESTED_ORIENTATION) 66 .putExtra(Components.PipActivity.EXTRA_PIP_ORIENTATION, orientation.toString()) 123 stringExtras: Map<String, String> = mapOf(Components.PipActivity.EXTRA_ENTER_PIP to "true"),
|
H A D | SetRequestedOrientationWhilePinnedTest.kt | 29 import com.android.wm.shell.flicker.testapp.Components.FixedActivity.EXTRA_FIXED_ORIENTATION 30 import com.android.wm.shell.flicker.testapp.Components.PipActivity.EXTRA_ENTER_PIP
|
H A D | EnterPipToOtherOrientationTest.kt | 36 import com.android.wm.shell.flicker.testapp.Components.PipActivity.ACTION_ENTER_PIP 37 import com.android.wm.shell.flicker.testapp.Components.FixedActivity.EXTRA_FIXED_ORIENTATION
|
H A D | PipLegacySplitScreenTest.kt | 36 import com.android.wm.shell.flicker.testapp.Components.PipActivity.EXTRA_ENTER_PIP
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
H A D | PipActivity.java | 27 import static com.android.wm.shell.flicker.testapp.Components.PipActivity.ACTION_ENTER_PIP; 28 import static com.android.wm.shell.flicker.testapp.Components.PipActivity.ACTION_SET_REQUESTED_ORIE… 29 import static com.android.wm.shell.flicker.testapp.Components.PipActivity.EXTRA_ENTER_PIP; 30 import static com.android.wm.shell.flicker.testapp.Components.PipActivity.EXTRA_PIP_ORIENTATION;
|
H A D | FixedActivity.java | 19 import static com.android.wm.shell.flicker.testapp.Components.FixedActivity.EXTRA_FIXED_ORIENTATION;
|
H A D | Components.java | 21 public class Components { class
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/ |
H A D | AppPairsTransition.kt | 45 import com.android.wm.shell.flicker.testapp.Components 56 Components.SplitScreenActivity.LABEL, 57 Components.SplitScreenActivity.COMPONENT.toFlickerComponent())
|
/aosp12/packages/apps/Car/libs/car-uxr-client-lib/ |
H A D | README.md | 2 Components and resources designed to reduce the amount of work needed by
|
/aosp12/frameworks/base/packages/SystemUI/docs/keyguard/ |
H A D | bouncer.md | 5 ## Components section
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/ |
H A D | Android.bp | 33 srcs: ["src/**/Components.java"],
|
/aosp12/packages/apps/Car/libs/car-ui-lib/ |
H A D | README.md | 2 Components and resources designed to increase Automotive UI consistency between 9 Components and resources designed to be configured by means of RRO (Runtime
|
/aosp12/hardware/interfaces/media/c2/1.2/ |
H A D | IComponent.hal | 26 * Components have two states: stopped and running. The running state has three
|
/aosp12/hardware/interfaces/media/c2/1.1/ |
H A D | IComponent.hal | 24 * Components have two states: stopped and running. The running state has three
|
/aosp12/build/soong/android/ |
H A D | sdk.go | 713 Components []string member
|
/aosp12/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
H A D | README.md | 69 - `Mapping` (optional), defines a Mapping to be inherited by all Components in
|