Searched defs:bind (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/base/libs/hwui/renderstate/
H A DPixelBufferState.cpp23 bool PixelBufferState::bind(GLuint buffer) { function in class:android::uirenderer::PixelBufferState
/frameworks/support/leanback/src/main/java/androidx/leanback/database/
H A DCursorMapper.java28 * should bind column indexes to column names in this method. This method is
38 protected abstract Object bind(Cursor cursor); method in class:CursorMapper
48 return bind(mCursor);
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java38 public void bind(ConfigToggle toggle) { method in class:ConfigViewHolder
/frameworks/support/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/
H A DCardActivity.java57 holder.bind(sCards.get(position));
77 /** @see CardView#bind(Card) */
78 public void bind(Card card) { method in class:CardActivity.CardViewHolder
79 mCardView.bind(card);
/frameworks/support/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/
H A DCardView.java43 public void bind(Card card) { method in class:CardView
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
H A DSimpleSQLiteQuery.java31 * Creates an SQL query with the sql string and the bind arguments.
33 * @param query The query string, can include bind arguments (.e.g ?).
34 * @param bindArgs The bind argument value that will replace the placeholders in the query.
42 * Creates an SQL query without any bind arguments.
44 * @param query The SQL query to execute. Cannot include bind parameters.
57 bind(statement, mBindArgs);
69 * @param bindArgs The list of bind arguments
71 public static void bind(SupportSQLiteProgram statement, Object[] bindArgs) { method in class:SimpleSQLiteQuery
78 bind(statement, i + 1, arg);
82 private static void bind(SupportSQLiteProgra method in class:SimpleSQLiteQuery
[all...]
/frameworks/support/room/runtime/src/main/java/androidx/room/
H A DEntityDeletionOrUpdateAdapter.java58 protected abstract void bind(SupportSQLiteStatement statement, T entity); method in class:EntityDeletionOrUpdateAdapter
69 bind(stmt, entity);
87 bind(stmt, entity);
107 bind(stmt, entity);
H A DEntityInsertionAdapter.java53 protected abstract void bind(SupportSQLiteStatement statement, T entity); method in class:EntityInsertionAdapter
63 bind(stmt, entity);
79 bind(stmt, entity);
96 bind(stmt, entity);
113 bind(stmt, entity);
132 bind(stmt, entity);
154 bind(stmt, entity);
176 bind(stmt, entity);
198 bind(stmt, entity);
220 bind(stm
[all...]
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java38 public void bind(ConfigToggle toggle) { method in class:ConfigViewHolder
/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/
H A DCardActivity.java57 holder.bind(sCards.get(position));
77 /** @see CardView#bind(Card) */
78 public void bind(Card card) { method in class:CardActivity.CardViewHolder
79 mCardView.bind(card);
/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/
H A DCardView.java43 public void bind(Card card) { method in class:CardView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java65 public void bind(DataUsageController.DataUsageInfo info) { method in class:DataUsageDetailView
H A DUserDetailItemView.java93 public void bind(String name, Bitmap picture, int userId) { method in class:UserDetailItemView
98 public void bind(String name, Drawable picture, int userId) { method in class:UserDetailItemView
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) function in class:android::EGLBufferObjectManager
/frameworks/base/libs/hwui/
H A DRenderBuffer.h59 void bind() const { glBindRenderbuffer(GL_RENDERBUFFER, mName); } function in struct:android::uirenderer::RenderBuffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridNotificationView.java108 public void bind(CharSequence title) { method in class:HybridNotificationView
109 bind(title, null);
112 public void bind(CharSequence title, CharSequence text) { method in class:HybridNotificationView
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DDataBindingUtil.java120 return bind(bindingComponent, view, layoutId);
129 * Prefer using the generated Binding's <code>bind</code> method to ensure type-safe inflation
139 public static <T extends ViewDataBinding> T bind(View root) { method in class:DataBindingUtil
140 return bind(root, sDefaultComponent);
147 * Prefer using the generated Binding's <code>bind</code> method to ensure type-safe inflation
158 public static <T extends ViewDataBinding> T bind(View root, method in class:DataBindingUtil
178 static <T extends ViewDataBinding> T bind(DataBindingComponent bindingComponent, View[] roots, method in class:DataBindingUtil
183 static <T extends ViewDataBinding> T bind(DataBindingComponent bindingComponent, View root, method in class:DataBindingUtil
299 return bind(component, childView, layoutId);
305 return bind(componen
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java68 throw new IllegalArgumentException("Too many bind arguments. "
127 * @param index The 1-based index to the parameter to bind null to
130 bind(index, null);
137 * @param index The 1-based index to the parameter to bind
138 * @param value The value to bind
141 bind(index, value);
148 * @param index The 1-based index to the parameter to bind
149 * @param value The value to bind
152 bind(index, value);
159 * @param index The 1-based index to the parameter to bind
210 private void bind(int index, Object value) { method in class:SQLiteProgram
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java165 public void bind(ListView listView) { method in class:PreferenceScreen
196 bind(mListView);
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java47 if (proxy.bind()) {
63 private boolean bind () { method in class:GeocoderProxy
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java58 public void bind() { method in class:TextureSource
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
H A DDividerVisibilityManagerTest.java244 holder.bind(mData.get(position));
261 public void bind(String text) { method in class:DividerVisibilityManagerTest.TestViewHolder
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DListItem.java24 // updated after bind() is called. Calling bind() resets to false.
49 final void bind(VH viewHolder) { method in class:ListItem
65 binder.bind(viewHolder);
95 * Marks this item as dirty so {@link #resolveDirtyState()} is required in next bind() call.
104 * Marks this item as not dirty. No need to call {@link #resolveDirtyState()} in next bind().
111 * @return {@code true} if next bind() should call {@link #resolveDirtyState()}.
139 * the first time this ListItem {@code bind}s to {@link ListItem.ViewHolder}.
210 * {@code ListItem} calls all added ViewBinders when it {@code bind}s to {@code ViewHolder}.
218 void bind(V method in interface:ListItem.ViewBinder
[all...]
/frameworks/support/compat/src/main/java/androidx/core/net/
H A DDatagramSocketWrapper.java56 protected void bind(InetAddress address, int port) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
/frameworks/base/core/java/android/net/
H A DLocalSocket.java158 public void bind(LocalSocketAddress bindpoint) throws IOException { method in class:LocalSocket
167 impl.bind(localAddress);

Completed in 390 milliseconds

123