HomeSort by relevance Sort by last modified time
    Searched refs:isCurrent (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
UserGridView.java 66 if (record.isCurrent) {
84 if (record.isCurrent) {
147 convertView.setActivated(record.isCurrent);
  /packages/apps/TV/src/com/android/tv/
MainActivityWrapper.java 50 boolean isCurrent(MainActivity activity) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 202 boolean isCurrent = currentId == info.id;
203 if (isCurrent) {
206 boolean switchToEnabled = canSwitchUsers || isCurrent;
212 true /* isGuest */, isCurrent, false /* isAddUser */,
226 int index = isCurrent ? 0 : records.size();
228 isCurrent, false /* isAddUser */, false /* isRestricted */,
251 true /* isGuest */, false /* isCurrent */,
257 int index = guestRecord.isCurrent ? 0 : records.size();
264 false /* isGuest */, false /* isCurrent */, true /* isAddUser */,
488 if (record.isCurrent != shouldBeCurrent)
    [all...]
CastControllerImpl.java 193 final boolean isCurrent = Objects.equals(projection, mProjection);
194 if (started && !isCurrent) {
197 } else if (!started && isCurrent) {
KeyguardUserSwitcher.java 282 convertView.setActivated(item.isCurrent);
290 if (user.isCurrent && !user.isGuest) {
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 68 bool isCurrent(EGLSurface surface) { return mCurrentSurface == surface; }
EglManager.cpp 242 if (isCurrent(surface)) {
267 if (isCurrent(surface)) return false;
CanvasContext.cpp 149 if (mEglManager.isCurrent(mEglSurface)) {
  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 64 public abstract boolean isCurrent();
157 public boolean isCurrent() {
258 public boolean isCurrent() {
LogUtil.java 50 if (sCaptureDebugLogs && (sDebugLogSaver == null || !sDebugLogSaver.isCurrent())) {
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 559 if (!isCurrent(callback, "onConnect")) {
610 if (!isCurrent(callback, "onConnectFailed")) {
636 if (!isCurrent(callback, "onLoadChildren")) {
677 private boolean isCurrent(IMediaBrowserServiceCallbacks callback, String funcName) {
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidLiveWallpaperService.java 539 boolean isCurrent = false;
541 isCurrent = (linkedEngine == AndroidWallpaperEngine.this); // without this app can crash when fast
544 if (isCurrent)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailView.java 83 v.setActivated(item.isCurrent);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LocaleSet.java 162 public boolean isCurrent() {
  /frameworks/support/design/src/android/support/design/widget/
SnackbarManager.java 156 public boolean isCurrent(Callback callback) {
Snackbar.java 425 return SnackbarManager.getInstance().isCurrent(mManagerCallback);
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaBrowserCompat.java     [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 424 public boolean isCurrent(EGLSurface eglSurface) {
581 if (!mEglCore.isCurrent(mEGLSurface)) {
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglAWTCanvas.java 475 public boolean isCurrent () {
477 return canvas.isCurrent();
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 770 private void dumpUser(PrintWriter fout, UserInfo user, boolean isCurrent) {
778 if (isCurrent) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 466 milliseconds

1 2 3