Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 37) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DKeyguardDataQuickAffordanceModule.kt39 home: HomeControlsKeyguardQuickAffordanceConfig,
49 home,
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A Dcec_key_handling.md15 …| Turn on TV, Set active Source to TV, go to home screen | OTP, and go to home screen | OTP, and g…
/aosp14/system/core/fastboot/
H A Dfilesystem.cpp66 if (const char* const home = getenv("HOME")) { in GetHomeDirPath()
67 return home; in GetHomeDirPath()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelTest.kt102 val home = viewModelForLocation(underTest, StatusBarLocation.HOME) regex
106 val latestHome by collectLastValue(home.wifiIcon)
188 val home = viewModelForLocation(underTest, StatusBarLocation.HOME) regex
192 val latestHome by collectLastValue(home.isActivityInViewVisible)
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
H A Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/aosp14/frameworks/base/tests/TouchLatency/app/
H A Dproguard-rules.pro3 # in /usr/local/google/home/stoza/android-sdk-linux/tools/proguard/proguard-android.txt
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/app/
H A DBaseDemoActivity.kt71 if (item.itemId == android.R.id.home) {
/aosp14/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java234 String home= System.getProperty("user.home"); in getPreferencesFile() local
235 return new File(home, "junit.properties"); in getPreferencesFile()
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dquickaffordance.md4 opening an screen that lets them control the smart devices in their home, access their touch-to-pay
78 bottom_start: home (capacity = 1)
81 home ("Home")
H A Dglossary.md24 …h face, the keyguard immediately dismisses and the user is brought to the home screen/last app. T…
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java430 final ActivityRecord home = mDefaultDisplay.getDefaultTaskDisplayArea().getHomeActivity(); in testClearFixedRotationLaunchingAppAfterCleanupAnimation() local
431 startRecentsInDifferentRotation(home); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
438 assertTopFixedRotationLaunchingAppCleared(home); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
440 startRecentsInDifferentRotation(home); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
442 home.setVisible(false); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
445 assertTopFixedRotationLaunchingAppCleared(home); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
H A DTransitionTests.java1278 final ActivityRecord home = new ActivityBuilder(mAtm) in testDeferRotationForTransientLaunch() local
1281 final Transition transition = home.mTransitionController.createTransition(TRANSIT_OPEN); in testDeferRotationForTransientLaunch()
1283 transition.setTransientLaunch(home, null /* restoreBelow */); in testDeferRotationForTransientLaunch()
1284 home.mTransitionController.requestStartTransition(transition, home.getTask(), in testDeferRotationForTransientLaunch()
1286 transition.collectExistenceChange(home); in testDeferRotationForTransientLaunch()
1287 home.setVisibleRequested(true); in testDeferRotationForTransientLaunch()
1288 mDisplayContent.setFixedRotationLaunchingAppUnchecked(home); in testDeferRotationForTransientLaunch()
1289 doReturn(true).when(home).hasFixedRotationTransform(any()); in testDeferRotationForTransientLaunch()
/aosp14/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java80 protected boolean home(TextView widget, Spannable buffer) { in home() method in ScrollingMovementMethod
H A DBaseMovementMethod.java232 return home(widget, buffer); in handleMovementKey()
391 protected boolean home(TextView widget, Spannable buffer) { in home() method in BaseMovementMethod
H A DArrowKeyMovementMethod.java240 protected boolean home(TextView widget, Spannable buffer) { in home() method in ArrowKeyMovementMethod
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/
H A DGallerySpaEnvironment.kt26 import com.android.settingslib.spa.gallery.home.HomePageProvider
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java192 } else if (view.getId() == R.id.home && transitionType == LayoutTransition.APPEARING) { in startTransition()
205 } else if (view.getId() == R.id.home && transitionType == LayoutTransition.APPEARING) { in endTransition()
320 mButtonDispatchers.put(R.id.home, new ButtonDispatcher(R.id.home)); in NavigationBarView()
421 return mButtonDispatchers.get(R.id.home); in getHomeButton()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerFragment.java131 case android.R.id.home: in onOptionsItemSelected()
H A DTunerActivity.java94 if (item.getItemId() == android.R.id.home) { in onMenuItemSelected()
H A DDemoModeFragment.java97 case android.R.id.home: in onOptionsItemSelected()
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/home/
H A DHomePage.kt17 package com.android.settingslib.spa.gallery.home
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletActivity.java254 if (itemId == android.R.id.home) { in onOptionsItemSelected()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DLocalePickerWithRegion.java224 case android.R.id.home: in onOptionsItemSelected()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java179 0, android.R.id.home, 0, 0, mTitle); in ToolbarWidgetWrapper()

12