HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 3226 - 3250 of 4661) sorted by null

<<121122123124125126127128129130>>

  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 61 setContentView(R.layout.main);
199 view = View.inflate(mContext, R.layout.item, null);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 110 /** Layout for the candidates list on normal view */
112 /** Layout for the candidates list on full view */
194 /** Layout of the previous candidate (in full view) */
456 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates, null);
521 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
619 * Set the view layout
921 ViewGroup layout = mViewCandidateList2nd; local
1160 ViewGroup layout = mViewCandidateList2nd; local
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 84 setContentView(R.layout.live_wallpaper_preview);
162 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 75 setContentView(R.layout.studio);
126 View dividerView = getLayoutInflater().inflate(R.layout.divider, null);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 76 setContentView(R.layout.sensors);
184 final TableRow row = (TableRow) inflater.inflate(R.layout.sensor_row,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
19 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils.SHADOW_SIZE;
401 // to fit in the layout editor. This would have the net effect of causing
IncludeFinder.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
28 import static com.android.resources.ResourceType.LAYOUT;
96 /** Map from a layout resource name to a set of layouts included by the given resource */
161 * Gets the list of all other layouts that are including the given layout.
190 * Returns true if the given resource is included from some other layout in the
194 * @return true if the file is included by some other layout
239 * it strips out the @layout/ prefix, and eliminates the values for empty string
366 // hit this -- even with an average layout root name of 20 characters
416 * Scan the whole project for XML layout resources that are performing includes.
421 Collection<ResourceItem> layouts = resources.getResourceItemsOfType(LAYOUT);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 48 import org.eclipse.swt.layout.GridData;
49 import org.eclipse.swt.layout.GridLayout;
89 * parent uses a table layout with 2 columns.
UiPackageAttributeNode.java 50 import org.eclipse.swt.layout.GridData;
51 import org.eclipse.swt.layout.GridLayout;
89 * parent uses a table layout with 2 columns.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
32 import org.eclipse.swt.layout.GridData;
336 * Creates the message text widget and sets layout data.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 36 import org.eclipse.swt.layout.GridData;
37 import org.eclipse.swt.layout.GridLayout;
79 * parent uses a table layout with 2 columns.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 28 import org.eclipse.swt.layout.GridData;
29 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 29 import org.eclipse.swt.layout.GridData;
30 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 34 import org.eclipse.swt.layout.GridData;
35 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 32 import org.eclipse.swt.layout.GridData;
33 import org.eclipse.swt.layout.GridLayout;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 27 import org.eclipse.swt.layout.GridData;
28 import org.eclipse.swt.layout.GridLayout;
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 235 d.setContentView(R.layout.alert_dialog_text_entry);
250 // set content view to a four elements layout
253 d.setContentView(R.layout.alert_dialog_text_entry);
266 // set content view to a two elements layout
269 d.setContentView(inflate1.inflate(R.layout.alert_dialog_text_entry_2, null));
283 // set content view to a four elements layout
286 d.setContentView(inflate2.inflate(R.layout.alert_dialog_text_entry, null), lp);
305 d.addContentView(inflate3.inflate(R.layout.checkbox_layout, null), lp2);
475 d.setContentView(R.layout.alert_dialog_text_entry);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 43 #include "ui/views/layout/grid_layout.h"
44 #include "ui/views/layout/layout_constants.h"
226 virtual void Layout() OVERRIDE;
311 void ProfileItemView::Layout() {
467 views::GridLayout* layout = new views::GridLayout(this); local
468 views::ColumnSet* columns = layout->AddColumnSet(0);
473 layout->StartRow(0, 0);
474 layout->AddView(signout_button_);
475 layout->AddView(manage_button_);
476 SetLayoutManager(layout);
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 57 (** {6 Data Layout} *)
62 (** [of_string rep] parses the data layout string representation [rep].
66 (** [as_string dl] is the string representation of the data layout [dl].
207 (** Returns the data layout of this target machine. *)
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 121 n.contentView = new RemoteViews(getPackageName(), R.layout.button_notification);
170 new Test("Layout") {
200 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
210 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
329 R.layout.progress_notification);
644 n.contentView = new RemoteViews(getPackageName(), R.layout.chrono_notification);
661 R.layout.chrono_notification);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 212 mRootView = (ViewGroup) inflater.inflate(R.layout.group_editor_fragment, container, false);
386 editable ? R.layout.group_editor_view : R.layout.external_group_editor_view;
430 android.R.layout.simple_dropdown_item_1line);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 78 * This may be started via adb for debugging the UI layout, without having to go through
210 setContentView(R.layout.crypt_keeper_progress);
443 setContentView(R.layout.crypt_keeper_progress);
450 setContentView(R.layout.crypt_keeper_progress);
475 setContentView(R.layout.crypt_keeper_pin_entry);
478 setContentView(R.layout.crypt_keeper_pattern_entry);
482 setContentView(R.layout.crypt_keeper_password_entry);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 62 import com.android.tv.settings.dialog.Layout;
68 public class SettingsLayoutFragment extends Fragment implements Layout.LayoutNodeRefreshListener {
79 private static final String EXTRA_ACTION_LAYOUT = "layout";
95 void onActionClicked(Layout.Action action);
110 private Layout mLayout;
166 public Builder layout(Layout layout) { method in class:SettingsLayoutFragment.Builder
167 mLayout = layout;
199 private Layout mLayout
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfplay.h 60 #warning COM interfaces layout in this header has not been verified.
61 #warning COM interfaces with incorrect layout may not work at all.
125 #warning COM interfaces layout in this header has not been verified.
126 #warning COM interfaces with incorrect layout may not work at all.
224 #warning COM interfaces layout in this header has not been verified.
225 #warning COM interfaces with incorrect layout may not work at all.

Completed in 883 milliseconds

<<121122123124125126127128129130>>