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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 74 protected void updateContent(Cursor cursor) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java 177 public void updateContent(GLCanvas canvas) {
295 updateContent(canvas);
AlbumSetSlidingWindow.java 276 ((LabelDisplayItem) original.labelItem).updateContent();
349 updateContent(mWaitLoadingTexture);
362 updateContent(new FadeInTexture(PLACEHOLDER_COLOR, texture));
364 updateContent(texture);
370 private void updateContent(Texture content) {
504 public boolean updateContent() {
537 updateContent();
AlbumSlidingWindow.java 294 updateContent(mWaitLoadingTexture);
308 updateContent(new FadeInTexture(PLACEHOLDER_COLOR, texture));
310 updateContent(texture);
318 private void updateContent(Texture content) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 140 // any onDeviceAdded() callbacks before setting up view in updateContent()
151 updateContent(mLocalAdapter.getBluetoothState(), mActivityStarted);
237 private void updateContent(int bluetoothState, boolean scanState) {
335 updateContent(bluetoothState, true);
348 updateContent(mLocalAdapter.getBluetoothState(), false);

Completed in 89 milliseconds