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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ds_adif_header.h82 Int home; member in struct:__anon549
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFakeActionBar.java37 loadIconById(android.R.id.home, icon);
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java79 protected boolean home(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
H A DBaseMovementMethod.java225 return home(widget, buffer);
375 * Performs a home movement action.
384 protected boolean home(TextView widget, Spannable buffer) { method in class:BaseMovementMethod
H A DArrowKeyMovementMethod.java215 protected boolean home(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java109 return mCurrentView.findViewById(R.id.home);
363 final View home = getHomeButton();
371 pw.println(" home: "
372 + PhoneStatusBar.viewInfo(home)
373 + " " + visibilityToString(home.getVisibility())
/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java216 String home= System.getProperty("user.home");
217 return new File(home, "junit.properties");
/frameworks/base/docs/html/resources/
H A Dresources-data.js192 en: 'Live Folders allow users to display any source of data on their home screen without launching an application. This article discusses how to export an application\'s data in a format suitable for display inside of a live folder.'
202 en: 'Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.'
527 en: 'A home screen replacement application.'
797 en: 'An example of creating interactive widgets for display on the Android home screen.'
807 en: 'A simple Android home screen widgets example.'
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java245 mLogoNavItem = new ActionMenuItem(context, 0, android.R.id.home, 0, 0, mTitle);
277 * Set the window callback used to invoke menu items; used for dispatching home button presses.
522 // Make sure the home button has an accurate content description for accessibility.
547 // Showing home as up implicitly enables interaction with it.
589 // Make sure the home button has an accurate content description for accessibility.
1235 mIconView = (ImageView) findViewById(com.android.internal.R.id.home);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java502 mHomeButton = mNavigationArea.findViewById(R.id.home);
1330 // the user switches to home. We know it is safe to do at this

Completed in 309 milliseconds