HomeSort by relevance Sort by last modified time
    Searched defs:LAYOUT (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 25 LAYOUT
45 virtual void Layout() OVERRIDE;
81 void MockNotificationView::Layout() {
82 RegisterCall(LAYOUT);
84 NotificationView::Layout();
195 // Verify that this didn't generate more than 2 Layout() call per descendant
200 EXPECT_LE(GetCallCount(LAYOUT), GetNotificationCount() * 2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 29 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DomUtilities;
92 * when other constraints are specified, such as {@link #LAYOUT}, which
94 * represent an existing layout resource name
100 * when other constraints are specified, such as {@link #LAYOUT}, which
124 /** The associated value should represent a valid layout resource name */
125 LAYOUT,
297 if (constraints.contains(Constraint.LAYOUT)) {
299 mValidator = ResourceNameValidator.create(false, project, ResourceType.LAYOUT);
301 mValidator = ResourceNameValidator.create(false, ResourceFolderType.LAYOUT);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 57 private static final int LAYOUT = R.layout.calendar_sync_item;
156 view = mInflater.inflate(LAYOUT, parent, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 37 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DomUtilities;
91 * The class updates android manifest and the layout file
335 if (folderType != ResourceFolderType.LAYOUT &&
382 assert folderType == ResourceFolderType.LAYOUT;
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
sdk-common.jar 
lint-checks.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 414 milliseconds