HomeSort by relevance Sort by last modified time
    Searched refs:logo (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /frameworks/base/services/core/java/com/android/server/wm/
StartingData.java 28 final int logo; field in class:StartingData
40 logo = _logo;
  /external/wpa_supplicant_8/hs20/server/ca/
clean.sh 11 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
ActionBarInterface.java 46 public void setLogo(@Nullable Drawable logo);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
oled_ssd1306.js 132 var logo = new lcdObj.uint8Array(intel_logo.length);
134 logo.setitem(x, intel_logo[x]);
138 lcd.draw(logo, 1024);
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
ActionBarWrapper.java 72 public void setLogo(Drawable logo) {
73 mActionBar.setLogo(logo);
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
ActionBarWrapper.java 73 public void setLogo(Drawable logo) {
74 mActionBar.setLogo(logo);
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 86 * component's logo. Logos may be larger/wider than icons and are
88 * combination. From the "logo" attribute or, if not set, 0.
90 public int logo; field in class:PackageItemInfo
118 logo = orig.logo;
282 * or null if no default logo is available.
291 * Retrieve the current graphical logo associated with this item. This
292 * will call back on the given PackageManager to load the logo from
295 * @param pm A PackageManager from which the logo can be loaded; usually
298 * @return Returns a Drawable containing the item's logo. If the ite
    [all...]
ComponentInfo.java 135 * Return the logo resource identifier to use for this component. If
136 * the component defines a logo, that is used; else, the application
137 * logo is used.
139 * @return The logo associated with this component.
142 return logo != 0 ? logo : applicationInfo.logo;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
SetupLayoutActivity.java 131 Drawable logo = LogoUtils.getOrganisationLogo(mActivity); local
132 // At this point, the logo has already been resized.
133 int logoWidth = logo.getIntrinsicWidth();
134 int logoHeight = logo.getIntrinsicHeight();
150 // Draw the logo.
152 logo.setBounds(logoPaddingLeftRight,
157 logo.setBounds(totalWidth - logoPaddingLeftRight - logoWidth,
162 logo.draw(canvas);
202 // for a tablet layout, the logo should be in the bottom left
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/wpa_supplicant_8/src/utils/
http-utils.h 34 struct http_logo *logo; member in struct:http_cert
http_curl.c 476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
480 hcert->logo = n;
481 n = &hcert->logo[hcert->num_logo];
553 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
748 static void debug_print_logotypeext(LogotypeExtn *logo)
758 if (logo->communityLogos) {
759 num = sk_LogotypeInfo_num(logo->communityLogos);
762 info = sk_LogotypeInfo_value(logo->communityLogos, i);
767 if (logo->issuerLogo) {
768 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent )
790 LogotypeExtn *logo; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar 
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 39 .include "logo.include"
70 # PRINT LOGO
80 addi 9,DATA_BEGIN,(logo-data_begin)-1
84 # end of the logo
147 bl write_stdout # and print the logo
506 .include "logo.lzss_new"
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieActivity.java 50 * The client of this activity can pass a logo bitmap in the intent (KEY_LOGO_BITMAP)
51 * to set the action bar logo so the playback process looks more seamlessly integrated with
57 public static final String KEY_LOGO_BITMAP = "logo-bitmap";
120 Bitmap logo = intent.getParcelableExtra(KEY_LOGO_BITMAP); local
121 if (logo != null) {
123 new BitmapDrawable(getResources(), logo));
  /frameworks/base/core/java/com/android/internal/widget/
ToolbarWidgetWrapper.java 116 final Drawable logo = a.getDrawable(R.styleable.ActionBar_logo); local
117 if (logo != null) {
118 setLogo(logo);
343 Drawable logo = null; local
346 logo = mLogo != null ? mLogo : mIcon;
348 logo = mIcon;
351 mToolbar.setLogo(logo);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ToolbarWidgetWrapper.java 116 final Drawable logo = a.getDrawable(R.styleable.ActionBar_logo); local
117 if (logo != null) {
118 setLogo(logo);
319 Drawable logo = null; local
322 logo = mLogo != null ? mLogo : mIcon;
324 logo = mIcon;
327 mToolbar.setLogo(logo);
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 61 <?cs if:ndk ?><a class="dac-header-logo" href="<?cs var:toroot ?>ndk/index.html">
62 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo_ndk.png"
65 </a><?cs else ?><a class="dac-header-logo" href="<?cs var:toroot ?>index.html">
66 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
107 <a class="dac-nav-link dac-nav-logo" data-dac-toggle-nav href="javascript:;" title="Close navigation">
108 <img class="dac-logo-image" src="<?cs var:toroot ?>assets/images/android_logo_ndk.png"
149 <a class="dac-nav-link dac-nav-logo" data-dac-toggle-nav href="javascript:;" title="Close navigation">
150 <img class="dac-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
HtmlPrintTemplates.java 49 mLogo = readTemplate(R.raw.logo);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
CHANGELOG.md 37 * Add: logo
  /external/libvorbis/doc/
footer.tex 7 %\TODO{display xifish.pdf, [Xiph.org logo]}
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/
LogoUtilsTest.java 114 // In this test, we don't save the logo.
116 // First let's compute the expected logo. It is the default one, resized if too big.
121 // Now, get the actual logo
122 Drawable logo = LogoUtils.getOrganisationLogo(getContext()); local
125 assertBitmapEquals(expected, bitmapFromDrawable(logo));
  /packages/apps/Settings/src/com/android/settings/inputmethod/
AvailableVirtualKeyboardFragment.java 117 Drawable drawable = loadDrawable(packageManager, packageName, si.logo, ai);
127 drawable = loadDrawable(packageManager, packageName, ai.logo, ai);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 493 * Update tv input logo. It should be called when the visible child item in ProgramGrid
543 private void updateChannelLogo(@Nullable Bitmap logo) {
544 mChannelLogoView.setImageBitmap(logo);
587 public void onBitmapLoaded(ProgramRowHolder holder, @Nullable Bitmap logo) {
588 if (logo == null || holder.mChannel == null
592 holder.updateChannelLogo(logo);
601 public void onBitmapLoaded(ProgramRowHolder holder, @Nullable Bitmap logo) {
602 if (logo != null && info.getId()
604 holder.updateInputLogoInternal(logo);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllibnet.py 192 logo = "http://www.python.org/community/logos/python-logo-master-v3-TM.png"
193 file_location, fileheaders = self.urlretrieve(logo)

Completed in 519 milliseconds

1 2 3 4 5 6