Searched refs:home (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DActionBarDrawerToggleHoneycomb.java36 * Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph
60 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
65 Log.w(TAG, "Couldn't set home-as-up indicator");
116 final View home = activity.findViewById(android.R.id.home);
117 if (home == null) {
122 final ViewGroup parent = (ViewGroup) home.getParent();
131 final View up = first.getId() == android.R.id.home ? second : first;
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
H A DSimpleUpActivity.java38 if (item.getItemId() == android.R.id.home) {
H A DContentCategoryActivity.java40 if (item.getItemId() == android.R.id.home) {
H A DViewFromOtherTaskActivity.java40 if (item.getItemId() == android.R.id.home) {
H A DContentViewActivity.java52 if (item.getItemId() == android.R.id.home) {
H A DPeerActivity.java50 if (item.getItemId() == android.R.id.home) {
H A DNotificationsActivity.java44 if (item.getItemId() == android.R.id.home) {
/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
H A DSimpleUpActivity.java38 if (item.getItemId() == android.R.id.home) {
H A DContentCategoryActivity.java40 if (item.getItemId() == android.R.id.home) {
H A DViewFromOtherTaskActivity.java40 if (item.getItemId() == android.R.id.home) {
H A DContentViewActivity.java52 if (item.getItemId() == android.R.id.home) {
H A DPeerActivity.java50 if (item.getItemId() == android.R.id.home) {
H A DNotificationsActivity.java44 if (item.getItemId() == android.R.id.home) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java72 // key under which we store the identity of the user's chosen default home app
73 private static final String DEFAULT_HOME_KEY = "@home@";
237 ComponentName home = getPreferredHomeComponent();
238 if (home != null) {
240 homeInfo = mPackageManager.getPackageInfo(home.getPackageName(),
242 homeInstaller = mPackageManager.getInstallerPackageName(home.getPackageName());
254 Slog.w(TAG, "Can't access preferred home info");
255 // proceed as though there were no preferred home set
256 home = null;
261 // We need to push a new preferred-home
[all...]
/frameworks/support/legacy/core-ui/src/main/java/androidx/legacy/app/
H A DActionBarDrawerToggle.java127 // android.R.id.home as defined by public API in v11
291 * the home-as-up indicator provided by the <code>Activity</code>'s theme in the
462 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
467 Log.w(TAG, "Couldn't set home-as-up indicator");
519 final View home = activity.findViewById(android.R.id.home);
520 if (home == null) {
525 final ViewGroup parent = (ViewGroup) home.getParent();
534 final View up = first.getId() == android.R.id.home ? second : first;
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java80 protected boolean home(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentStackFragmentSupport.java69 button = (Button)v.findViewById(R.id.home);
H A DFragmentStackSupport.java52 button = findViewById(R.id.home);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentStackFragmentSupport.java69 button = (Button)v.findViewById(R.id.home);
H A DFragmentStackSupport.java52 button = findViewById(R.id.home);
/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java234 String home= System.getProperty("user.home");
235 return new File(home, "junit.properties");
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerActivity.java62 if (item.getItemId() == android.R.id.home) {
H A DTunerFragment.java120 case android.R.id.home:
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
H A DSlidingPaneLayoutActivity.java102 if (item.getItemId() == android.R.id.home && !mSlidingLayout.isOpen()) {
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
H A DSlidingPaneLayoutActivity.java102 if (item.getItemId() == android.R.id.home && !mSlidingLayout.isOpen()) {

Completed in 958 milliseconds

12