/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 225 View.inflate(context, R.layout.color_picker_item, this);
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 225 View.inflate(context, R.layout.color_picker_item, this);
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 225 View.inflate(context, R.layout.color_picker_item, this);
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactDetailFragment.java | 235 inflater.inflate(R.layout.contact_detail_fragment, container, false); 307 inflater.inflate(R.menu.contact_detail_menu, menu); 440 (LinearLayout) LayoutInflater.from(getActivity()).inflate(
|
ContactsListFragment.java | 198 // Inflate the list fragment layout 199 return inflater.inflate(R.layout.contact_list_fragment, container, false); 313 // Inflate the menu items 314 inflater.inflate(R.menu.contact_list_menu, menu); 691 * Overrides newView() to inflate the list item views. 697 mInflater.inflate(R.layout.contact_list_item, viewGroup, false); [all...] |
/external/skia/src/views/ |
SkView.cpp | 647 // inflate the flags 664 void SkView::inflate(const SkDOM& dom, const SkDOM::Node* node) { function in class:SkView
|
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 360 void inflate(std::vector<unsigned char>& out, const std::vector<unsigned char>& in, size_t inpos = 0) function in struct:lodepng::ExtractZlib 556 //error: only compression method 8: inflate with sliding window of 32k is supported by the PNG spec 560 inflate(out, in, 2);
|
/frameworks/base/core/java/android/view/ |
MenuInflater.java | 97 * Inflate a menu hierarchy from the specified XML resource. Throws 102 * @param menu The Menu to inflate into. The items and submenus will be 105 public void inflate(@MenuRes int menuRes, Menu menu) { method in class:MenuInflater
|
/frameworks/base/core/java/android/widget/ |
TimePickerSpinnerDelegate.java | 84 inflater.inflate(layoutResourceId, mDelegator, true);
|
ZoomButtonsController.java | 262 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
|
/frameworks/base/core/java/com/android/internal/app/ |
ToolbarActionBar.java | 100 setCustomView(inflater.inflate(resId, mDecorToolbar.getViewGroup(), false));
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarContextView.java | 177 inflater.inflate(R.layout.action_bar_title_item, this); 204 mClose = inflater.inflate(mCloseItemLayout, this, false);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
VectorDrawable.java | 559 drawable.inflate(resources, parser, attrs); 571 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, method in class:VectorDrawable 696 path.inflate(res, attrs, theme); 705 path.inflate(res, attrs, theme); 713 newChildGroup.inflate(res, attrs, theme); 1230 public void inflate(Resources res, AttributeSet attrs, Theme theme) { method in class:VectorDrawable.VGroup 1512 public void inflate(Resources r, AttributeSet attrs, Theme theme) { method in class:VectorDrawable.VClipPath 1800 public void inflate(Resources r, AttributeSet attrs, Theme theme) { method in class:VectorDrawable.VFullPath 2082 abstract void inflate(Resources r, AttributeSet attrs, Theme theme); method in class:VectorDrawable.VObject [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DatePicker.java | 102 inflater.inflate(R.layout.date_picker, this, true);
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
SetupWizardLayout.java | 181 throw new InflateException("Unable to inflate layout. Are you using " 405 progressBarStub.inflate();
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
IPControls.java | 93 // Inflate the menu items for use in the action bar 95 inflater.inflate(R.menu.main_activity_actions, menu);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPControlsJB.java | 95 // Inflate the menu items for use in the action bar 97 inflater.inflate(R.menu.main_activity_actions, menu);
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionBarContextView.java | 131 inflater.inflate(R.layout.abc_action_bar_title_item, this); 158 mClose = inflater.inflate(mCloseItemLayout, this, false);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
InflaterInputStreamTest.java | 86 Inflater inflate = new Inflater(); local 88 inflate); 102 Inflater inflate = new Inflater(); local 104 inflate, 1); 120 Inflater inflate = new Inflater(); local 130 inflatIP = new InflaterInputStream(null, inflate, 1); 137 inflatIP = new InflaterInputStream(infile, inflate, -1); 175 Inflater inflate = new Inflater(); local 177 inflate); 199 Inflater inflate = new Inflater() local 395 Inflater inflate = new Inflater(); local [all...] |
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertFullScreen.java | 265 setContentView(inflater.inflate(getLayoutResId(), null));
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactSelectionActivity.java | 139 .inflate(R.layout.custom_action_bar, null); 586 inflater.inflate(R.menu.search_menu, menu);
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupDetailFragment.java | 154 mRootView = inflater.inflate(R.layout.group_detail_fragment, container, false); 431 inflater.inflate(R.menu.view_group, menu);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
ExternalAccountType.java | 130 inflate(context, parser); method 297 * Inflate this {@link AccountType} from the given parser. This may only 300 protected void inflate(Context context, XmlPullParser parser) throws DefinitionException { method in class:ExternalAccountType 383 // Inflate a specific column as summary when requested 389 // Inflate specific column as summary
|
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivity.java | 265 mHistoryList.addHeaderView(mInflater.inflate(R.layout.call_detail_header, null)); 267 mInflater.inflate(R.layout.call_detail_footer, null), null, false);
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailPlaybackLayout.java | 311 inflater.inflate(R.layout.voicemail_playback_layout, this);
|