Searched defs:full (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DMediaSaver.java42 * @param full Whether the queue is full.
44 public void onQueueStatus(boolean full); argument
59 * Checks whether the queue is full.
H A DMemoryManagerImpl.java68 * @param mediaSaver this used to check if the saving queue is full.
135 public void onQueueStatus(boolean full) { argument
136 notifyCaptureStateUpdate(full ? STATE_LOW_MEMORY : STATE_OK);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAppBridge.java47 // This is used to notify that the screen nail will be drawn in full screen
49 public abstract void onFullScreenChanged(boolean full); argument
H A DPhotoPage.java1186 public void onFullScreenChanged(boolean full) { argument
1188 MSG_ON_FULL_SCREEN_CHANGED, full ? 1 : 0, 0);
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java557 private float strictModeLoop(boolean full) { argument
568 if (full) {
578 if (full) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java104 * a full sync.
123 * Start a full sync (for debugging)
183 * @param full - true indicates a full (not incremental) sync operation
187 public synchronized boolean shouldSync(final boolean full, final long startTimestamp) { argument
189 LogUtil.v(TAG, "SyncManager: Checking shouldSync " + (full ? "full " : "")
193 if (full) {
206 LogUtil.d(TAG, "SyncManager: Not allowed to " + (full ? "full "
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java305 public static String getMeProfileName(Context context, boolean full) { argument
306 if (full) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java79 // Set this to true if we need the model to provide full images.
124 public void onFullScreenChanged(boolean full); argument
1402 // 2. The camera is shown in full screen.
1430 // Check if the camera preview occupies the full screen.
1431 boolean full = !mFilmMode && mPictures.get(0).isCamera()
1434 if (mFirst || full != mFullScreenCamera) {
1435 mFullScreenCamera = full;
1437 mListener.onFullScreenChanged(full);
1438 if (full) mHandler.sendEmptyMessage(MSG_UNDO_BAR_FULL_CAMERA);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 304 milliseconds