Searched refs:pal (Results 1 – 2 of 2) sorted by relevance
459 final PendingActivityLaunch pal = mPendingActivityLaunches.remove(0); in doPendingActivityLaunches() local464 starter.startResolvedActivity(pal.r, pal.sourceRecord, null, null, pal.startFlags, in doPendingActivityLaunches()465 resume, pal.r.pendingOptions, null); in doPendingActivityLaunches()467 Slog.e(TAG, "Exception during pending activity launch pal=" + pal, e); in doPendingActivityLaunches()468 pal.sendErrorResult(e.getMessage()); in doPendingActivityLaunches()481 final PendingActivityLaunch pal = mPendingActivityLaunches.get(palNdx); in clearPendingActivityLaunches() local482 final ActivityRecord r = pal.r; in clearPendingActivityLaunches()
256 final Palette pal = new Palette(NUM_COLORS); in refreshBrushAndColor() local259 Arrays.stream(pal.getColors()) in refreshBrushAndColor()